Fairfeeds.com - Stories tagged with ASP .NET
1
Votes

Web 2.0 | How to improve the performance of ASP.NET MVC web application

published 183 days, 4 hours, 48 minutes ago posted by farooqkaiserfarooqkaiser 193 days, 2 hours, 39 minutes ago
Wednesday, September 09, 2009 5:17:19 PM GMT Sunday, August 30, 2009 7:26:31 PM GMT
In this article, i will examine how you can improve the performance of an ASP.NET MVC application by taking advantage of the following components.Implementing Caching Implementing HTTP Compression Implementing JQuery UI library with Google Hosted Ajax Libraries By combining scripts and other resources Deploying production code in release mode. Implementing Caching: The easiest way to implement cache on MVC view is to add an [OutputCache] attribute to either an individual controller action or an entire... (more)
Category: Technology | Clicked: 3 | Comment | | Source: www.fairnet.com
Tags: ASP .NET, ASP .NET MVC Framework, Caching, Http Handler, jQuery
13
Votes

Adventures in .NET: Visual Studio 2008 var Keyword ‘Bug’

posted by raazzraazz 249 days, 17 hours, 30 minutes ago
Sunday, July 05, 2009 4:34:57 AM GMT
I stumbled across an interesting bug while editing an ASP.NET web project in Visual Studio 2008 a few days ago and I figure after four years of using the Visual Studio suite without encountering any real bugs, one isn't all that bad. That being said, given the nature of the behavior I encountered, I was compelled to investigate the issue behind it. With the introduction of C# 3.0's implicit variable keyword var Microsoft added some simple tricks to the compiler in order to produce the traditional C# 2... (more)
Category: Technology | Clicked: 0 | Comment | | Source: lakario.blogspot.com
Tags: ASP .NET, C#, Visual Studio 2008
12
Votes

Matias Woloski’s Blog » Blog Archive » ASP.NET control for claims-aware apps

posted by raazzraazz 249 days, 17 hours, 35 minutes ago
Sunday, July 05, 2009 4:30:36 AM GMT
Vittorio just announced it in his blog… we helped writing an experiment of raising the level of abstraction to work against claims. We created a server control that allows you to work with claims. There are three types of expression:Claim Value: set the value of a property with the value of a specified claim type (more)
Category: Technology | Clicked: 0 | Comment | | Source: blogs.southworks.net
Tags: ASP .NET, Security