ASP.NET isn’t a huge upgrade, but there are some features which will make your life as a website devleoper easier. This article gives a summary of what’s new in ASP.NET 4.0. Permanent Redirection There is no a command called Response.RedirectPermanent. As the name suggests, this not only redirects you to another page, but also stores [...]
Read more…
Posts tagged with 'Features'
ASP.NET 4.0 Hosting :: Practical ASP.NET-Cool New Features in ASP.NET 4
Compacting out-of-Process Session DataWe like using the Session object (We like the Cache object even better). Many developers object to the Session object because it imposes a footprint on the server even when a user isn’t requesting a page. In ASP.NET 4 the sessionState tag in the web.config file now has a new attribute called [...]
Read more…
Simple Databinding and 3-D Features using Silverlight in Windows Phone 7 (WP7)
Simple Databinding and 3-D Features using Silverlight in Windows Phone 7 (WP7) Windows Phone 7 (WP7) is the upcoming next generation Mobile Operating System by Microsoft. Amongst the many features, one of the nice features is that it has support for Silverlight 4.0. So most of the new features like 3-D, Databinding etc. are now available on [...]
Read more…
My Favorite New Features in Visual Studio 2010
On Tuesday, April 13th, Microsoft released Visual Studio 2010 and the .NET Framework 4.0 (which includes ASP.NET 4.0). To get started with Visual Studio 2010 you can either download a trial version of one of the commercialeditions or you can go grab the free Visual Web Developer 2010 Express Edition. The Visual Studio 2010 user [...]
Read more…