|
Posted to:
03-10-2003, 8:16 PM
|
The first update for the Web Service Enhancements for .NET is now available. You can get in details about what has changed from the release notes . I haven't personally built any production code with WSE yet, so I can't really speak to how important any...
|
|
Posted to:
03-10-2003, 7:10 PM
|
A coworker introduced me to the concept of "refactoring tools" lastnight by showing me the C# Refactory tool at Xtreme-Simplicity.net . This is just what the doctor ordered! I don't know how many times I have performed the actions this tool purportedly...
|
|
Posted to:
03-10-2003, 6:10 PM
|
I finally took the time to check out NUnitAddin today and I must say that I am extremely impressed. I am not going to bother to go into details about what the program actually does since so many others have already done this. Instead I would like to say...
|
|
Posted to:
03-10-2003, 5:02 PM
|
Is it just me, or is the name of the UriBuilder class somewhat misleading? It doesn't actually help you "build" anything. It simply offers the same level of abstraction that the Uri class already offers, except the properties can be modified. I would...
|
|
Posted to:
03-10-2003, 11:58 AM
|
Don writes : I'm adding a new category of posts to my blog; code snippits . I was looking for a tool to manage code snippits when it hit me, why not post them to my blog. I hope you find them useful. I'll just randomly post stuff up there as I work on...
|
|
Posted to:
03-10-2003, 6:28 AM
|
Well today, I will write my first story in this blog, and a first for me, writing an article on .Net ! It's about strategy on how you can store in a database long forms with a lot of textboxes, checkboxes, and radiobuttons controls. This is coming from...
|
|
Posted to:
03-10-2003, 6:20 AM
|
Darren wrote: "...The last two of those tasks are both repetitive and manual - prime candidates for a bit of automating I reckon; today I started to plan my dream application called DevBuddy. ..." Well Buddy if you need help, I'm on. I think this is a...
|
|
Posted to:
03-08-2003, 4:35 AM
|
UPDATED: read the end of the blog ;-) I start on a bad day today, with a nasty bug I can't figure out what's wrong. I loop through a series of controls using Typeof to populate a form with different values from the database. The control (D2) is embedded...
|
|
Posted to:
03-08-2003, 4:26 AM
|
Found an interesting article on Widows .net Server( Oops.. windows server 2003) Going Gold ... Developing WindowsWindows Server 2003: The Road To Gold Part Two: Developing Windows . The article is superb and interesting. I already have plans to convert...
|
|
Posted to:
03-07-2003, 9:18 PM
|
One of the most interesting aspects of .NET is that there are so many different ways to do the same thing. As developers one of the biggest challenges of programming with .NET is finding the easiest and most efficient solution that does what we want....
|