Top ASP.NET Items

Sponsors

Archives

Browse by Tags

All Tags » Web 2.0 (RSS)
HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer
You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2 update for jscript intellisense yet. How to install the schema: Download attached ZIP file. Place html_5.xsd in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Packages\schemas\html Run either x86 or x64 reg file depending on the OS and VS/VWD flavors installed. For example, for VWD Express installed on 64-bit OS run HTML-5-Schema-Reg-x64-VWD.reg and for VS 2008 installed on 32-bit OS run HTML-5-Schema-Reg-x86.reg. Restart VS You can select HTML 5 in the schema dropdown and HTML 5 element...
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...
IIS7 Load Balancing & Routing Module Now Available!
The IIS team has just shipped the Microsoft Application Request Routing 1.0 module for IIS7!!! Application Request Routing (ARR) enables Web server administrators and hosting providers and to increase Web application reliability and scalability through rule-based routing and load balancing of HTTP server requests. With ARR, administrators can optimize resource utilization for application servers to reduce management costs for Web farms and shared hosting environments. To learn more about the features in ARR, check out the ARR site . To get started with ARR 1.0 – download it now using the Web Platform Installer (Web PI) . The IIS.NET site also has some create tutorial content on how to use ARR . Below is a list of some of the ARR tutorials available...
Introducing JScript Formatting in VS 2008 SP1
Colorization, validation, IntelliSense, and formatting comprise the core of any modern editor. With VS 2008 SP1, we are completing the core JScript editor by introducing code formatting. Additionally, we have promoted JScript to a dedicated node in “Tools Options” providing a clean separation from the HTML “Tools Options”. We realize many folks have been waiting for this feature and we’re excited to be able to finally provide it. We’re using “beta” period to fine tune the feature for final release. Thus, we would love to hear any feedback you have. There are two areas in particular I’d like to highlight: Correctness – It goes without saying that code integrity is of highest priority. We’ve done extensive testing to make sure nothing beyond the...
Downloadable Hotfix: Performance and Editor fixes for Microsoft Visual Studio 2008 and Visual Web Developer Express 2008
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. Install Microsoft Visual Studio 2008 or Visual Web Developer Express 2008. Download instructions: You can down load the hotfix from: https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10826 Issues that are fixed: We have fixed several bugs in this hotfix. All bug fixes are listed below. HTML Source view performance Source editor freezes for a few seconds when typing in a page with a custom...
JScript IntelliSense: Handling Errors
I often get the question “Why isn’t IntelliSense working?”. The most common cause is an error in one of the referenced scripts. If there was an IntelliSense update error, the status bar will tell you. Given this situation, the Error List will complement the status bar with one of two messages. Error Message 1: A script failed to execute… This type of error is commonly caused by either a syntax error, calling a member that doesn’t exist, or an infinite loop. The filename/source is provided to help you debug. After the script error is fixed, IntelliSense will automatically retry. Note: I’ve noticed the line number to be off by 1; we’ll be fixing that. Error Message 2: Something more serious… In rare occurrences, our execution/analysis engine Read...
Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio
When you add a global.asax file to your "Web Application Projects (WAPs) like below: and then write code in Application_Start event and try to debug it like below using Visual Studio inbuilt Development Web Server   Then during your first debug the breakpoint is hit but during your subsequent debug runs the breakpoint is not hit. The reason behind this is that we do not kill the ASP.Net Web Server process after your every debug run and hence Application_Start() is not fired every time.  There is a good reason why we do so...  Starting ASP.Net Web Server process is an expensive task and in most of the scenarios recycling this process after every debug would adversely impact your performance...  If you do not want to debug...
Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008
Following Visual Studio 2008 release I updated my Spell Shecker add-in to make work with VS 2008 as well as added some new useful functionality. So here is version 2.0, updated for VS 2005 and 2008. What's new in version 2.0: Spell checker now supports text verification in: HTML style comments <-- HTML --> ASP.NET server side comments: <%-- ASP.NET --%> JScript, C# and C++ comments: // C++ style comments CSS and C style comments: /* C style comments */ VB and VBScript style comments: 'This is VB comment Spell checking is supported in style and script blocks as well as in JS, CS, VB, CSS, CPP ahd H files. There are two separate binaries for VS 2005 and VS 2008. The can be installed side by side if you have both VS 2005 and VS 2008...
Visual Web Developer is hiring...
The Visual Web Developer team is looking for a few talented and experienced invididuals to join our team. We have opportunities in development, testing, and program management. Our team builds Visual Studio features that enable creating applications for ASP.NET, IIS, Silverlight and Sharepoint. Here are links to our current openings: Program Manager Lead Software Development Engineer Lead Software Development Engineer in Test To submit your interest in any of these positions, please email -- venusblg-at-microsoft-dot-com -- with an attached resume. -- Visual Web Developer Team Read More...
More Posts Next page »