Welcome to Sol 3 Sign in | Join | Help
CS Search | Live Search Search

Sol 3

Home of Barrows Software Solutions, LLC

Browse by Tags

All Tags » MVC   (RSS)
Showing page 1 of 24 (233 total posts)
  • August 29th Links: .NET, ASP.NET, IIS Express, Silverlight, Windows Phone 7

    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 links. Follow me at: twitter.com/scottgu] .NET/WPF/EF 5 Little C#/.NET ...
    Posted to ASPInsiders (Weblog) by Anonymous on August 30, 2010
  • New Show on Channel 9: Web Camps TV

    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 the show here. Video embedded after the break, click through to watch, or you can view it at the ...
    Posted to ASPInsiders (Weblog) by Anonymous on August 26, 2010
  • Events This Week – August 23rd, 2010

    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 Group Meeting Monday, August 23, 2010 7:00 PM, Vienna, VA This presentation will give ...
    Posted to ASPInsiders (Weblog) by Anonymous on August 23, 2010
  • Events This Week – August 16th, 2010

    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 also automatically synced to the UGSS event calendar: HRSSUG August Meeting Wednesday, August ...
    Posted to ASPInsiders (Weblog) by Anonymous on August 16, 2010
  • ASP.NET MVC 3 and Custom Extensions

    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 this. For the purposes of learning and tinkering, I decided to try and register a new view ...
    Posted to ASPInsiders (Weblog) by Anonymous on August 7, 2010
  • Introducing ASP.NET MVC 3 (Preview 1)

    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 cycle.  Our goal with early preview releases like the one today is to get feedback – ...
    Posted to ASPInsiders (Weblog) by Anonymous on July 27, 2010
  • Entity Framework 4 “Code-First” - Custom Database Schema Mapping

    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 to open a designer or define an XML mapping file Define model objects by simply ...
    Posted to ASPInsiders (Weblog) by Anonymous on July 23, 2010
  • Code-First Development with Entity Framework 4

    .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 of feedback on things they thought were missing or incomplete with that first ...
    Posted to ASPInsiders (Weblog) by Anonymous on July 16, 2010
  • Introducing “Razor” – a new view engine for ASP.NET

    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” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ...
    Posted to ASPInsiders (Weblog) by Anonymous on July 3, 2010
  • ASP.NET MVC - Faking ControllerContext to test HttpContext.Current.User and IPrincipal

    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() { 3 //arrange 4 var controller = ...
    Posted to ASPInsiders (Weblog) by Anonymous on June 22, 2010
1 2 3 4 5 Next > ... Last »
CS Build: 2.1.61129.2
1999
Listed on the CS Listings Powered By Community Server Themed by nb development