Showing results for March 2008 - .NET Blog

Mar 31, 2008
0
0

Game Programming with Silverlight 2

Web Development Tools Microsoft
Web Development Tools Microsoft

I have uploaded a series of tutorials on Game Programming with Silverlight 2 using Visual Studio 2008 Tools beta 2.If you are interested in these topics, feel free to track my blog here:http://silverlight.net/blogs/msnow/default.aspxMike SnowSenior SDET Lead.Visual Studio Web Tools

ASP.NET
Mar 12, 2008
0
0

JScript IntelliSense: Working with Ext JS

Web Development Tools Microsoft
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
0
0

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

Web Development Tools Microsoft
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 11, 2008
0
0

Absolute and relative positioning in Visual Web Developer 2008 designer

Web Development Tools Microsoft
Web Development Tools Microsoft

Design view in Visual Studio and Visual Web Developer Express 2008 provides several tools that help with absolute and relative positioning of controls. I'd like to describe how do they work and what kind of visual hints the designer provides.How do I set my control position to absolute? Use Format | Position menu: Unfortunately,...

ASP.NET
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
Mar 6, 2008
0
0

ASP.NET MVC Test Framework Integration Walkthrough

Web Development Tools Microsoft
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
Mar 5, 2008
0
0

JScript Debugging: Made easy with IE8

Web Development Tools Microsoft
Web Development Tools Microsoft

The feature I'm most excited about in Internet Explorer 8 Beta 1 is ironically one you might not notice at all. Problem If you're reading this, you probably know (and are still untangling the double-negative logic of) the "Disable script debugging" option in IE.  Say you just spent 10 hours debugging script.  It's time for a break.  ...

ASP.NET