Showing results for Vishal R. Joshi - .NET Blog

Mar 7, 2008
0
0

ASP.NET MVC Framework Preview 2 (Mix 2008) Resources

Web Development Tools Microsoft
Web Development Tools Microsoft

I am attempting to compile the relevant resources for ASP.NET MVC Framework Preview 2 at one place so that you will not have to keep searching around...ASP.NET MVC Preview 2 Download Location:Preview 2 Download (English-US) - Microsoft.com download location to get the latest MVC bits...ASP.NET MVC Documentation:Home Page - Asp.Net home page where y...

ASP.NET
Feb 25, 2008
0
0

Webcast: New Enhancements for Web Developers in VS 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

To View On Demand Webcast : Visual Studio 2008 for Web Developers: CLICK HEREWanted to update you on a upcoming web cast that I am doing in support of Visual Studio 2008 launch event...Title: New Enhancements for Web Developers in VS 2008Date/Day: Tuesday, February 26th 2008 Time: 11am to 12:30pm Pacific Standard Time (PST)Description :Get an overv...

ASP.NET
Feb 18, 2008
0
0

ASP.NET MVC Test Framework Integration

Web Development Tools Microsoft
Web Development Tools Microsoft

Previously I gave an overview  of new tooling features for ASP.NET MVC Framework that we are hoping to make available during MIX 2008 timeframe.  You can read more about Overview of MVC Tooling Features for MIX 2008 here.  Goals: ASP.NET MVC Framework is Microsoft's implementation of MVC framework which is hugely popular in the indu...

ASP.NET
Feb 17, 2008
0
0

Tooling Features Overview of ASP.NET MVC Framework for MIX 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

There has been a tremendous positive response on ASP.NET MVC Framework from the community since we released the December 2007 CTP of ASP.NET Extensions.  With MIX 2008 coming closer our teams have been super busy in trying to bring out value additions to ASP.NET MVC Framework.  ScottGu, in his ASP.NET MVC Road-map post, recently introduce...

ASP.NET
Feb 14, 2008
0
0

Announcing Japanese release of Web Deployment Projects 2008

Web Development Tools Microsoft
Web Development Tools Microsoft

Last month we released RTW version of Web Deployment Projects (WDP) 2008.  You can read more about this release by clicking here.  After getting this ENU release together our Redmond team and Japanese team got together to work on the Japanese version of WDP.  Just some time back we released WDP 2008 JPN release. You ca...

ASP.NET
Jan 25, 2008
0
0

Announcing RTW version of Visual Studio 2008 Web Deployment Projects (WDP)

Web Development Tools Microsoft
Web Development Tools Microsoft

In December 2007, we had released Community Technology Preview (CTP) version of  VS 2008 Web Deployment Projects... Thanks a ton to all of you in the community for being so active in adopting and trying the CTP versions of WDP... Since the December CTP we have been monitoring the blogs, MS Connect feedback system as well WDP forums to collect ...

ASP.NET
Jan 17, 2008
0
0

Tips & Tricks: Web Server Settings for Web Application Projects now can be stored per user as well as per project

Web Development Tools Microsoft
Web Development Tools Microsoft

Web server settings, which are accessible inside Web Application Projects (WAPs) property pages (Web section)  allow you to specify settings associated to to Visual Studio Development Server or IIS.  Many a times in a team development environment it is preferred that these settings are shared across the teams providing consistency; at the...

ASP.NET
Dec 23, 2007
0
0

Tips & Tricks: Start-Up Options and Instances of ASP.Net Development Server in a Multi-project Solution

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have more than one project in your solution you can use following options of solution properties to set your start up actions...  You can get the below dialog by right clicking your solution and going to its properties:   If you have more than one Web project (either Web Site, WAPs or both) in your solution and choose to start onl...

ASP.NET
Dec 13, 2007
0
0

Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio

Web Development Tools Microsoft
Web Development Tools Microsoft

When you add a global.asax file to your "Web Application Projects (WAPs) like below: and then write code in Application_Start event and try to debug it like below using Visual Studio inbuilt Development Web Server   Then during your first debug the breakpoint is hit but during your subsequent debug runs the breakpoint is not hit. The reason ...

ASP.NET
Dec 1, 2007
0
0

Web Deployment Projects (WDP) for Visual Studio 2008 – December 2007 CTP Released

Web Development Tools Microsoft
Web Development Tools Microsoft

Based on the feedback from web development community we just released the Customer Technology Preview (CTP) of Web Deployment Projects for Visual Studio 2008... This release of Web Deployment Projects (WDP) has all the features that VS 2005 WDP release has and in addition has few other enhancements which I will call out later in this post... We w...

ASP.NET