www.fgks.org   »   [go: up one dir, main page]

October 2007 - Posts

47
Comments

Optimizing the Silverlight Install Experience by ScottGu

One of the things that is important to think about when you start using Silverlight in your sites/applications is to make sure you handle the "what if the end user doesn't have Silverlight installed yet?" scenario. Ideally you want to make sure that the...
29
Comments

Important Notice: VS 2008 Beta2 VPC Images Expiring on Nov 1st by ScottGu

Earlier this month we discovered that the VPC (Virtual PC) images we distributed as part of the VS 2008 Beta2 release this summer unfortunately have an operating system timeout of November 1st of this year. The standalone VS 2008 setup packages do not...
Filed under: , ,
21
Comments

October 25th Links: ASP.NET, ASP.NET AJAX, Visual Studio, Silverlight and IIS 7.0 by ScottGu

Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Sending Email in ASP.NET 2.0: Reply-To, Priority, and Read Receipts : Scott Mitchell...
371
Comments

ASP.NET MVC Framework by ScottGu

One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture. Last weekend at the Alt.NET conference in Austin I gave the first...
Filed under: , , ,
34
Comments

October 8th Links: ASP.NET, ASP.NET AJAX, Silverlight, and .NET by ScottGu

Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET ASP.NET 2.0 Health Monitoring : ASP.NET 2.0 introduced a new "health monitoring...
932
Comments

Releasing the Source Code for the .NET Framework Libraries by ScottGu

One of the things my team has been working to enable has been the ability for .NET developers to download and browse the source code of the .NET Framework libraries, and to easily enable debugging support in them. Today I'm excited to announce that we...
70
Comments

Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5 by ScottGu

Earlier this year I blogged about a new language extensibility feature of C# and VB called "Extension Methods". Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile...
More Posts