TechBubbles Microsoft Technology BLOG

CategoryASP.NET

Permanently Redirecting a Page in ASP.NET 4.0

Web applications commonly move the pages and content around the servers. This results to accumulation of old links in search engines. Traditionally this was handled in ASP.NET using the Response.Redirect method to forward the request to the new URL. However Redirect method issues an HTTP 302 found (temporary redirect) response. Redirect method results in extra round trip when user accessing the...

Visual Studio 2010 Beta 1 and .NET FW 4.0 Beta 1 Released!

 
Yesterday Visual Studio 2010 Beta1 and .NET FW 4.0 Beta 1 was released and you can download it from here. Download Beta 1.
More about Highlights in VS 2010 Beta1 can found in Jason Blog.
Enhancements in ASP.NET and discussions on latest version here
Feedback, Questions related to VS  2010 can be found here

Next posts I am going to discuss more on the highlights in VS 2010

Data View Control in ASP.NET AJAX 4 Preview 4

Introduction The Data View Control in AJAX 4 has some cool features like it can be bind to any JavaScript object or array.It can also be bind to any ASP.NET AJAX Component. You can read the post to know about  ASP.NET AJAX 4.0 Preview 4 features. Providing Data to the Data View Control Data can be provided to Data View in a number of ways. Setting the data property of the Data View Control...

ASP.NET 3.5 Chart Control

Introduction ASP.NET 3.5 SP1 having a new charting control which allows the developers to easily add different data visualizations to their web applications.The control supporting different chart types like column charts,line charts and pie charts and also advance chart types like funnel and pyramid charts.This post explains about using this control in web applications. You can download the chart...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud