Jeff Garoutte

c# .net and anything else that happens across my desk

Extending the ASP.Net Security model to use rights: Cassini

I get a few messages about how the rights system fires many times per request and it is a lot of SQL traffic.  Allow me to address this issue and introduce to your silent partner Cassini. Most developers, myself included, love being able to click the "play" icon (press F5 or select start debugging from the menu) and be able to debug their WebForms or MVC application on their local box.  The catch here is this- the site you are debugging is not running on/being served by IIS.  It'... [More]
Posted: Jun 18 2009, 09:49 by jeff | Comments (4) RSS comment feed |
Tags: ,
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us

Snippets - Prop

If you have ever typed prop and hit tab twice in Visual Studio 2005 or 2008, you have used a snippet even if you do not know a snippet is.  In VS2005 I used the prop snippet all the time to create a field and property automatically for me.  The snippet goodness continued in Visual Studio 2008, except... With the new property definition public bool IsVaild{ get; set; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monos... [More]
Posted: Jun 09 2008, 01:51 by jeff | Comments (0) RSS comment feed |
Filed under: Visual Studio
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us