Sign in
RickAndMSFT on Azure & MVC
Filling the Azure Gap
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.Net
Azure
MVC
Archive
Archives
February 2013
(1)
December 2012
(2)
November 2012
(1)
October 2012
(1)
September 2012
(2)
August 2012
(4)
June 2012
(3)
March 2012
(2)
February 2012
(1)
January 2012
(2)
November 2011
(1)
August 2011
(2)
July 2011
(1)
May 2011
(2)
April 2011
(2)
March 2011
(1)
February 2011
(2)
January 2011
(1)
August 2010
(2)
December 2009
(2)
November 2009
(1)
October 2009
(3)
August 2009
(2)
July 2009
(1)
June 2009
(1)
January 2009
(1)
December 2008
(2)
November 2008
(1)
October 2008
(1)
September 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
RickAndMSFT on Azure & MVC
Installing and using SQL Server Data Tools (SSDT) on Visual Studio 2010 and VWD
Posted
10 months ago
by
Rick_Anderson
5
Comments
This blog post shows how to Install SQL Server Data Tools on Visual Studio 2010 and Visual Web Developer/2010. This MSDN article, also shows how to install Install SQL Server Data Tools. Launch WPI 4.0 ( Web Platform Installer ) Select All in the left...
RickAndMSFT on Azure & MVC
InitializeSimpleMembership Attribute and SimpleMembership Exceptions
Posted
10 months ago
by
Rick_Anderson
12
Comments
The InitializeSimpleMembership Attribute ensures that before any membership (login/register) related functionality is run, that the membership database has been created. If the database is not yet created, the code will automatically create one. If the...
RickAndMSFT on Azure & MVC
Adding Bundling and Minification to Web Forms
Posted
10 months ago
by
Rick_Anderson
10
Comments
My B/M tutorial provides a good introduction to benefits of Bundling and Minification. You should read it to become familiar with the bundling and minification. This blog will focus on using B/M with Web Forms, my B/M tutorial focused on ASP...
RickAndMSFT on Azure & MVC
Adding Web Optimization to a Web Pages Site
Posted
10 months ago
by
Rick_Anderson
1
Comments
Adding bundling and minification (B/M) in a Web Pages site follows the same formula ASP.NET MVC and Web Forms use: Declare and register bundles. Consume bundles from within your views. This blog entry describes the basics of using B/M in a Web Page...
Page 1 of 1 (4 items)