cbowen
Name: cbowen
Score: 41.09
Last Seen: 1222 days, 16 hours, 4 minutes ago
Member Since: 13 January, 2010
DotNetShoutout
atom rss
6
Shouts

A Resource Guide for Visual Studio 2010 RC (Release Candidate)

posted by cbowencbowen 1222 days, 17 hours, 48 minutes ago
Friday, February 12, 2010 7:21:19 PM GMT
This week, Visual Studio 2010 and .NET Framework 4 RC (Release Candidate) became available to everyone for download. This post is a brief guide to resources to help you quickly get started and learn about what’s new. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio
10
Shouts

dnrTV - Show #165 - Michael Cummings on XNA Development Part 1

published 1226 days, 23 hours, 29 minutes ago posted by mithumithu 1229 days, 11 hours ago
Monday, February 08, 2010 1:40:11 PM GMT Saturday, February 06, 2010 2:09:03 AM GMT
Michael Cummings develops a game for the X-Box from start to finish borowing code from samples in the Farseer Physics Engine for XNA to produce Bumper Cars In Space. (more)
category: Screencast | clicked: 1 | comment | | source: www.dnrtv.com
tags: XNA, dnrTV, X-Box
12
Shouts

ASP.NET MVC 2: Model Validation - ScottGu's Blog

published 1249 days, 55 minutes ago posted by ali62bali62b 1250 days, 19 hours, 43 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Friday, January 15, 2010 5:25:44 PM GMT
[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 second in a series of blog posts I’m doing on the upcoming ASP.NET MVC 2 release.  This blog post covers some of the validation improvements coming with ASP.NET MVC 2.ASP.NET MVC 2 Validation Validating user-input and enforcing business rules/logic is a core requirement of most web applications.  ASP.NET MVC 2 includes a bunch of new features that make validating us... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Validation, ASP.NET MVC 2, ScottGu
7
Shouts

Microsoft Certification Second Shot Program Makes a Return

published 1244 days, 4 hours, 7 minutes ago posted by cbowencbowen 1246 days, 17 hours, 20 minutes ago
Friday, January 22, 2010 9:02:39 AM GMT Tuesday, January 19, 2010 7:49:17 PM GMT
If you’re a developer or IT pro interested in earning certifications to advance your career, but have been worried about not passing, take a look at the Second Shot program, which offers a free exam retake, and is making a return now through June. (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: certification, IT Certification, developer
17
Shouts

ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe - Scott Guthrie

published 1261 days, 23 hours, 52 minutes ago posted by jantujantu 1263 days, 4 hours, 7 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 9:02:01 AM GMT
Last month I did a blog post about some of the presentations I did in Europe and posted the slides+demo files from them.  High-quality videos of the talks I did in Sweden were posted two weeks ago on the Channel9 site, so you can also now watch videos of the talks online as well.  The videos use a nice format where you can watch... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight, Talks, ScottGu, MVC, ASP.NET
10
Shouts

Entity Framework in .NET 4 - Somasegar

published 1251 days, 14 minutes ago posted by jantujantu 1254 days, 1 hour, 36 minutes ago
Friday, January 15, 2010 12:54:58 PM GMT Tuesday, January 12, 2010 11:33:32 AM GMT
The Entity Framework in .NET 4 has a lot of new features and enhancements.  We got a lot of great feedback from you on the initial release of the Entity Framework (EF).  Let’s take a look at some of the things coming in new with Entity Framework 4. Foreign Keys Entity Framework now includes support for foreign keys.  Foreign key associations allow you to include foreign key properties on your entities, simplifying a number of key scenarios including data binding and n-tier... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division