Most Common ASP.NET Support issues - Reporting from deep inside Microsoft Developer Support |
- Most Common ASP.NET Support issues - Reporting from deep inside Microsoft Developer Support
- Can not Load Type - Starting the ASP.NET Web Site Admin Tool
- Yet Another Database Viewer
- Applying XDT magic to App.Config
- Advanced printing in Silverlight 4
- Copying Files Over Remote Desktop
- Silverlight 4 Tools for VS 2010 and WCF RIA Services Released
- Silverlight 4 Tools for VS 2010 and WCF RIA Services Released
- Workaround for accessing some ASMX services from Silverlight 4
- Silverlight Cream for May 17, 2010 -- #863
- JavaScript local alias pattern
- Get the New MSDN Widget
- Microsoft Web Camps in Moscow, Beijing, Shanghai this Week
- Silverlight Tour coming to Lima, Peru - May 26-28th, 2010
Most Common ASP.NET Support issues - Reporting from deep inside Microsoft Developer Support Posted: 18 May 2010 02:24 PM PDT Microsoft Developer Support or ("CSS" - Customer Support Services) is where you're sent within Microsoft when you've got problems. They see the most interesting bugs, thousands of issues and edge cases and collect piles of data. They report this data back to the ASP.NET team (and other teams) for product planning. Dwaine Gilmer, Principal Escalation Engineer, and I thought it would be interesting to get some of that good internal information out to you, Dear Reader. With all those cases and all the projects, there's basically two top things that cause trouble in production ASP.NET web sites. Long story short, Debug Mode and Anti-Virus software. Thanks to Dwaine Gilmer, Doug Stewart and Finbar Ryan for their help on this...(read more) |
Can not Load Type - Starting the ASP.NET Web Site Admin Tool Posted: 18 May 2010 08:45 AM PDT A beginner emailed me last night and I had forgotten about this little ditty ! When you create a NEW project and immediately try to run the Web Site Administration Tool you will get this error. The solution is easy – BUILD FIRST ! I remember being very confused the first time I got this :) Read More......(read more) |
Posted: 17 May 2010 01:15 PM PDT Yet Another Database Viewer is developed for a basic database view and editing so you don't have to install anything. It's developed in c#. |
Applying XDT magic to App.Config Posted: 18 May 2010 01:19 AM PDT For several weeks now people have been asking to be able to use the XML Document Transform (XDT) with App.Config files similar to what is available with Web.Config files in VS 2010… In all honesty there is no official/supported implementation of XDT for any other project type than Web Application Projects but the good news is that the basis of Web.Config Transformation resides in Web Publishing Pipeline (WPP) which are set of extensible tasks and targets hooked up to provide a great deployment story for Web Applications… Today, Ming (our senior dev on Visual Studio) and I decided to get together to give some love to App.Config file too… The below implementation is a crude way of getting XDT working into other project types within VS 2010...(read more) |
Advanced printing in Silverlight 4 Posted: 18 May 2010 12:23 AM PDT Introduction Some time ago Corey Schuman published the article A look at the Printing API in Silverlight 4 right here on SilverlightShow.net. The article deals with the basics of printing in Silverlight 4, using a WYSIWYG approach. In this article we...( read more )...(read more) |
Copying Files Over Remote Desktop Posted: 18 May 2010 12:10 AM PDT Here's a handy tip I just recently learned from the new intern on our team ( see, you can learn something from anyone on any given day ). I've long known you could access your local drives from a remote machine. For example, start up a remote desktop dialog. Then expand the dialog by clicking on Options , then check the Local Resources tab. Make sure Clipboard is checked, and then hit the More… button. Now you can select a local disk to be shared with the remote machine. For example, in this case I selected my C: drive. As you can see in the screenshot, the file explorer has another drive named " C on HAACKBOOK " which can be used to copy files back and forth from my local machine to the remote machine. But here's the part I didn't know. Let...(read more) |
Silverlight 4 Tools for VS 2010 and WCF RIA Services Released Posted: 17 May 2010 11:09 PM PDT The final release of the Silverlight 4 Tools for Visual Studio 2010 and WCF RIA Services is now available for download . Download and Install If you already have Visual Studio 2010 installed (or the free Visual Web Developer 2010 Express ), then...( read more )...(read more) |
Silverlight 4 Tools for VS 2010 and WCF RIA Services Released Posted: 17 May 2010 11:09 PM PDT The final release of the Silverlight 4 Tools for Visual Studio 2010 and WCF RIA Services is now available for download . Download and Install If you already have Visual Studio 2010 installed (or the free Visual Web Developer 2010 Express ), then you can install both the Silverlight 4 Tooling Support as well as WCF RIA Services support by downloading and running this setup package (note: please make sure to uninstall the preview release of the Silverlight 4 Tools for VS 2010 if you have previously installed that). The Silverlight 4 Tools for VS 2010 package extends the Silverlight support built into Visual Studio 2010 and enables support for Silverlight 4 applications as well. It also installs WCF RIA Services application templates...(read more) |
Workaround for accessing some ASMX services from Silverlight 4 Posted: 17 May 2010 05:44 PM PDT On this blog we normally talk about building and accessing WCF services, since that is the recommended way to build services for Silverlight. However, we continue to support ASMX services using the familiar "Add Service Reference" feature. Just recently...( read more )...(read more) |
Silverlight Cream for May 17, 2010 -- #863 Posted: 17 May 2010 09:48 PM PDT In this Issue: Christian Schormann , Vladimir Bodurov , Pete Brown , Justin Angel , John Papa ( -2- ), Fons Sonnemans , Miroslav Miroslavov , and Jeremy Likness . Shoutouts: Jeff Brand has been doing WP7 presentations and posted Windows Phone 7 Presentation...( read more )...(read more) |
JavaScript local alias pattern Posted: 17 May 2010 05:48 PM PDT Here's a little pattern that is fairly common from JavaScript developers but that is not very well known from C# developers or people doing only occasional JavaScript development. In C#, you can use a "using" directive to create aliases of namespaces or bring them to the global scope: namespace Fluent.IO { using System; using System.Collections; using SystemIO = System.IO; In JavaScript, the only scoping construct there is is the function, but it can also be used as a local aliasing device, just like the above using directive: ( function ($, dv) { $( "#foo" ).doSomething(); var a = new dv( "#bar" ); })(jQuery, Sys.UI.DataView); This piece of code is making the jQuery object accessible using the $ alias throughout the code...(read more) |
Posted: 17 May 2010 05:31 PM PDT Want to enrich your site, blog, or profile page with the latest MSDN content and news? Check out the new MSDN Widget. Customize the content feeds, widget size, and even skin it with your own logo – then easily incorporate it on your blog or site with the embed code provided. Try it! |
Microsoft Web Camps in Moscow, Beijing, Shanghai this Week Posted: 17 May 2010 05:31 PM PDT Microsoft Web Camps are free, two-day events where you can learn about the latest components of the Microsoft Web Platform, work with hands-on labs, build solutions in teams, and have direct interaction with Microsoft experts. Technologies covered include ASP.NET, Visual Studio, IIS and more. Register today. |
Silverlight Tour coming to Lima, Peru - May 26-28th, 2010 Posted: 17 May 2010 08:01 AM PDT URL : http://silverlight-tour.com.mx/Registro.aspx?cu... Our partner, DevMasters is holding a Silverlight Tour stop on May 26th-28th in Lima, Peru (en EspaƱol). If you're in the neighborhood, this is a great way to get up to speed with Silverlight...( read more )...(read more) |
You are subscribed to email updates from "microsoft" via ehsan in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment