Top ASP.NET Items

Sponsors

Archives

Browse by Tags

All Tags » Web (RSS)
Knockout Intellisense in ASP.NET and Web Tools 2012.2 RC
WTE (Web Tools Extension) 1.2 RC is part of the ASP.NET and Web Tools 2012.2 RC and it’s available for download from http://www.microsoft.com/download/details.aspx?id=36053. Knockout Intellisense is an exciting new feature in WTE 1.2 RC. Knockout is a declarative JavaScript MVVM system for client-side data binding. See http://knockoutjs.com/ for complete information and http://learn.knockoutjs.com/ for tutorials. Knockout Intellisense allows you to code Knockout quickly and accurately, and custom bindings are fully supported! With WTE 1.2 RC installed, you can utilize the Knockout Intellisense feature on any web page by: Loading Knockout-n.n.n.js or Knockout-n.n.n.debug.js Defining a view model in JavaScript as an object or a function...
Visual Studio project compatibility and VisualStudioVersion
One of the most requested features of Visual Studio 2012 was the ability to open projects in both VS 2012 as well as VS 2010 ( requires VS 2010 SP1 ). In case you haven’t heard we did implement that feature. You may be wondering how we were able to do this and how this may impact you. If you open the .csproj/.vbproj for a Web Project created in VS2010 you will see the following import statement. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\ v10.0\WebApplications\Microsoft.WebApplication.targets" /> When you open this project in VS 2012 there are a few changes made to your project file to ensure that it can be opened in both VS 2010 SP1 and VS 2012. One of the changes made to the project when it is first...
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 us direct feedback on anything web development related for this RC. The DL is: vsweb@microsoft.com Once you have had a chance to use the product please send us feedback on your overall experience with our product. The more details you can provide the better. Also, feel free to shoot us a mail if: You encounter a bug or issue. You have general feedback, suggestions or ideas on our web tools product. If you do encounter a bug please send us a clear...
Visual Studio 2010 Property Grid Filtering
Visual Studio 2010 improves .NET framework multi-targeting by applying framework-appropriate filtering to the property grid and Intellisense. For example, if you select a button on a web form of a .NET 2.0 web project, in the Property Grid you will see: If you go to the Project Properties and change the Target Framework version to 4.0: ...the Property Grid display will change to display 4.0-specific properties: While this looks simple and straight-forward, there's actually an illusion at work! Only one framework can be loaded into an AppDomain at a time, and Visual Studio uses .NET 4.0 specific capabilities. So the actual controls displayed on the design surface are always 4.0 controls. Their properties are filtered for display in the Property...
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 $100 payable upon exit from the program).  Once enrolled, you can download and use the following software from Microsoft: 3 licenses of Visual Studio 2008 Professional Edition 1 license of Expression Studio 3 (which includes Blend, Sketchflow, and Web) 2 licenses of Expression Web 3 4 processor licenses of Windows Web Server 2008 4 processor licenses of SQL Server 2008 Web Edition DotNetPanel control panel (enabling easy remote/hosted management of...
Software Development Engineer Opportunity on Visual Web Developer
The Visual Web Developer team is looking for a motivated software engineer that wants to work on next set of Web related features in Visual Web Developer and Visual Studio, shipping Visual Studio 2010 and beyond. Web development is a highly competitive area and Visual Web Developer is a primary tool that helps driving Windows Server, IIS and ASP.NET adoption.  The VIsual Web Developer team owns a complete set of Web tools and technologies in Visual Studio including HTML and ASP.NET designer editor, CSS management tools, CSS, Jscript and HTML editors with IntelliSense, validation and colorization, web debugging, Web Site, Web Application and Silverlight projects and much more. The software design engineer role will have the following responsibilities...
ASP.Net MVC for Visual Studio 2010 Beta1 Codeplex
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 notes for a couple of gotchas. If you never read release notes, please note the following: If you are working with Visual Studio Team System 2010 and the Historical Debugger is enabled, Visual Studio might occasionally crash. If you experience this problem, disable the Historical Debugger. You can disable the Historical Debugger in Tools->Options. Note that this will be fixed in Beta 2. Hope this...
Web Deployment: Web.Config Transformation
We have earlier discussed about Web Deployment and Web Packaging quite a bit, today I wanted to dive into web.config transformation. If you would like to check out the other topics please read through the earlier blog posts below: Web Deployment with VS 2010 and IIS Web Packaging: Creating a Web Package using VS 2010 Web Packaging: Creating web packages using MSBuild How does Web Deployment with VS 10 & MSDeploy Work? Installing Web Packages using Command Line Usually web applications go through a chain of server deployments before being finally being deployed to production environment. Some of these environments can be Developer box (Debug), QA Server, Staging/Pre-Production, Production (Release). While transitioning between these environments...
ASP.NET MVC 1.0 now Live!
ASP.NET MVC 1.0 is now Live. You can download it right now here . Also check out Phil Haack’s post on the release. If you are new to MVC, please check out our previous posts for more information and links to many useful blogs and resources. Alternatively, check out the official site for tutorials, videos, and more. MSDN Documentation for MVC is also now available: http://go.microsoft.com/fwlink/?LinkId=145989 Since ASP.NET MVC RC1 we made some changes to the set of properties available to T4 templates – many names have changed (for clarity and consistency) and some properties are no longer available (because the same information is available through other properties). See the following table for the full list of properties available to templates...
Web Packaging: Installing Web Packages using Command Line
Today I want to advance our discussions around Web Deployment in Visual Studio 10…  To catch up on the previous discussions in this series check out: Web Deployment with VS 2010 and IIS Web Packaging: Creating a Web Package using VS 2010 Web Packaging: Creating web packages using MSBuild How does Web Deployment with VS 10 & MSDeploy Work?   In this post I will focus on installing the MSDeploy based Web Packages to IIS.  You can actually install/deploy web packages using multiple different avenues listed below: Using IIS Manager UI Using command file created by Visual Studio 10 Using command line using MSDeploy.exe Using Power Shell support provided by MS Deploy Using managed APIs provided by MS Deploy VS 10 will create Web...
More Posts Next page »