IIS (Internet Information Server) is one of the most powerful web servers from Microsoft that is used to host your ASP.NET Web application. IIS has it's own ASP.NET Process Engine to handle the ASP.NET request. So, when a request comes from client to server, IIS takes that request and process it and send response back to clients
When client request for some information from a web server, request first reaches to HTTP.SYS of IIS. HTTP.SYS then send the request to respective Application Pool. Application Pool then forward the request to worker process to load the ISAPI Extension which will create an HTTPRuntime Object to Process the request via HTTPModule and HTTPHanlder. After that the ASP.NET Page LifeCycle events starts.
Complete Article has been published @ DotNetFunda.Com
This article has also been shared@
digg.com
www.dotnetkicks.com
dotnetshoutout.com
delicious.com
Please share your suggestion and feedback.
skip to main |
skip to sidebar
RSS Feeds
Abhijit's World of .NET Blog
Sunday, March 14, 2010
Thursday, March 11, 2010
Filter GridView Records using AJAX Slider Control
Sometimes we need to filter the gridview data based on some range value. On that case we can use AJAX Slider control to provide scrollable Filter functionality with gridview control. Data source for the Gridview can be anything like XML or Database.
You can read the complete article and Implementation and download the sample application from DotNetFunda.Com
I will also write one article on AJAX MulipleSlider to filter the data based on minimumn and maximum value.
Please share your valuable feedback and suggestion.
You can read the complete article and Implementation and download the sample application from DotNetFunda.Com
I will also write one article on AJAX MulipleSlider to filter the data based on minimumn and maximum value.
Please share your valuable feedback and suggestion.
Tuesday, March 9, 2010
Visual Studio 2010 - Extension (VSX) Contest Winner - From CodeProject
My ZoomSlider VSX Extension has been selected as a prize winner for Visual Studio 2010 Extension Contest for the category “Most Useful Extension”!
As a prize I have Won an Microsoft Zune HD With a touchscreen, HD Radio™, and HD video out (Zune® HD AV dock required), the new Zune® HD is the best Zune® yet.!
You can also find the article in MSDN Visual Studio Gallery
Thanks to all of you .
As a prize I have Won an Microsoft Zune HD With a touchscreen, HD Radio™, and HD video out (Zune® HD AV dock required), the new Zune® HD is the best Zune® yet.!
You can also find the article in MSDN Visual Studio Gallery
Thanks to all of you .
Labels:
General
Monday, March 1, 2010
ASP.NET 4.0 Features - MetaDescription and MetaKeywords
ASP.NET 4.0, came up with two new properties inside Page Class, those are MetaDescription and MetaKeyWord. This has been introduce because of make web application Search Engine Friendly. Search Engine looks for Meta tag of our web page to get the details of page contents. In ASP.NET 4.0, we can add these two properties with Page class in Code behind or in Page Directives.
If you want to find out the definition of these two properties, Right Click on Page Class and Click on Goto Definition. This will show you the Meta data information of Page Class as shown in below picture
If we set MetaDescription and MetaKeywords either from Code behind or using Page Directive in aspx page, both will be render as “meta” tag in html code.
The main objective of MetaKeywords and MetaDescription proerties to make your web application SEO friendly. In ASP.NET 2.0, HtmlMeta used to do the same, but in ASP.NET 4.0 make these thing very simple as we can easily add using Page Class.
You can find the Complete Article over, DotNetFunda.com
It has alreday been shared with
www.dotnetkicks.com
dotnetshoutout.com
delicious.com
digg.com
You can also follow me @ http://twitter.com/AbhijitJana
If you want to find out the definition of these two properties, Right Click on Page Class and Click on Goto Definition. This will show you the Meta data information of Page Class as shown in below picture
If we set MetaDescription and MetaKeywords either from Code behind or using Page Directive in aspx page, both will be render as “meta” tag in html code.
The main objective of MetaKeywords and MetaDescription proerties to make your web application SEO friendly. In ASP.NET 2.0, HtmlMeta used to do the same, but in ASP.NET 4.0 make these thing very simple as we can easily add using Page Class.
You can find the Complete Article over, DotNetFunda.com
It has alreday been shared with
www.dotnetkicks.com
dotnetshoutout.com
delicious.com
digg.com
You can also follow me @ http://twitter.com/AbhijitJana
Labels:
.NET 4.0,
ASP.NET,
General,
Visual Studio 2010
Labels
- .NET (1)
- .NET 4.0 (10)
- ASP.Net (2)
- ASP.NET (12)
- asp.net 4.0 (2)
- ASP.NET 4.0 (1)
- Awards (2)
- C# (8)
- C# 4.0 (3)
- code (1)
- codeproject (5)
- Debugging (2)
- Enterprise Library 4.1 (1)
- General (21)
- IIS (1)
- IntelliTrace (2)
- Microsoft ASP.NET Web Site (4)
- MSDN (1)
- Multithreaded Debugging (1)
- MVC (1)
- MVC Framework (1)
- MVP (3)
- My Articles (15)
- Parallel Debugging (1)
- RenderingMode (1)
- SQL Server 2005 (6)
- VideoTutorial (1)
- View State (1)
- Visual Studio 2010 (9)
- VS 2010 (1)
- VSX (1)
- Web Services (1)
- WPF (1)
ASP.NET Books
Copyright 2009
Abhijit's Blog. Powered by Blogger
Blogger Showcase - Submit Your Blog Blogger Templates created by Deluxe Templates
Wordpress theme by Site5
Blogger Showcase - Submit Your Blog Blogger Templates created by Deluxe Templates
Wordpress theme by Site5