Showing tag results for .NET

Mar 12, 2008
Post comments count0
Post likes count0

JScript IntelliSense: Working with Ext JS

Web Development Tools Microsoft

Ext is great framework for adding rich AJAX interactivity to your web application.  Unfortunately, JScript IntelliSense currently has difficulties processing the script and it's not uncommon to see this message: I just wanted to let everyone know that we've investigated and fixed the issue.  This fix will be available in the next servi...

ASP.NET
Mar 12, 2008
Post comments count0
Post likes count0

Tips & Tricks: Upgrading Projects from ASP.NET MVC Preview 1 to Preview 2 (MIX 2008)

Web Development Tools Microsoft

  If you previously had ASP.NET MVC Preview 1 (CTP 1) and had already created a few projects on it then you might have to take this additional step to convert your project to ASP.NET MVC Preview 2 (MIX 2008) [After installing MVC Preview 2 (Resources here)]. In ASP.NET MVC Preview 2 we introduced a special MVC Project flavor GUID for MVC Pro...

ASP.NET
Mar 7, 2008
Post comments count0
Post likes count0

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

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
Mar 6, 2008
Post comments count0
Post likes count0

ASP.NET MVC Test Framework Integration Walkthrough

Web Development Tools Microsoft

Note: Please see this post for an updated set of templates created for ASP.NET MVC RTM: http://blogs.msdn.com/webdevtools/archive/2009/04/28/updated-nunit-templates-for-asp-net-mvc-1-0-rtm.aspx   Vishal’s earlier blog post, ASP.NET MVC Test Framework Integration, outlined the motivation and steps for registering a third party te...

ASP.NET
Feb 18, 2008
Post comments count0
Post likes count0

ASP.NET MVC Test Framework Integration

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
Post comments count0
Post likes count0

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

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
Post comments count0
Post likes count0

Announcing Japanese release of Web Deployment Projects 2008

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
Feb 8, 2008
Post comments count0
Post likes count0

Downloadable Hotfix: Performance and Editor fixes for Microsoft Visual Studio 2008 and Visual Web Developer Express 2008

Web Development Tools Microsoft

We have received a great deal of feedback on VS 2008 and VWD 2008. Thank you for all the feedback.   We have looked at the feedback carefully and selected some critical issues around performance and editor usage to fix in this hotfix. This article talks about all the issues that are fixed in the hotfix.   Machine Prerequisites:   1...

ASP.NET
Jan 25, 2008
Post comments count0
Post likes count0

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

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
Post comments count0
Post likes count0

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 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