Shawn Cicoria - CedarLogic

Perspectives and Observations on Technology

Recent Posts

Sponsors

Tags

General





Community

Email Notifications

Blogs I Read

Archives

Other

Use OpenDNS

Browse by Tags

All Tags » ASP.NET (RSS)
Viewing the User Token from Visual Studio 2010 Debugger
When you’re debugging security related things, sometimes you need to take a look at the thread identities user token. When you’re inside of Visual Studio 2010 – in the watch windows you enter ‘$user’  and you’ll get the same as when in windbg with...
Additional Mime Types in Visual Studio 2010 Development Web Server
While the development server in Visual Studio 2010 is great for most work, it does have 1 shortcoming in that if you start adding content types that are not part of the base set of known Mime types built in, you won’t affect the proper header response...
Posted: 10-06-2011 3:38 PM by cicorias | with no comments
Filed under: , , ,
MiniProfiler– A simple but effective mini-profiler for ASP.NET MVC and ASP.NET.
Once in a while a good tool that I find out about that helps me developing solutions comes in real handy.  MiniProfiler is one of those tools. Developed by the StackOverflow folks it’s available in source or binary, and NuGet packages Take a look...
Posted: 09-18-2011 6:34 AM by cicorias | with no comments
Filed under: , , ,
Getting the MVC3 assemblies as part of your Windows Azure deployment
There have been several techniques that have been posted on getting the MVC3 reference assemblies deployed as part of your Windows Azure Solution. http://blog.smarx.com/posts/asp-net-mvc-in-windows-azure This is something I learned today is in Visual...
Posted: 04-15-2011 6:11 AM by cicorias | with no comments
Filed under: , , ,
Differences when Running with OutputCache managed module under ASP.NET IIS7.x with Cache-control header
This post is to report some differences when using MVC or IHttpHandlers if you’re attempting to set the Cache-control : max-age or s-maxage value under IIS7.x using the HttpResponse.Cache methods. [UPDATE]: 2011-3-14 – The missing piece was calling ...
Taking advantage of Windows Azure CDN and Dynamic Pages in ASP.NET - Caching content from hosted services
With the updates to Windows Azure CDN announced this week [ 1 ] I wanted to help illustrate the capability with a working sample that will serve up dynamic content from an ASP.NET site hosted in a WebRole. First, to get a good overview of the capability...
ASP.NET MVC3, WebMatrix, NuGet, SQL Compact 4–all released…
Along with the release of WebMatrix announced here.. http://blogs.msdn.com/b/webplatform/archive/2011/01/12/webmatrix-shipping-january-13-2011.aspx A slew of dependencies were released as well.  If you download WebMatrix, it will install these dependencies...
Posted: 01-13-2011 8:49 AM by cicorias | with no comments
Filed under: , ,
Really should have a custom error page regardless…
Throughout the blogosphere there’s been reports of an issue with ASP.NET that will bring a site to it’s knees – or so, it’s been overblown and reported as such.  Microsoft has released an advisory here that discusses the matter. The workaround for...
Posted: 10-01-2010 7:19 PM by cicorias | with no comments
Filed under: ,
View Engine Razor – MVC 3 preview – and how to get it in WebMatrix…
WebMatrix is back – sort of.  There used to be Web Matrix in the early days of ASP.NET.  Now, it’s back again, and it’s ready with some of the upcoming preview capabilities coming out – such as a view engine called Razor. ASP.NET MVC 3 Preview...
Posted: 07-28-2010 8:46 AM by cicorias | with no comments
Filed under: , , ,
How about an upgrade - and don’t turn off Custom Errors..
Here I am just doing some banking and low and behold the bank I work with seems to be rolling out some “Pilot” stuff. From the error below, I quickly determine that they’re way overdue for moving to a later version of the Framework (I mean 1.1 come on...
Wildcard Certificates and IIS7
Let’s face it, during development, managing all the certificates if you’re doing anything with validating SSL/TLS traffic is a pain. Now with Windows Identity Foundation (fka Geneva) we really have to get crackin on getting used to managing certificates...
Posted: 12-23-2009 1:28 PM by cicorias | with no comments
Filed under: , ,
How did I miss this one – The VirtualPathUtility in ASP.NET
I’ve been writing one off methods that apparently are handled quite well for a few things in the type System.Web.VirtualPathUtility. For example, if you just want the page name or the extension, you have this utility to quickly get that from the current...
Posted: 12-04-2009 10:11 AM by cicorias | with no comments
Filed under: