Showing results for June 2009 - .NET Blog

Jun 30, 2009
0
0

Check out the following on our Tips and Tricks Blog

Web Development Tools Microsoft
Web Development Tools Microsoft

Tip#66: Did you know... how to insert quotes values automatically while typing the attrib values?Tip #67: Did you know the list of ASP.Net MVC shortcuts?Tip #68 Did you know… How simple it is to attach an existing style sheet to your web page?Tip #69: Did you know…The keyboard shortcut for View in Browser?Tip #70: Did you know&hell...

ASP.NET
Jun 29, 2009
0
0

VS2010 Beta1 Web Application Project Database package and SMO options

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio 2010 Beta1 release, SQL server database schema and data can be packaged for deployment along with the website.  It utilizes Msdeploy SQL Database provider functionality in IIS team’s msdeploy release.  In Visual studio 2010 Beta1, user can set the database package options in web application project’s Deploy-SQL property...

ASP.NET
Jun 24, 2009
0
0

Enabling CAS Policy Compatibility Mode for a Project

CLR Team
CLR Team

If you’re migrating a VS project over to VS 2010 Beta1 and you are calling code that is passing Evidence objects to the runtime expecting security policy resolution, or if you’re using a permission Deny, you may run into the following exception: NotSupportedException: This method uses CAS policy, which has been obsoleted by the .NET Framework. In o...

.NET
Jun 23, 2009
0
0

Visual Web Developer – Designer Survey

Web Development Tools Microsoft
Web Development Tools Microsoft

The VWD team is always looking for ways to improve our product for our customers. To help us better achieve this goal we have created a survey that we hope you will take a few moments to fill out.Click Here to take survey This survey centers around the VWD designer which provides a WYSIWYG editor for creating and editing Web pages. All feedback wil...

ASP.NET
Jun 20, 2009
0
0

Getting more information than the exception class provides

CLR Team
CLR Team

We recently had a question about how to get more information than an exception’s type provides. The developer was trying to copy a file and didn’t know why the copy was failing. File copies can fail for many reasons, almost all of them what Eric Lippert calls “exogenous conditions”. The developer was catching System.IOExcept...

.NET
Jun 19, 2009
0
0

Tail Call Improvements in .Net Framework 4

CLR Team
CLR Team

Grant Richins has a post on the CLR Code Generation team blog that covers the work done to improve the x64 JIT to honor the "tail." instruction prefix, thereby making functional languages like F# more viable. You can find the full post here.

.NET
Jun 17, 2009
0
0

ASP.Net MVC for Visual Studio 2010 Beta1 Codeplex

Web Development Tools Microsoft
Web Development Tools Microsoft

ASP.Net MVC for Visual Studio 2010 is available for download here: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28527.There is no new functionality but you should be able to upgrade your applications to target the 4.0 framework (or leave them as is) if you would like to play with ASP.Net MVC on Dev10. Please read the release no...

ASP.NET
Jun 16, 2009
0
0

Updates to FTP publishing in Visual Studio 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

With VS2010, we introduced “web deployment tool” as the new publish method; at the same time, FTP publish is still available and supported in VS2010. In web application project system, because we centralized main deployment workflow, so some new features usually introducd at the same time with “web deployment tool” is also available to FTP publish....

ASP.NET
Jun 16, 2009
0
0

Changes to the Publish dialog in web application project system in Visual Studio 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

This blog explains some modification we made to the publish dialog in the web application project system, mainly to accommodate new web deployment tools from IIS team (aka “MsDeploy”). Changes are summarized as following: 1. Persist your publish settings through creating and managing publish profiles 2. Provide a “publish method” combo box for yo...

ASP.NET
Jun 11, 2009
0
0

What’s New for .Net Framework Security

CLR Team
CLR Team

 Shawn Farkas, CLR security developer, has started a cool series of posts on what’s new in .NET Framework 4 security. If you’re doing any work with or have scenarios involving partially trusted code, you’ll want to take a look. Topics include sandboxing, Code Access Security (CAS) Policy, and a nifty Channel 9 video. Check it...

.NET