ScottGu's Blog
Scott Guthrie lives in Seattle and builds a few products for Microsoft
-
Strongly Typed Data Controls (ASP.NET vNext Series)
This is the second in a series of blog posts I'm doing on ASP.NET vNext.
-
HTML Editor Smart Tasks and Event Handler Generation (ASP.NET vNext Series)
This is the first in a series of blog posts I'm doing on ASP.NET vNext.
-
ASP.NET 4.5 Series
Over the next few months I’m going to be doing a series of posts that talk about some of the cool new features coming with the next releases of ASP.NET and Visual Studio (which we will start talking about more in the months ahead). They contain a ton of new functionality and improvements – for both Web Forms and MVC - that I think you’ll really like, and which make building applications easier, faster and better.
-
Let’s get this blog started again…
A few people have sent me email over the summer about my blog: “hey – does your blog still work?”, “did it move somewhere else?”, “did you die?”. To provide a few quick answers: my blog does still work, it didn’t move anywhere, and I am not dead. :-)
-
June 26th Links: ASP.NET, ASP.NET MVC, .NET and NuGet
Here is the latest in my link-listing series. Also check out my Best of 2010 Summary for links to 100+ other posts I’ve done in the last year.
-
Free “Guathon” all day event in London on June 6th
The (awesome) UK developer community is holding another all day event with Steve Sanderson and me in London on June 6th.
-
Upcoming Conference talks in Norway, Germany and the UK
Next month I’ll be in Europe giving presentations at some great .NET conferences. Below are details on the three conferences I’m presenting at:
-
Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC
We’ve recently published some great end-to-end ASP.NET video training courses on the http://asp.net web-site.
-
ASP.NET MVC 3 and the @helper syntax within Razor
ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx view engine). Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding workflow.
-
HTML5 Improvements with the ASP.NET MVC 3 Tools Update
Last week I blogged about the new ASP.NET MVC 3 Tools Update, and then followed it up with a detailed post that covered using the EF Code First and the new Data Scaffolding features in it.