Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Windows Workflow
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
Windows Workflow
»
Windows Workflow Community Blogs via Syndication
»
All Tags
»
mvc
Browse by Tags
Windows Workflow
This is the top level group for Microsoft Windows Workflow Foundation. Find blogs, samples, videos, and learning resources for various versions of workflow including 3.0, 3.5, and 4.0 here.
Get this RSS feed
Home
Blog
Files
Wiki
Archives
Archives
June 2013
(6)
May 2013
(15)
April 2013
(11)
March 2013
(10)
February 2013
(7)
January 2013
(14)
December 2012
(7)
November 2012
(7)
October 2012
(10)
September 2012
(8)
August 2012
(7)
July 2012
(22)
June 2012
(10)
May 2012
(6)
April 2012
(10)
March 2012
(4)
February 2012
(6)
January 2012
(8)
December 2011
(11)
November 2011
(8)
October 2011
(11)
September 2011
(23)
August 2011
(18)
July 2011
(2)
June 2011
(5)
May 2011
(17)
April 2011
(22)
March 2011
(25)
February 2011
(11)
January 2011
(20)
December 2010
(17)
November 2010
(10)
October 2010
(7)
September 2010
(2)
August 2010
(3)
July 2010
(1)
June 2010
(7)
May 2010
(4)
April 2010
(11)
March 2010
(12)
February 2010
(7)
January 2010
(25)
December 2009
(23)
November 2009
(20)
October 2009
(3)
September 2009
(1)
July 2009
(2)
June 2009
(2)
Tags
.NET
ASP.NET
Azure
Community News
Data
IIS7
javascript
jQuery
Link Listing
LINQ
NuGet
NuGetGallery
regex
Talks
UnobtrusiveValidation
Visual Studio
Web API
Web Forms
Tagged Content List
Blog Post:
Regular expressions are different in javascript! And Unintrusive Validation.
Syndicated Workflow Author
Today while trying to implement some new code, and cutting my teeth on javascript validation, I disbelievingly realized that ALL of our client-side validation had stopped working. Like a month ago. And, nobody had noticed or complained! (As a brief reminder I now work on the NuGet Gallery.) Perhaps that...
on
Tue, May 7 2013
Blog Post:
Great Free Course on Building ASP.NET MVC Apps With EF Code First, HTML5 and jQuery
Syndicated Workflow Author
Pluralsight has developed a great training course on Building ASP.NET MVC Apps with EF Code First, HTML5 and jQuery . It is presented by the most excellent Dan Wahlin , and is really comprehensive. Details of the course outline can be found here . Free 1-Month Subscription to the Course Pluralsight...
on
Fri, Apr 20 2012
Blog Post:
April 14th Links: ASP.NET, ASP.NET MVC, ASP.NET Web API and Visual Studio
Syndicated Workflow Author
Here is the latest in my link-listing blog series: ASP.NET Easily overlooked features in VS 11 Express for Web : Good post by Scott Hanselman that highlights a bunch of easily overlooked improvements that are coming to VS 11 (and specifically the free express editions) for web development: unit testing...
on
Sat, Apr 14 2012
Blog Post:
ASP.NET MVC, Web API, Razor and Open Source
Syndicated Workflow Author
Microsoft has made the source code of ASP.NET MVC available under an open source license since the first V1 release. We’ve also integrated a number of great open source technologies into the product, and now ship jQuery, jQuery UI, jQuery Mobile, jQuery Validation, Modernizr.js, NuGet, Knockout.js and...
on
Tue, Mar 27 2012
Blog Post:
ASP.NET Web API (Part 1)
Syndicated Workflow Author
Earlier this week I blogged about the release of the ASP.NET MVC 4 Beta . ASP.NET MVC 4 is a significant update that brings with it a bunch of great new features and capabilities. One of the improvements I’m most excited about is the support it brings for creating “Web APIs”. Today...
on
Fri, Feb 24 2012
Blog Post:
ASP.NET MVC 4 Beta
Syndicated Workflow Author
A few days ago we released the ASP.NET MVC 4 Beta . This is a significant release that brings with it a bunch of great new features and capabilities. The ASP.NET MVC 4 Beta release works with VS 2010 and .NET 4.0, and is side-by-side compatible with prior releases of ASP.NET MVC (meaning...
on
Sun, Feb 19 2012
Blog Post:
New Bundling and Minification Support (ASP.NET 4.5 Series)
Syndicated Workflow Author
This is the sixth in a series of blog posts I'm doing on ASP.NET 4.5. The next release of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET 4.5 you'll see a bunch of really nice improvements with both Web Forms and MVC - as well as in the core ASP...
on
Sun, Nov 27 2011
Blog Post:
June 26th Links: ASP.NET, ASP.NET MVC, .NET and NuGet
Syndicated Workflow Author
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. [I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] ASP.NET Introducing new ASP.NET Universal Providers...
on
Sun, Jun 26 2011
Blog Post:
Free “Guathon” all day event in London on June 6th
Syndicated Workflow Author
The (awesome) UK developer community is holding another all day event with Steve Sanderson and me in London on June 6th. The event is free to attend, and the venue will be in Central London (at the ODEON Covent Garden). The website for the event is here . Content The event goes from 9am to...
on
Mon, May 23 2011
Blog Post:
Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC
Syndicated Workflow Author
We’ve recently published some great end-to-end ASP.NET video training courses on the http://asp.net web-site. Created by Pluralsight (a great .NET training company), these video courses are available free of charge and provide a great way to learn (or brush-up your knowledge of) ASP.NET Web Forms...
on
Sun, May 15 2011
Blog Post:
ASP.NET MVC 3 and the @helper syntax within Razor
Syndicated Workflow Author
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. Unlike most template...
on
Thu, May 12 2011
Blog Post:
HTML5 Improvements with the ASP.NET MVC 3 Tools Update
Syndicated Workflow Author
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. Today’s blog post is a continuation of this series and covers some of the new HTML5 improvements with the ASP.NET...
on
Mon, May 9 2011
Blog Post:
EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update
Syndicated Workflow Author
Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month. In today’s blog post I’m going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF “code-first” support) Built-in data scaffolding...
on
Fri, May 6 2011
Blog Post:
ASP.NET MVC 3 Tools Update
Syndicated Workflow Author
Three weeks ago we held our MIX 2011 conference in Las Vegas. MIX is one of my favorite events of the year, and the conference always has a ton of great content and announcements. All of the keynotes and breakout sessions from the event can be watched online for free here . I’ll be...
on
Tue, May 3 2011
Blog Post:
Free Video Training: ASP.NET MVC 3 Features
Anonymous
A few weeks ago I blogged about a great ASP.NET MVC 3 video training course from Pluralsight that was made available for free for 48 hours for people to watch. The feedback from the people that had a chance to watch it was really fantastic. We also received feedback from people who really...
on
Thu, Mar 10 2011
Blog Post:
Special 48-Hour Offer: Free ASP.NET MVC 3 Video Training
Anonymous
The Virtual ASP.NET MVC Conference (MVCConf) happened earlier today. Several thousand developers attended the event online, and had the opportunity to watch 27 great talks presented by the community. All of the live presentations were recorded, and videos of them will be posted shortly so that...
on
Wed, Feb 9 2011
Blog Post:
Feb 2nd Links: Visual Studio, ASP.NET, ASP.NET MVC, JQuery, Windows Phone
Anonymous
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. [I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Community News MVCConf Conference Next Tuesday ...
on
Thu, Feb 3 2011
Blog Post:
Running an ASP.NET MVC 3 app on a web server that doesn’t have ASP.NET MVC 3 installed
Anonymous
Last week we released several new web products – including ASP.NET MVC 3 . We’ve had a bunch of great feedback and a ton of downloads since then. One question a few people have asked me recently is: “My web hosting provider doesn’t yet support ASP.NET MVC 3 - any idea when they will install it...
on
Wed, Jan 19 2011
Blog Post:
Announcing release of ASP.NET MVC 3, IIS Express, SQL CE 4, Web Farm Framework, Orchard, WebMatrix
Anonymous
I’m excited to announce the release today of several products: ASP.NET MVC 3 NuGet IIS Express 7.5 SQL Server Compact Edition 4 Web Deploy and Web Farm Framework 2.0 Orchard 1.0 WebMatrix 1.0 The above products are all free. They build upon the .NET 4 and VS 2010 release, and add a ton of additional...
on
Thu, Jan 13 2011
Blog Post:
VS 2010 SP1 and SQL CE
Anonymous
Last month we released the Beta of VS 2010 Service Pack 1 (SP1). You can learn more about the VS 2010 SP1 Beta from Jason Zander’s two blog posts about it, and from Scott Hanselman’s blog post that covers some of the new capabilities enabled with it. You can download and install the...
on
Wed, Jan 12 2011
Blog Post:
Links to my “Best of 2010” Posts
Anonymous
I hope everyone is having a Happy New Years! 2010 has been a busy blogging year for me (this is the 100th blog post I’ve done in 2010). Several people this week suggested I put together a summary post listing/organizing my favorite posts from the year. Below is a quick listing of some of...
on
Sat, Jan 1 2011
Blog Post:
ASP.NET MVC 3: Layouts and Sections with Razor
Anonymous
This is another in a series of posts I’m doing that cover some of the new ASP.NET MVC 3 features: Introducing Razor (July 2nd) New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (Nov 12th) Razor’s @: and <text> syntax (Dec 15th) Implicit and Explicit...
on
Thu, Dec 30 2010
Blog Post:
ASP.NET MVC 3: Implicit and Explicit code nuggets with Razor
Anonymous
This is another in a series of posts I’m doing that cover some of the new ASP.NET MVC 3 features: New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (Nov 12th) Razor’s @: and <text> syntax (Dec 15th) Implicit and Explicit code nuggets with Razor...
on
Fri, Dec 17 2010
Blog Post:
ASP.NET MVC 3: Razor’s @: and <text> syntax
Anonymous
This is another in a series of posts I’m doing that cover some of the new ASP.NET MVC 3 features: New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (Nov 12th) Razor’s @: and <text> syntax (today) In today’s post I’m going to discuss two useful...
on
Thu, Dec 16 2010
Page 1 of 1 (24 items)