ASP.NET for Professionals is a comprehensive course designed for experienced developers looking to enhance their skills in web development. Learn advanced techniques in ASP.NET to build dynamic and interactive web applications with confidence."
Web Development Using Asp.net
ASP.NET extends the .NET developer platform with tools and libraries specifically for
building web apps. ASP.NET is an open source web framework, created by Microsoft,
for building modern web apps and services with .NET.
Visual Studio Ide
Visual Studio Features
External tools addition in Visual Studio
Visual Studio .NET debugging environment
Using debugging tools provided by the IDE
Local Window
Watch window
Breakpoints
Data Types In C#
params Keyword
out, ref keyword
const and readonly keyword
Dynamic Dispatch
DLR
Named and Optional Argument
Indexed Properties
Task parallel Library
Covariance and Contravariance
Delegates & Events In C#
Concept of single cast and multicast delegate
Concept of events
Sample application using the concept of event and delegates
Memory Management In C#
Garbage Collection Overview
Sample application using Garbage collection
Collection & Generics In C#
Collection overview
ArrayList
Hashtable
Stack
Generic Collections and Methods Overview
List
Dictionary
NameValue Collection
Errors And Exception Handling In C#
Exception Handling Overview
Sample application using Exception Handling
Custom Exceptions
Threading In C#
Understanding Threads
Life Cycle of a thread
Synchronizing Threads
Using Synchronization objects
Using Thread Pool
Need for Multi threaded applications
Parallel Programming
Implement multithreading and asynchronous processing
Use the Task Parallel library (ParallelFor, Plinq, Tasks)
Use the Task Parallel library (ParallelFor, Plinq, Tasks)
Create continuation tasks
Spawn threads by using ThreadPool
Unblock the UI
Use async and await keywords
Manage data by using concurrent collections
Manage Multithreading “Synchronize resources
Implement locking
Cancel a long-running task
Implement thread-safe methods to handle race conditions
Create and implement events and callbacks “Create event handlers
Write a public review