chanand

Stories kicked by chanand

Pluggable Generic ASP.NET Cache Manager(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

In this article I’ll provide a simple way in order to build a Pluggable Generic ASP.NET Cache Manager. read more...

3 comments |category: |Views: 470

tags: another

ScottG:October 22nd Links: ASP.NET, Visual Studio, WPF and Silverlight(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 7 months ago

Latest quality link collection by Scott read more...

1 comment |category: |Views: 365

tags: another

Essential Visual Studio Tips & Tricks that Every Developer Should Know(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 7 months ago

In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. read more...

add a comment |category: |Views: 845

tags: another

Terrible Code Example - Methods From Hell (dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 7 months ago

Learn how not to code your applications with this terrible code example that I have come accross. read more...

add a comment |category: |Views: 882

tags: another

Incremental search in Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 7 months ago

Better alternative to your Ctrl+F keystroke in Visual Studio. read more...

add a comment |category: |Views: 14

tags: another

ASP.NET Routing revisited (again)(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 3 years, 7 months ago

I’ve updated my ASP.NET 3.5 + System.Web.Routing sample based on some great feedback and questions. It’s much simpler and gives a better example of how routes can be configured. It now uses Phil Haack’s excellent WebFormRouteHandler class, which is much more versatile than my unnecessarily generic one... read more...

add a comment |category: |Views: 11

tags: another

Shortcut Key to Comment code in VS and SQL Server Management Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 7 months ago

Speed up your development with these simple keystrokes. read more...

1 comment |category: |Views: 25

tags: another

Naming Collisions And The Using Directive (dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

Are you familiar with the following C# compilation error: “CS0104: ClassA is an ambiguous reference between Namespace1.ClassA and Namespace2.ClassA“? Most software developer would solve that error by... read more...

add a comment |category: |Views: 378

tags: another

Purely CSS Callouts(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 7 months ago

This article explains how you can create callouts using CSS and without using a single image. This will use the CSS thick border technique for creating slant area... read more...

add a comment |category: |Views: 140

tags: another

Global.asax? Use HttpModules Instead!(codebetter.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 7 months ago

Explanation of using HttpModules instead of using gobal.asax read more...

add a comment |category: |Views: 46

tags: another

MVC Storefront, Part 7: Helpers and Routing(blog.wekeroad.com)

submitted by SimonCroppSimonCropp(95) 4 years ago

MVC Storefront, Part 7: Helpers and Routing read more...

add a comment |category: |Views: 24

tags: another