ASP.NET MVC - Jon Galloway

Browse by Tags

All Tags » ASP.NET MVC (RSS)

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: ,

ASP.NET MVC 4 Overview - Part 2: Default template changes and Adaptive Rendering using Viewport and CSS Media Queries

This is Part 2 of a series overviewing changes in ASP.NET MVC 4 . In Part 1, we looked at installation and new options in creating a new project . In Part 2, we'll look at changes to the default project template and how it uses adaptive rendering to optimize...

ASP.NET MVC 4 Overview - Part 1: Installing ASP.NET MVC 4 and creating a new project

I'm starting a series going through some new features in ASP.NET MVC 4. I may accidentally build a working application along the way, for some value of working. Probably not, though. The main goal is to overview what's in ASP.NET MVC 4. If you've missed...
Posted by Jon Galloway | 7 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: , ,

Wrox Professional ASP.NET MVC 3 - A look back, a request for input, and a treasure hunt for a free copy

Professional ASP.NET MVC 3 has been available on Amazon for a few weeks now. It's had a pretty wild ride so far, including being listed as the top selling book Programming book on Amazon, followed by the Kindle version in second place. For a few crazy...
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...

Using CodeMirror to add C# syntax highlighting to an editable HTML Textarea

I wanted to display some C# code in an html <textarea> control that was displayed in an ASP MVC 3 application using @Html.TextArea(): @using (Html.BeginForm()) { @Html.TextArea("sampleCode", (string)ViewBag.sampleCode, new { rows = "20"...
Posted by Jon Galloway | with no comments
Filed under:

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: , ,
More Posts Next page »