Stories recently tagged with 'VS2010'

URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series) (weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 7 months ago

URL routing was a capability we first introduced with ASP.NET 3.5 SP1, and which is already used within ASP.NET MVC applications to expose clean, SEO-friendly “web 2.0” URLs. URL routing lets you configure an application to accept request URLs that do not map to physical files. Instead, you can use routing to define URLs that are semantically meaningful to users and that can help with search-engine optimization (SEO). With ASP.NET 4.0, URLs like above can now be mapped to both ASP.NET MVC Controller classes, as well as ASP.NET Web Forms based pages. read more...

add a comment |category: |Views: 47

tags: another

ASP.NET MVC TDD using Visual Studio 2010(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 11 months ago

Phil Haack announced yesterday that the tooling support for ASP.NET MVC is available for Visual Studio 2010. Troy Goode already blogged about the designer snippets (which are really really cool, just like other parts of the roadmap for ASP.NET MVC 2.0). I’ll give the new TDD workflow introduced in VS2010 a take. read more...

1 comment |category: |Views: 366

tags: another

Customize Visual Studio 2010 Beta 1 Start Page using WPF/XAML(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years ago

My name is Adrian Collier and I am the Program Manager responsible for the Start Page in the Visual Studio. One of the coolest things we can do in this release is to create custom start pages using WPF. This post details how to get up and running with this feature, along with some warnings on how this feature will be changing. read more...

add a comment |category: |Views: 81

tags: another

Entity Framework 4 Persistence-Ignorance First Look(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years ago

Introduction: From the moment I put my hands on Visual Studio.Net 2010 Beta 1 and I’m targeting EF4 –Entity Framework 4- as I was very excited to checkout the new cool feature of it. Here I am going to highlight my first look at Persistence-Ignorance support in EF4. read more...

add a comment |category: |Views: 170

tags: another