Browse by Tags
All Tags »
MVC (RSS)
Here is the latest in my link-listing series . Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share
Read More...
Hosted by James Senior, and with guest Phil Haack from the ASP.NET team (the primary owner of ASP.NET MVC ), this inaugural episode features a discussion of ASP.NET MVC 3, Preview 1, which was recently released. You can find out all the details about
Read More...
Here are the events listed in Community Megaphone for the next week (or so) for the Mid-Atlantic area, as well as webcasts of interest…don’t miss yours truly, speaking at CapArea .NET UG in Vienna, VA tomorrow night on Visual Studio 2010: NOVA SQL User
Read More...
Here are the events listed in Community Megaphone for the next week (or so) for the Mid-Atlantic area, as well as webcasts of interest…this list includes events imported from the UGSS event calendar , and all events entered in Community Megaphone are
Read More...
When playing with the latest ASP.NET MVC 3 Preview 1 bits, some people have mentioned their dislike of the . cshtml extension used for the “razor” view engine that comes with ASP.NET MVC 3 and also WebMatrix . Well there are a number of ways you can change
Read More...
This morning we posted the “Preview 1” release of ASP.NET MVC 3. You can download it here . We’ve used an iterative development approach from the very beginning of the ASP.NET MVC project, and deliver regular preview drops throughout the development
Read More...
Last week I blogged about the new Entity Framework 4 “code first” development option. The EF “code-first” option enables a pretty sweet code-centric development workflow for working with data. It enables you to: Develop without ever having
Read More...
.NET 4 ships with a new and much improved version of Entity Framework (EF) – a data access and OR/M library that lives within the System.Data.Entity namespace. When Entity Framework was first introduced with .NET 3.5 SP1, developers provided a lot
Read More...
One of the things my team has been working on has been a new view engine option for ASP.NET. ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default”
Read More...
This was pretty straightforward but I didn't find it written up anywhere on the web so here goes. What follows is how I addressed testing IPrincipal in ASP.NET MVC using xunit.net Let's start with the test: 1 [Fact] 2 public void changes_password() {
Read More...
Here is the latest in my link-listing series . Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share
Read More...
This post will show how to return a simple Json result from an ASP.NET MVC 2.0 web project. It will show how to test that result inside a unit test and essentially pick apart the Json, just...
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming
Over the past couple years, the focus of the web development I’ve been doing involves building highly flexible, highly scalable and straight forward web sites to implement and maintain Line of...
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming
[ In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] This is the seventeenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers
Read More...
Show #5 of the Community Megaphone Podcast is now available! In this episode, Dane and I chat with Steve Michelotti . We discuss ASP.NET MVC 2, the software craftsmanship movement, and more. Want to keep up with all the latest episodes? You can subscribe
Read More...