Microsoft's release of .Net Framework 2.0 is become big hit in the market. Definitely there is a reason behind this..
There are lots of improvements and cool features made available in the the latest version of .Net Framework 2.0 (the latest version of .Net Framework is 3.5) compared to its earlier version 1.x. Few of the cool features such as master pages, themes, profiles, new improved grid view,login controls etc etc.. but one of the nice feature which Microsoft has released with .Net Framework 2.0 is "Asynchronous Pages".
In this topic I am mainly going to talk about this "Asynchronous Pages" in .Net Framework 2.0.
Before I proceed I want to discuss bit about what is "Asynchronous" and "Synchronous" process.
In simple term Synchronous waits for the response whereas Asynchronous does not wait for the response..
For example if you are sending a request using synchronous .aspx page for querying a remote database,thread for the request will be alive until and unless remote database send back response back to the requesting page. Since .net framework allows limited thread pool , this can slow down the performance of the application drastically and all other requests to the server will be queued up.
But in case of Asynchronous Pages in .net framework 2.0 thread will return to the thread pool once it sends request to the server and once servern sends request back it takes another thread from the pool and finishes request.
This blog is a space where I share recent experiences and insights, with a primary focus on cloud technologies and generative AI—particularly using different cloud services like API Gateway, AWS Lambda , DMS, S3 , Amazon Bedrock and Azure OpenAI. I also cover Microsoft platforms such as Visual Studio, .NET, Azure, SQL Server, and draw on my expertise in AWS, Azure, Solutions Architecture, and Enterprise Architecture.
Monday, September 3, 2007
Sunday, September 2, 2007
Dot Net Interview Questions
I am starting this blog by sharing few of the Dot Net Interview questions which will be helpful for any Dot Net profession to get a job.
ASP.Net Questions
ASP.Net Questions
- Authentication in ASP.net
- Validation Controls
- Difference between user control and custom control
- What is Event Bubbling
- What is an Indexer
- What is Delegate
- What is Multicast Delegate
- What is static Constructor
- What is an interface
- How do you achieve multiple inheritance using c#
- What is an abstract class
- Access modifiers in c#
- What is a sealed class
- Difference between Abstract class and Interface.
- What is overload
Subscribe to:
Posts (Atom)
HR Policy Helper using Gen AI
Building an HR Policy Helper Chatbot with AWS Generative AI Services In today's fast-paced work environment, employees often struggle ...

-
Brian Harry has announced release of Visual Studio 2012 Update 2 CTP4 , this release contains significant improvements compared with othe...
-
Brian Harry has announced release of Visual Studio 2012 Update 2 CTP4 , this release contains significant improvements compared with othe...
-
Team Foundation Server Being in a software industry and specially those who are closely working with Microsoft technology no need t...