December 2005 Entries
A couple of days ago I posted how I improved my blog search. Well, tonight, I decided to enhance it by using the MSN Searcn SDK. My http handler makes a call to the MSN Search web service and returns the found matches and transforms their XML to HTML through XSLT. I’m using the same mechanism I wrote about for calling a web service asynchronously from ASP.NET.
Let me know what you guys think!
Today I changed the way I performed searching for the blog. Instead of using the old post back method for getting information from MSN Search, I decided to post to an HTTP handler instead using AJAX. Why did I do this? Well, why not?! It has been a while since I’ve done some web development, so I wanted to get back into it slowly… ;-)
If you get a change to play with it, let me know what you think.
Nikhil has posted a quick tour of the December Atlas CTP. The coolest feature for this release are the partial updates components for a page. Should make things easier for those pages that have a lot of content and the re-rendering of the entire page is unnecessary.
Looks like Jeff has beat me to the post. For those interested, David Chappel has posted a really, really good comparison between WCF and Service Component Architecture (SCA). Hopefully this should simplify the creation of web services on the Java platform by providing a platform/technology all vendors can agree on.
Just in time for Christmas! The latest (December) WinFX CTP components!! The cool new features of the CTP is the Visual Studio Code Name “Orcas” CTP WinFX Development Tools. This package has the WPF designer for VS called “Cider”. Also, the SDK installation is now a DVD iso image! It’s about time!!
Runtime Components
Windows SDK
VS2005 Development Tools
For those of you that have previous versions of the CTP, you can use this uninstall tool to make installation easier.
MSDN is giving away some free e-learning for VS2005. If you’re interested in learning some of the new features of Visual Studio, this is an oppurtinity you can’t miss!
But, hurry! The offers expires on 2005–01–05!
Don Box and Chris Anderson showcase how you can use WinFX within your everyday lives on this MSDN TV episode. I must say, their implementation is pretty cool … however, I wish I could say the same about their signing! ;-)
Check it out!
I created a new Google group called Software Architecture. It’s purpose is to be used as a place on which we can share ideas abouts design patterns, development methodologies, design processes and new trends in software development.
If you’re interested in joining, check it out!
http://groups.google.com/groups/softarch
<selfPromotion><![CDATA[Levi informed that my Extending ASP.NET 2.0 article has been selected for the favorite ASP.NET article of the month survey at CodeProject.
If you have read my article and enjoyed it, go vote for it.]]></selfPromotion>
Dmitri Robsman has created an HTTP Module that implements Output Cache for ASP.NET. For those of you that played around with the beta versions of ASP.NET, you might recall this similar feature.
Check it out if you have the time!
ScottGu has done it again! Ever wondered how you’re going to share auth from your 1.1 to 2.0 asp.net app? Well, check out this post and get going!!
Jack Griendfield, Keith Short and Mauro Regio are planning on writing a book called, Software Factories Applied. This book will be a complement to the original Software Factories book and will show how to create SFs with the DSL Tools, GAT and VSTS.
I can’t wait to read it!
Wow!! First, thanks for all of those that showed up for the presentation! I think that was one of our biggest crowds! Second, I would like to apologize for these two things:
My lack of preparation (granted, I received the slides the day before).
The prize give away procedure (yes, I know things could have gone A LOT smoother).
In all, I think the presentation was a success! Fred did an EXCELLENT job even with his VSTS issues! Thanks Fred for stepping up and presenting to the group!
Also, if you would like to present at a user group, let me know and we can set...
Dmitry Robsman, Dev Manager for ASP.NET, has completed his Simple Config Definition Language (SCDL) tool. This tool alllows yout generate config sections for your web.config along with the source code and the XSD to use in Studio!
Pretty sweet tool! Thanks Dmitry!
Tomorrow, we’re having our monthly .NET Usergroup meeting. Topic? Test Driven Development.
If you’re in the region, come check it out!
For those of you out there working with Visual Studio Team Systems (TS), you’ll find these technical notes quite useful. If you’ve ever wondering why things work the way the do in TS, this is a must read.
For those of you out there that are fans of Channel 9, have you seen their new line-up of shows? I checked out this conversation between Ron Jacobs and Steve Cook about DSLs and Software Factories. If you’re wondering what software factories are and if they can make your life easier, check the podcast out.
This is sweet! Nikhil has posted his awesome series on creating data source controls on MSDN!! I’ve used his control for a demo to the IADNUG members and it was well received! Check it out!
Part I: The Basics
Part II: Parameters
Part III: Asynch Data Access
Part IV: Caching
Part V: Design Time Functionality
Dino has a pretty good article on creating data-bound controls for you ASP.NET applications. The article covers topics rather quickly but still is a pretty good read.
Thanks to fellow HDC speaker, Dave Donaldson, a lot of people have been interested on my fusion log post! Tim (no, not this Tim), asked:
What about webApplications, Is the tool usefull there as well?, When I run a local Webapp on my machine I cant se anything i the Fuslogvw.
If you use the ASP.NET setting and refresh the list, it should pick up your web application’s (actually aspnet_wp.exe’s) assembly loader. The steps outlined on the post will display all loader information (informational and error messages).
The UI layout for fuslogvw has changed ( just a little) in 2.0. I plan on...
Bertrand Le Roys has created a workspace on GotDotNet to show how you display message boxes from ASP.NET. I hope this works better than my failed attempts to use MessageBox.Show()! :-)