Top ASP.NET Items

http://silverlight.net/riaservices/ is Live!
We have been working for a while to get a community site together where we can aggregate all the great buzz, resources and discussions about .NET RIA Services.   We hope you enjoy the content we already have up there and help us get more good stuff up there.  http://silverlight.net/riaservices/ Read More...
November Conferences
I’m doing keynotes at two big conferences later this month: ASP.NET Connections in Las Vegas: November 9th to 12th I’ll be doing a keynote talking about ASP.NET 4 and VS 2010 at the ASP.NET Connections conference next week.  I’ll also be doing an evening Q&A session together with the ASP.NET team. ASP.NET Connections is a great conference that is jointly hosted with the VS, SharePoint, SQL and Windows Connections conferences (enabling you to choose from tons of great sessions).  The speakers at the event are also really top-notch. You can learn more about the conference and register online here . PDC in Los Angeles: November 17th to 19th I’m also doing a keynote at the Microsoft PDC conference in two weeks.  The PDC is Microsoft...
JavaScript class browser: once again with jQuery
I’ve already posted twice about that little class browser application. The first iteration was mostly declarative and can be found here: http://weblogs.asp.net/bleroy/archive/2009/09/14/building-a-class-browser-with-microsoft-ajax-4-0-preview-5.aspx The second one was entirely imperative and can be found here: http://weblogs.asp.net/bleroy/archive/2009/10/15/entirely-unobtrusive-and-imperative-templates-with-microsoft-ajax-4-preview-6.aspx This new version builds on top of the code for the imperative version and adds the jQuery dependency in an attempt to make the code leaner and simpler. I invite you to refer to the imperative code (included in the archive for this post ) and compare it with the jQuery version, which shows a couple of ways...
We Need Your Feedback on the Documentation
  The doc teams are looking for your feedback on the .NET Framework and Visual Studio docs.  Help us improve the developer documentation by taking the Visual Studio and .NET Framework Content Survey .  This survey will give us a better understanding of the type of applications you are developing as well as how you use Help and how we can improve it. The survey takes only 10 minutes, and we really appreciate your feedback! Feel free to forward the survey link. Read More...
Converting a Web Site Project to a Web Application Project
Differences between Web Site Projects (WSP) and Web Application Projects (WAP) are highlighted in blogs such as this one . Based on that, if you feel a WAP would be better for your particular needs than a WSP, but have already created a WSP, you may be asking yourself, “Can I convert my WSP into a WAP, without starting from scratch?”. This posting explains how to convert an existing Web Site Project to a Web Application Project in Visual Studio 2010. The most striking differences to a Web Site Project are that WAPs have a project file to include and exclude files, and compile to a single assembly. The guidelines below include several of the basic steps detailed in the Walkthrough: Converting a Web Site Project to a Web Application Project in...
Add Reference Dialog Improvements (VS 2010 and .NET 4.0 Series)
[In addition to blogging, I am now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu (@scottgu is my twitter name)] This is the twelfth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.  Today’s post covers a small, but nice, change coming with VS 2010 – an “Add Reference” dialog that loads fast. Add Reference Dialog in VS 2008 The slow performance of the “Add Reference” dialog in previous releases of Visual Studio has been a common complaint that many a developer (including yours truly) has ranted about. Previous releases of VS opened the “Add Reference” dialog on the “.NET” tab by default – and when that tab was loaded VS would synchronously scan the global assembly cache...
Lightweight Linq Parser
Jason Allor , dev manager for my team, recently posted about a cool lightweight LINQ parser .  The idea was to make it much easier to create a LINQ provider over any arbitrary data source (a web service, custom business objects, etc).  This makes it much easier to get all the sorting, paging, filtering benefits of RIA Services for any arbitrary data store.     Check it out, and be sure to subscribe to Jason’s blog as I expect he will have more goodies coming in the future! LinqLite Read More...
New Silverlight Tooling Support in Visual Studio 2010 Beta 2
Visual Studio 2010 Beta 2 will bring full support for developing applications in Silverlight 3.  There’s a few things that have changed since VS2010 Beta 1, and we hope you enjoy the new beta release! Silverlight 2 is no longer supported – long live Silverlight 3 Now that Silverlight 3 has released (including a GDR; the latest version is currently 3.0.40818), VS2010 has moved the minimum supported version to Silverlight 3.  The new installation experience will include the latest Silverlight 3 developer runtime and Silverlight 3 GDR 2 SDK. If you already have the Silverlight 3 RTW version of the SDK installed, this component may fail during VS installation , but not to worry – it won’t affect anything outside Silverlight.  If this...
Index for Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update
  Thanks to all of you who asked…  I had to take a sick day today, so this was nice mindless work to get done.   Hope you enjoy it! Part 1: Navigation Basics Part 2: Rich Data Query Part 3: Authentication Part 4: SEO, Export to Excel and Out of Browser Part 5: Astoria, Add Service Reference and WinForms Part 6: Data Transfer Objects (DTOs) Part 7: ADO.NET Data Services Based Data Store Part 8: WCF Based Data Source Part 9: POCO and Authentication Provider Part 10: LinqToSql Part 11: The Client-Only World Part 12: DataSet Part 13: The New Class Library Project Part 14: Visual Basic (VB) and WPF Support Part 15: ASP.NET MVC Part 16: Exposing a WCF Service Part 17: Evolving an Application Part 18: Custom Linq Provider Part 19...
WPF 4 (VS 2010 and .NET 4.0 Series)
[In addition to blogging, I am now using Twitter for quick updates and to share links. You can follow me on Twitter at: twitter.com/scottgu (@scottgu is my twitter name)] This is the eleventh in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.  Today’s post covers WPF 4. WPF 4 Improvements WPF (Windows Presentation Foundation) is one of the core components of the .NET Framework, and enables developers to build rich, differentiated Windows client applications.  WPF 4 includes major productivity, performance and capability improvements – in particular in the areas of Controls, XAML, Text, Graphics, Windows 7 integration (multitouch, taskbar integration, etc), Core Fundamentals, and Deployment.  This is...
More Posts Next page »