Browse by Tags

Pro WCF: Practical Microsoft SOA Implementation
Published Sun, Feb 18 2007 23:41 | William
I went on a book binge this week and have had my nose buried in WCF all week. There's a lot of really good stuff out there, but without a doubt, Pro WCF: Practical Microsoft SOA Implementation by Chris Peiris is probably my favorite. Overall, the book...
I'll be doing the presentation next Monday
Published Fri, Jan 26 2007 0:39 | William
If you're going to be in Atlanta next week, stop by the .NET User Group Presentation . As you probably know already, I tend toward non mainstream technologies. This presentation is going to be on Windows Cardspace , Windows Communication Foundation and...
How to be really annoying with Pocket Outlook
Published Thu, Jan 25 2007 6:08 | William
If you've been following my coding tonight, you can probably tell what I'm up to. If you call me regularly, you probably are already familiar with this little project, aka the CuckooBot. He's up to Version 4.0 and about to be released into the wild. Yes...
Password Protection != Encryption on SqlCe
Published Thu, Jan 25 2007 3:50 | William
I know this probably seems pretty obvious, but believe it or not, it's a very common area of confusion. Take a look at the following declaration: String ConnectionString = String .Format( @"Data Source=\BlueCuckoo.sdf;password={0}" , "SomeValue" ); SqlCeEngine...
SMS Messages with Windows Mobile 5.0
Published Thu, Jan 25 2007 2:40 | William
A while ago, I was playing around creating a bot, a Snarkier version of the Mobile Secretary Application . Well, it was late and I got sloppy. So basically, my little app sent out a text message to everyone on one of my company's Outlook distribution...
A very slick Smartphone Emulator feature
Published Thu, Jan 25 2007 1:25 | William
I'm finishing up some SmartPhone articles I should have posted soon but figured I could discuss this one very quickly. Any professional application should be thoroughly tested on a physical device that it will be run on. However that's not practical for...
Professional Microsoft SmartPhone Programming
Published Tue, Jan 23 2007 0:59 | William
I just got a copy of Professional Microsoft SmartPhone Programming and all I can say is NICE! I always worried that the first real SmartPhone book would not go into enough depth to be useful. Not an issue here. Basically, the book is a list of "What would...
Musings on the database formerly known as Sql Everywhere
Published Thu, Nov 2 2006 2:53 | William
The IM volume I received today about the Rollback to SqlCE issue was enough to border on overwhelming. Between PMs and some lazy SOB CRM guy trying to get me to do all his work for him, it was hard focusing on work today. (And seriously, if you are a...
Transferring data around with ADO.NET 2.0 - SqlBulkCopy
Published Sat, Aug 26 2006 17:03 | William
I'm working at a client on a data migration and found some results that were surprising. I expected there to be a difference but not one quite this large... Synopsis of Problem: Right now I'm working on a rather complex migration from a bunch of disparate...
Could not complete the operation due to error 80041001
Published Thu, Jul 6 2006 6:34 | William
Just as an FYI about this... If you are using the documentation for WSE 3.0 and trying opening it after installing IE7 - you get an error with the following message "Could not complete the operation due to error 80041001" This is a total drag b/c all...
Do you have any ideas about preparation for 70-529?
Published Wed, Jun 28 2006 3:30 | William
As you may know, I'm coauthoring http://www.microsoft.com/learning/exams/70-529.asp . In particular, I'm covering the following objectives: Create and configure an XML Web service method. Create a public method. Attach the WebMethodAttribute attribute...
Using the SqlConnectionStringBuilder to guard against Connection String Injection Attacks
Published Sun, Jan 15 2006 14:40 | William
One new object in the ADO.NET 2.0 Library worth taking a look at is the SqlConnectionStringBuilder . Considering how late it is in the game, you are probably aware of the dangers of Sql Injection Attacks . One the off chance you aren't, let me throw in...
Pimping RowState in ADO.NET 2.0
Published Sat, Jan 14 2006 23:20 | William
There are two new methods for the DataRow object in ADO.NET 2.0 that haven't gotten much coverage but can be quite useful. The two methods are SetAdded and SetModified . I consider myself to be an ADO.NET afficionado and until last week, I wasn't aware...
Misc Observations on Biztalk
Published Wed, Nov 30 2005 9:36 | William
Yesterday, to my surprise, there was quite a bit of hype about Biztalk 2006. As far as the marketing hype went, I'll go so far as to say that it was featured almost as prominently as Visual Studio 2005 and Sql Server 2005. There were a few differences...
All Express Products will be free for a year.
Published Mon, Nov 7 2005 17:38 | William
Read on
SqlBulkCopy
Published Sun, Aug 21 2005 17:33 | William
Kim just got a new Media Center PC and I loaded the latest Visual Studio 2005 bits on it. Got a little frustrated with XPath so I took a little while away to see what's going on with the ADO.NET 2.0 Library. When I had played with the SqlBulkCopy before...
2.0 Framwork Enhancements on System.XML - And misc ramblings
Published Fri, Aug 19 2005 21:53 | William
For the past few weeks, I've been upskilling as the lower cased one calls it. I'm also to get back into the groove at the newsgroups and about the only thing I'm slacking on is support over at my beloved Devbuzz which I'll be getting back into this weekend...
System.Data.FillLoadOption
Published Fri, Jul 29 2005 21:18 | William
System.Data.FillLoadOption is one of the cool new features of the ADO.NET 2.0 SqlDataAdapter. In the new framework, we have a lot more control over the inner workings of the DataAdapter and hopefully it will shed it's stereotype of being a “Black...
OOP, Generics and a little Humor
Published Mon, Jul 25 2005 19:15 | William
Well, I decided to show a few examples with a little humor. I know a few of you thought my “Shocker” post was in poor taste, and I apologize if you did, but obviously many people liked it. Anyway, I'm gonig to show a few examples of how to...
Oracle 10g Lite ADO.NET Adapter
Published Mon, Jul 18 2005 22:36 | William
Ok, so I read about it on Mike's as well as the Compact Framework Team but I sure can't find it anywhere. I'm probably just having a case of idiocy flare up, but I've been trying to find it for 30 minutes now. If you know where I can grab it, please let...
More Posts Next page »

Search

This Blog

Tags

Community

Archives

News

My other sites

Cool Stuff

Book Stuff

Security

ORM

Data Access

Funny Stuff

Compact Framework Stuff

Web Casts

My KnowledgeBase Articles

My MVP Profile

Design Patterns

Performance

Debugging

Remoting

My Fellow Authors

My Books

LINQ

Misc

Speech

Syndication

Email Notifications