chudesnet

Stories kicked by chudesnet

DotNetRocks.com, an Internet audio talk show for .NET developers.(sitonomy.tradepub.com)

submitted by chudesnetchudesnet(25) 3 years, 2 months ago

Learn about the new developments with Visual Studio Team System. Have to subscribe podcast from Microsoft guru. read more...

add a comment |category: |Views: 1

tags: another

Use T-SQL to script the Definition of all Stored Procedures in a DB(sqlservercurry.com)

submitted by mopenmopen(3596) 3 years, 2 months ago

T-SQL way of scripting the definitions of Stored Procedures. Way cool! read more...

4 comments |category: |Views: 448

tags: another

Building a Nant Script -- Part 1: Setting up the script(dimecasts.net)

submitted by chudesnetchudesnet(25) 3 years, 4 months ago

Start of the series on how to create a build script using the NAnt build tool. read more...

add a comment |category: |Views: 25

tags: another

New Release: patterns & practices App Arch Guide 2.0 Beta 1(blogs.msdn.com)

submitted by chudesnetchudesnet(25) 3 years, 6 months ago

Guide to help solution architects and developers make the most of the Microsoft platform. read more...

add a comment |category: |Views: 9

tags: another

A Guide to Learning ASP.NET MVC Beta 1 (weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ASP.NET MVC Beta1 learning guide by Stephen Walther read more...

1 comment |category: |Views: 461

tags: another

Partial Output Caching in ASP.NET MVC(blog.codeville.net)

submitted by LordLord(3737) 3 years, 7 months ago

Unfortunately, the [OutputCache] filter that ships with ASP.NET MVC is merely a thin wrapper around ASP.NET output caching. The MVC team have explained that they’re aware of the issues, but it’s very difficult to make ASP.NET output caching fit into MVC’s design, and they are focusing on other things first. We can quite easily create a new caching filter that captures actions’ output and uses ASP.NET’s data caching facility to store it for next time. This filter will fit properly into the MVC pipeline, not strangely bypassing authorization or other earlier filters (it will run at the right time in whatever ordered set of filters you’ve using). read more...

add a comment |category: |Views: 306

tags: another

Membership Administration with MVC Preview 5(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 8 months ago

Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews. read more...

1 comment |category: |Views: 280

tags: another

Chrome didn't survive long...(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 8 months ago

I uninstalled Google Chrome after considering the potential threads for privacy read more...

6 comments |category: |Views: 843

tags: another