Archives
-
.NET Framework for the Mac?
http://news.com.com/Microsoft+takes+Silverlight+beyond+Windows/2100-1012_3-6180322.html?tag=nefd.top
-
May Futures CTP for ASP.NET AJAX - Get it while its HOT
-
Using the ListView with VS.NET Orcas Beta1
If you have tried the new grid control (ListView) in Visual Studio .NET Orcas Beta1, you may have noticed that the control has to be registered within the page. To get around this, I had to do two things:
- Register the System.Web.Extensions assembly with the project. Apparently, this assembly is not registered with the projects by default.
- Add the <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> entry to the pages -> controls section of the web.config file. Once I did these two items, I got my intellisense and I didn't have to worry with the registration commands on every page.
-
Our new books..............
We have some new new books coming out. Here they are:
-
Polymorphic Podcast
Craig Shoemaker over at Polymorphic Podcast is doing some recent shows on MV patterns. Check them out at:
-
Which Book Cover is Better?
So, I get this email from the publisher this morning regardign book covers. I need your feedback ASAP. Which book cover do you prefer for our upcoming book? Just put some feedback in and we will tally the results later.
-
The new phonebooks are here, the new phone books are here.......An updated copy of our Beginning ASP.NET AJAX Book Cover is here!!!!
-
ASP.NET Podcast Show #90 - Orcas Beta1 Intellisense and Debugging of Web Services and AJAX - video
While this show sounds similar to the previous show, it isn't. The previous show was just about improved Intellisense and Debugging of JavaScript. This show is about Visual Studio .NET Orcas Beta1 support for Intellisense and Debugging of Web Services with AJAX.
-
One cool thing about JavaScript Intellisense in Orcas - It just works
One of the cool things I am finding about the JavaScript Intellisense support in Orcas is that it just works. You don't have to add any of the document comments to get support for JavaScript Intellisense. It just works without the document comments. I like that. I thought that it would have been necessary to do some other things to wire this up, but it wasn't necessary.
-
Visual Studio Orcas Beta1 Feedback Forums
If you want to provide some feedback on Visual Studio Orcas, check out the following forums:
-
"Beginning ASP.NET 2.0 AJAX" status update - April 23, 2007
The production editor emailed with a question. Thank goodness it was a small thing. This weekend was the first free weekend in a while. I played golf, watched the kids play softball/baseball, did a podcast, and played basketball. All without the spector of the book. Actually, I have loved working on this book, however, one does need a change.
-
ASP.NET Podcast Show #89 - JavaScript Intellisense and Debugging in Orcas - Video File
-
Orcas Beta1 - Multitargeting
Original Post: http://morewally.com/cs/blogs/wallym/archive/2007/04/21/777.aspx
-
ASP.NET AJAX in Orcas - Where is it?
If you have downloaded the Orcas Beta 1, you can't find a ASP.NET AJAX Web Site in Visual Studio. Thats because ASP.NET AJAX has been moved into the standard web site in VS.NET. To get ASP.NET AJAX, just use the standard web site in VS.NET Orcas and the controls seem to be there. Have fun.
-
Orcas Beta1
I'm really pumped about the new bits for Orcas that MS put out yesterday. That is killer. I am planning on diving headfirst into them over the weekend. I am currently expanding out the vpc image. I'll have it up and running by tonight.
-
"Beginning ASP.NET 2.0 AJAX" status update - April 19, 2007
Two inquiries from the publisher today. While not horrible or hard by any stretch of the imagination, it still creates a distraction when I have lots to do. These 14 hour days are getting old. Does the pain and agony ever stop?
-
Microsoft Silverlight named after David Silverlight
Reporting the release to the public of MS Silverlight (codename WPF/E) I was wondering if that product has been named after David Silverlight, creator of many community websites like Community Credit.
-
"Beginning ASP.NET 2.0 AJAX" status update - April 18, 2007
No more do I think I am done, but I have more to do on our book. Our book has gone to production, however, there were still a few english changes that needed to be made. I don't understand why these editors don't like my creative use of the english language. "I is a developer, not a writer."
-
Pictures from Mobile, AL Code Camp
http://morewally.com/cs/photos/mobile_code_camp/default.aspx
-
ASP.NET Podcast Show #88 - Page State Persistence - Video
-
"Beginning ASP.NET 2.0 AJAX" Status Update April 15, 2007
As always, there is more stuff to do with a book. Well, the publisher sent some stuff to me at the end of last week that they needed back. It wasn't much. I worked for an hour or two and then emailed it in. Does writing ever end?
-
GC Latency Modes in Orcas
http://blogs.msdn.com/clyon/archive/2007/03/12/new-in-orcas-part-3-gc-latency-modes.aspx
-
Garbage Collection Modes - GCCollectionMode
I was sitting in a talk by Joe Healy about Orcas at the Mobile, AL Code Camp on Saturday. A slide came up about some new options with the Garbage Collector in .NET. Specifically, I was intrigued by the GCCollectionMode option. I googled for it and I found this post by Chris Lyons: http://blogs.msdn.com/clyon/archive/2007/03/07/new-in-orcas-part-2-gc-collection-modes.aspx
-
.NET and the iSeries / AS400
http://www-03.ibm.com/servers/eserver/iseries/access/dotnet/
I have used the iSeries data provider for .NET. After installing some patches, it all seemed to work.
Honestly, it looks like we finally have support for .NET in the major database platforms. Its been a long time coming. -
IBM DB2 and .NET
-
MySql and .NET
-
.NET User Group in Knoxville on May 29th
I'll be speaking at the .NET User Group in Knoxville on May 29th. A specific topic has not been decided on, however, the topic will probably have some type of AJAX focus.
-
Oracle with .NET and Windows
I am glad to see that Oracle is supporting the .NET framework. Well, Oracle has been supported for a long time, but its good to see more support coming directly from Oracle.
-
Civility in Blogging?
-
TECHbash 2007
Jason Gaylord is at it again. He is working on TECHbash 2007 in Naticoke, PA in Northeastern PA.
-
Sarasota, Naples, and Miami .NET User Groups in May, 2007
I'm making a run through Florida in May. I'll be speaking in Sarasota on May 15, Naples May 16, and in Miami on May 17 at the .NET User Groups there. I am really looking forward to this trip. I'll be speaking on Sql Server 2005 CLR Objects in Naples. The other topics haven't been complete decided yet.
-
"Message Length Exceeded" with ASP.NET AJAX
Have you gotten a client side message along the lines of "Message Length Exceeded" when working with an ASP.NET AJAX application? If so, check into the web.config tag:
-
Want the name of an Enum?
I needed the name of my enum value yesterday. How the heck do you get that? I used the Enum.GetName() static method. The specific call I did was:
-
Windows Home Server SDK has just been released
-
Brad Kingsley is now blogging
-
New CTP of Windows Longhorn Server
http://www.microsoft-watch.com/content/server/longhorn_server_approaches_beta_3.html
-
EU to force Microsoft to accept royalty payments?!?
Microsoft could be forced to give rivals vital technical information in exchange for little or no royalties, according to a newspaper report.
-
Craig has got it right
"Part of fairness involves disclosure of the relationships between the reporter and the reported, particularly if payment in money or influence is involved," said Craig Newmark, founder of online-classifieds powerhouse Craigslist and the member of an investment group that's starting a news aggregation site called DayLife.
-
LA(Lower Alabama) CodeCamp on April 14th
-
Beginning ASP.NET 2.0 AJAX - status update for April 4, 2007
You may have noticed that the quantity of my blog posts and podcasts has been down significantly over January, February, and March. Well, the big reason is that I have been working fairly hard as well as working on revisions for our "Beginning ASP.NET 2.0 AJAX" book. As of today, all of my chapters have gone to production for our book. The rest of the authors are fairly close as well to having their chapters go to production. Everyone's chapters should go to production on Monday. The book is scheduled to be on sale in early July at Amazon.
-
Blacklists do help in the fight against spam
I was feed up about all the spam we were getting. I have been getting 150+ spam messages per day. That was just not acceptable. As a result, over the weekend, we started using the Realtime BlackLists on our mail server. We have implemented the following urls:
-
US Government Security suggestions would disable AJAX based applications
http://news.com.com/The+feds+weigh+in+on+Windows+security/2100-7348_3-6172158.html?tag=nefd.lede