ASP.NET - Jon Galloway

Browse by Tags

All Tags » ASP.NET (RSS)

10 Things ASP.NET Developers Should Know About Web.config Inheritance and Overrides

The ASP.NET configuration system is build around the idea of inheritance: Each Web.config file applies configuration settings to the directory that it is in and to all of the child directories below it . Settings in child directories can optionally override...
Posted by Jon Galloway | 26 comment(s)
Filed under:

A look back at the ASP.NET site through the years

While writing up the release post for the new ASP.NET website, I started thinking about the site's changed over the years, and that lead me on a brief excursion through the Wayback Machine history of the ASP.NET home page .  Here are some highlights...
Posted by Jon Galloway | 1 comment(s)
Filed under:

ASP.NET website redesign beta: What's changed, why, and how you can make it better

We're happy to announce the beta release of something we've been quietly working on for a while now: a redesign for the ASP.NET website ( http://asp.net ). You can browse directly to it at http://beta.asp.net , or if you're on the http://asp.net site...
Posted by Jon Galloway | 6 comment(s)
Filed under: ,

Jon talks ASP.NET MVC 4, ASP.NET 4.5, ASP.NET Web Pages 2, and Visual Studio 11 on Jesse Liberty's "Yet Another Podcast"

Jesse Liberty interviewed me about all the new Developer Preview releases for web developers. He asked me a lot of great questions over the course of a 45 minute interview. Download / Listen: Yet Another Podcast #49–Jon Galloway: What’s New In ASP.NET...
Posted by Jon Galloway | with no comments
Filed under: , ,

My ASP.NET news sources

I just posted about the ASP.NET Daily Community Spotlight . I was going to list a bunch of my news sources at the end, but figured this deserves a separate post. I've been following a lot of development blogs for a long time - for a while I subscribed...

The ASP.NET Daily Community Spotlight - How posts get there, and how to make it your Visual Studio Start Page

One really cool part of my job is selecting the articles for the Daily Community Spotlight, on the home page of the ASP.NET website. The spotlight highlights a new post about ASP.NET development every day from a member of the ASP.NET community. You can...

Getting Mono compiler output in a web application using StreamReportPrinter

I've been continuing my experiment with Mono's compiler as a service in an ASP.NET MVC application and making pretty good progress. One of the difficulties I ran into along the way was in troubleshooting compiler errors when I'd deployed the application...
Posted by Jon Galloway | with no comments
Filed under: , ,

Dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service

I had an idea for an interactive MVC sample which will let you see the scaffolded editor and display for a model. I thought about a few ways to do this, the first being Mono’s compiler as a service. So far it’s a partial success – the model scaffolding...
Posted by Jon Galloway | 6 comment(s)
Filed under: , ,

Looking at how the ASP.NET MVC Authorize interacts with ASP.NET Forms Authorization

Background: The Authorization flow in a default ASP.NET MVC Internet Application ASP.NET MVC includes an [Authorize] attribute, which when placed on any controller actions will forbid unauthorized access. The AuthorizeAttribute allows you to specify a...
Posted by Jon Galloway | 6 comment(s)
Filed under: ,

Using AntiXSS 4.1 Beta as the Default Encoder in ASP.NET

Background on Cross-site scripting attacks Cross-site scripting attacks, or XSS, are a common web application vulnerability in which an attacker uses your website to present malicious code to another user. OWASP sums it up like this : Cross-site scripting...
Posted by Jon Galloway | 14 comment(s)
Filed under: ,
More Posts Next page »