Skip to main content

Posts

Showing posts from 2007

New Feature of ASP.net 2.0 [Asynchronous Pages]

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 b

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 Authentication in ASP.net Validation Controls Difference between user control and custom control What is Event Bubbling C# Questions 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