Welcome to Geekdojo Sign in | Join | Help
I don't know about you...but I absolutely dislike drawing out this documentation by hand. So, let me tell you that I was pleasantly surprised to see this Sequence Diagram Generator from Nauman Leghari's blog. After waiting an interminable amount of time Read More
Ran into this wonderful "feature" this afternoon. That's just special. Read More
Apparently, Nunit runs the tests in alphabetical order by test name. I thought I was being smart by saving off references to the Ids and such. That’s OK, workaround number one: write test functions this way if you want them executed in a defined order: Read More
I've been playing with some code lately and writing unit tests using NUnit. I wanted to keep my test classes out of my released code, so I decorated the class with the #if (debug) directive (and corresponding #endif or course) and that works Read More
I'm playing with the Typed DataSets in VS2005, and the more I dig into them the more I find that I like. I did, however, run into an immediate problem when I took the typed dataset out of the main project and placed it into it's own project: I could Read More
1 Comments
Filed Under:
Read about the RSS Toolkit Dmitry has just released on his blog. Allows for consumption and production of RSS feeds as well as caching options. It is also both ASP.NET and Forms usable. Read More
I recently watched an MSDN Event webcast on creating your own Application Block by Brian Button (blog) and Tom Hollander. Now, Brian's giving that same talk in St. Louis to the C# User's Group. It was a great talk with plenty of code samples; be there Read More
A nice series of posts by Jim Griesmer on debugging in VS 2005 with special emphasis on the UI. Read More
0 Comments
Filed Under:
I've been working on creating an XSD for one of our business partners. I started it out in XMLSpy using a base XML document and generated a schema from that. However, upon diving into working with the document and editing it, I've actually found that Read More
Well, since del.icio.us seems to be down...again...(selling to Yahoo was a good thing, right?), I'll post this link here. It's a list of links to security related articles concerning .NET 2.0 from J.D. Meier's Blog. Read More
Here's an interesting interview with Anders Hejlsberg (C# architect). I extracted one of the more fascinating quotes below: So queries just turn into method calls that are strung together, but the query syntax makes it easier to read, even though Read More
0 Comments
Filed Under:
Slashdot has a blurb pointing to a "comparative study of security in Java and .NET." The conclusion: .NET was built more secure from the ground up, not by necessarily being better but by being newer. Read More
0 Comments
Filed Under:
Excellent review of Expert .NET Delivery Using NAnt and CruiseControl.NET, by Marc Holmes on Slashdot. Looks like an excellent buy. Just before getting deployed I was exploring the need for creating an automated build, debug, deploy scenario, and this Read More
0 Comments
Filed Under:
We rolled our own bulk email SMPT engine. Part of rolling that was processing Undeliverables and Unsubscribes. Well, what we did was set up our mailboxes to accept the incoming emailaddress as “undeliverable_123456790-AT-pop3.com”. The 1234567890 Read More
0 Comments
Filed Under:
Just finished attending the “meet and greet” for the Architect's Forum in Chicago. We're staying at the Westin (same place the conference is at). Here's the view from our hotel room. So far, all we've done is checked into the hotel, had some Read More
More Posts Next page »