Browse by Tags

Tagged Content List
  • Blog Post: ‘Paste JSON As Classes’ in ASP.NET and Web Tools 2012.2 RC

    ‘Paste JSON As Classes’ is a cool feature in ASP.NET and Web Tools 2012.2 RC. This feature will help you generate strongly typed classes in C# or VB.NET from valid JSON text. With ASP.NET and Web Tools 2012.2 RC installed, you will see new menu option like below for C# and VB.NET Website and Web Application...
  • Blog Post: ASP.NET Web API and HTTP Byte Range Support

    Range requests is the ability in HTTP to request a part of a document based on one or more ranges. This can be used in scenarios where the client wants to recover from interrupted data transfers as a result of canceled requests or dropped connections. It can also be used in scenarios where a client requests...
  • Blog Post: ASP.NET WebForms Model Binding – Overview

    This is the first post in the part of series around Model Binding. In this post I will introduce Model Binding integration in ASP.NET WebForms 4.5 while focusing on history, benefits, principles and the integration of Model Binding. In the upcoming posts, I will be going into the details about the features...
  • Blog Post: ASP.NET 4.5 ScriptManager Improvements in WebForms

    The ScriptManger control has undergone some key targeted changes in ASP.NET 4.5 which makes it easier to register, manage and combine scripts using the ASP.NET weboptimization feature. This post will highlight the changes that have happened to this control Easy Integration with JQuery and JQueryUI...
  • Blog Post: Configuring your ASP.NET application for Microsoft OAuth account

    This post is a part of the series about how to enable and use OpenID/OAuth support that was added to the ASP.NET templates in Visual Studio 2012. In this post I am going to detail the instructions on configuring your application to use Microsoft account for authentication. I am going to be focusing on...
  • Blog Post: An ASP.NET Open Source How-To Decoder Ring

    As you probably know, ASP.NET MVC, Web API, and Web Pages are available as open source on aspnetwebstack.codeplex.com . If you want to go beyond using the official RTM versions and either use the latest nightly drops, compile it yourself, or create pull requests then here’s a decoder ring for how to...
  • Blog Post: Getting Symbols and Source with ASP.NET Nightly NuGet Packages

    You can now get full symbols and source along with the nightly NuGet packages making it possible to debug the latest MVC, Web API, and Web Pages bits by tracing directly through the source. This is enabled by SymbolSource , which hosts the symbols and source for the nightly NuGet packages, and MyGet...
  • Blog Post: List of ASP.NET Web API and HttpClient Samples

    Here is a list of the Web API and HttpClient samples you can find in our samples repository on aspnet.codeplex.com . They illustrate various features of Web API and HttpClient targeting either Visual Studio 2010 using .NET 4 or Visual Studio 2012 using .NET 4.5 with async/await language support. For...
  • Blog Post: Web Deploy (MSDeploy) how to sync a folder

    Today I saw the following question on StackOverflow MSDeploy - Deploying Contents of a Folder to a Remote IIS Server and decided to write this post to answer the question. Web Deploy (aka MSDeploy) uses a provider model and there are a good number of providers available out of the box. To give you an...
  • Blog Post: Migration for user accounts from the SqlMembershipProvider to the Universal Providers

    As you know ASP.Net SqlMembershipProvider / SqlRoleProvider only support Microsoft SQL Server and Microsoft SQL Server Express. There is no support for Microsoft SQL Azure and Microsoft SQL Server Compact . The ASP.NET Universal Providers have been created in order to add support for SQL Azure to be...
  • Blog Post: Visual Studio 2010 Web Publish Updates

    Last week we rolled out some updates for our Visual Studio 2010 Web Publishing Experience. This post will give you an overview of the new features which we released. In the coming weeks there will be more posts getting into more details regarding individual features. You can get these updates in the...
  • Blog Post: ASP.NET Web Application: Publish/Package Tokenizing Parameters

    Today I just saw a question posted on stackoverflow.com asking Why are some Web.config transforms tokenised into SetParameters.xml and others are not ? Let me give some background on this topic for those who are not aware of what the question is. With Visual Studio 2010 when you package your application...
  • Blog Post: Web Deploy: How to see the command executed in Visual Studio during publish

    I just saw a post on Twitter asking the question Is there any easy way to see the underlying MSBuild command when building in VS2010? Want to see the MSDeploy params. @ wdeploy ? One thing to know is that when you publish from Visual Studio, by default we use the MSDeploy (AKA Web Deployment Tool...
  • Blog Post: Survey - ASP.NET development in Visual Studio 2010

    Are you currently doing ASP.NET development in Visual Studio 2010? If so, we would love to hear your feedback! We have created an online survey that will only take a few minutes to complete. Click here to take survey All feedback will be carefully considered and thoroughly reviewed during our planning...
  • Blog Post: The Aspnet Compiler Build Task in Visual Studio 2010 ASP.Net MVC 2 Projects

    If you crack open the project file in an ASP.Net MVC 2 application (in notepad or unload your project and then click “ Edit *.proj” ), you will notice an interesting line. <MvcBuildViews>false</MvcBuildViews> This is an option to enable a post build task that will run the Asp_net...
  • Blog Post: Visual Studio 2010 MVC 2 Upgrade Wizard

    Prior to the RTM release of Visual Studio 2010, the only way to upgrade an ASP.Net MVC 1 application to ASP.Net MVC 2 was to use Eilon Lipton’s tool . With the release of Visual Studio 2010 you will now be able to open your MVC 1 projects in Visual Studio 2010 and upgrade them to ASP.Net MVC 2 projects...
  • Blog Post: Spell checker 2.3 for Visual Studio 2008 SP1

    Minor update for the Spell checker add-in for VS 2008 SP1. It is now available at Visual Studio Gallery . Direct link: http://visualstudiogallery.msdn.microsoft.com/en-us/2f3d691d-8838-4d84-ad64-44a02db37e30 What's new in version 2.3: Updated native code loading mechanism to improve robustness ...
  • Blog Post: Pre-Order Visual Studio 2010 Professional upgrade today, and save hundreds

    Microsoft Visual Studio 2010 Professional will launch on April 12 but you can beat the rush and secure your copy today by pre-ordering at the affordable estimated retail price of $549, a saving of $250. If you use a previous version of Visual Studio or any other development tool then you are eligible...
  • Blog Post: Workaround: Missing Declarations for Controls in Designer File

    We have seen some customers report the issue that certain controls are not getting generated correctly in the designer file in Visual Studio 2010 RC for the ASP.Net Web Application Projects. We are currently working on a fix for this issue for the final RTM release. Workaround: You can work...
  • Blog Post: Visual Studio 2010 RC public download available now!

    It’s finally here.  Visual Studio 2010 and .Net 4.0 release candidate is available for everyone to download now. To download the public RC of Visual Studio 2010 go the RC landing page :  Since the beta we’ve been focused on performance improvements, reducing memory requirements, increasing...
  • Blog Post: Visual Studio 2010 RC Feedback Channel for Web Tools

    As you probably heard the Visual Studio 2010 RC is currently available for MSDN subscribers! You can download it from here http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx . General public release is slated for Wed. The Web Development Tools Team has setup a DL that we would like you to use to send...
  • Blog Post: VSDoc for jQuery 1.4.1 Now Available

    We finished generating a new VSDoc for the latest update of jQuery. You can download it from the jQuery Downloads page . A refresher on how to use the file can be found here or here . Happy coding! Jeff King Program Manager Visual Studio Web Tools
  • Blog Post: ASP.Net MVC in Visual Studio 2010 Beta 2

    Visual Studio 2010 Beta 2 contains ASP.Net MVC 2 in the box so there is no need to install an out of band update to Visual Studio 2010 to develop ASP.Net MVC applications. Phil Haack posted about the in-box experience for Beta 2 andd also provides some info on how to upgrade your ASP.Net MVC 1 apps to...
  • Blog Post: Targeting earlier .NET frameworks 2.0, 3.0, 3.5 using Visual Studio 2010

    The multi-targeting feature of Visual Studio 2010 allows web developers to develop web applications targeting ASP.NET 2.0, 3.0, 3.5 and 4.0. Our earlier posts here and here describe some of the multi-targeting capabilities of Visual Studio 2010. Targeting frameworks 2.0, 3.0 or 3.5 using VS 2010 requires...
  • Blog Post: Software for building and hosting web sites at no cost for 3 years!

    I’m excited to announce – WebsiteSpark – a new program from Microsoft that provides software and support for building web sites, at no cost for 3 years. What You Get Software: WebsiteSpark provides software licenses that you can use for 3 years at no upfront cost (there is only an exit fee of...
Page 1 of 7 (165 items) 12345»