Browse by Tags
All Tags »
ASP.NET (RSS)
List is quite big!!! Core Services Web.config File Minification Extensible Output Caching Auto-Start Web Applications Permanently Redirecting a Page The Incredible Shrinking Session State Expanding the Range of Allowable URLs Extensible Request Validation
Read More...
It is amazing to see so many Web Platform utilities are clubbed together in one single place. What you may need to develop website, are available here. http://www.microsoft.com/web/default.aspx If you go to downloads section http://www.microsoft.com/web/downloads/default.aspx
Read More...
ASP.NET MVC book that Scott Hanselman, Rob Conery, Phil Haack and Scott Gu is available at http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf Namoskar!!!
Read More...
When we use Response.Redirect to move from one page to another we ideally also call HTTP 302 Found. This increases extra trip. Now in Visual Studio 2010 you may write Response.RedirectPermanent( "Page1.aspx" ); Namoskar!!!
Read More...
ASP.Net 3.5 Dynamic Data is a cool thing. I really like the effectiveness of the data driven approach. Here is a video I have recorded, Namoskar!!!
Read More...
Learning IIS7 is so organized. Thanks to the team http://learn.iis.net/ Namoskar!!!
Read More...
ASP.NET 3.5 comes with bundle of new data bound controls. Among them ListView and DataPager are the ones I am going talk here. To me ListView is the enhanced from of DataRepeater. It has got everything you might need to create an app with your HTML/CSS
Read More...
Today I created my first test ASP.NET application in IIS 7 in Windows 2008. It is amazing, now in IIS manager you can configure the ASP.NET with nice panel, I will explore more on this. A very happy 2008 ahead. Namoskar!!!
Read More...
What is that? Know more on http://quickstarts.asp.net/3-5-extensions/ Other related resources, ASP.NET 3.5 Extensions Preview Download ASP.NET 3.5 Extensions Preview Forums Namoskar!!!
Read More...
Learn and for installation-free mode and get started with Visual Studio 2008. MSDN Virtual Lab: Building Web Applications with Visual Studio 2008 MSDN Virtual Lab: What's new in C# 3.0 MSDN Virtual Lab: What's new in Visual Basic 9 Namoskar!!!
Read More...
From 4GuysFromRolla This article is one in a series of articles on ASP.NET 2.0's membership, roles, and profile functionality. Part 1 - learn about how the membership features make providing user accounts on your website a breeze. This article covers
Read More...
Formally known as WPF/E, Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of Microsoft .NET–based media experiences and rich interactive applications for the Web. Find out more resources from MIX . To be updated
Read More...
We have talked a lot about LINQ and its power. One of the main reasons behind the LINQ design goal was to enable the unified query like syntax for any kind of structured data. There is hardly any ASP.NET application which does not deal with data. We can
Read More...
Get Started with ASP.NET AJAX Take your first steps toward learning Microsoft ASP.NET AJAX, from downloading and installing the framework to creating your first AJAX-style application. Get Started with the ASP.NET AJAX Control Toolkit Learn how to extend
Read More...
BLinq is Linq integration to ASP.NET Applications which is now available in official ASP.NET website at http://www.asp.net/sandbox/app_blinq.aspx?tabid=62 . You can download and install the exe to work with BLinq. BLinq is named keeping in mind that the
Read More...