Browse by Tags
All Tags »
C# (
RSS)
Consider exposing raw Generic collections from your data logic layers, such as: public class PersonManager { ... public List<Person> ListPeople(...) { ... } ; } When I started messing around with building applications in 2.0 I quickly wrapped Generic...
Tonight I was using the ICSharpCode zip library to zip files for my Codewise implementation. Basically, when users nominate to make a Relase visible to Codeshare, I create a manifest file and package it and the Release file into a Codewise package. I...
As Eli just blogged , it appears as though the vultures are circling some of the current hashing algorithms - MD4, MD5, and now SHA1. This weekend on the Readify in-house tech-list we've been having quite a lengthy in-house discussion about this topic...
I'm looking at setting up an automated continuous integration plan for the OneIsABlog application and I came across a couple of Scott Hanselman articles today which touch on this topic: http://www.hanselman.com/blog/NUnitUnitTestingOfASPNETPagesBaseClassesControlsAndOtherWidgetryUsingCassiniASPNETWebMatrixVisualStudioWebDeveloper...
To get the ActiveSync connection you must: Open the ActiveSync program on your development machine Start your Windows CE device Choose File/Get Connected on the ActiveSync program on your development machine while the device is starting. You must have...
Most routing systems have a transformation phase where, based on its current state, a message is transformed into a document and routed to an endpoint. Systems such as BizTalk provide GUI's and designers to remove the need for cumbersome coding by making...
I'll have some time in the coming months to fill in some of my weaker areas in .NET. Remoting, WSE and Compact Framework are the 3 that could use with a refresher. Of course, whenever you are about to "go dark" you must take some good tunes with you so...
If you are using EnterpriseServices (COM+) from a web application you need to make sure that you manually register your components with COM+ when deploying your app. If you don't register your services with COM+ then, when you run your application for...
Today the question was asked about techniques used when studying for MS certification exams. I've passed a few of them so, here's my secret ;-) When studying for MS Exams I... First read the books: Web Exam Windows Exam Services Exam The books are great...
As Justin blogged earlier , the code for his PokerDemo is now online: http://www.games4dotnet.com/Downloads/PokerDemo1.zip It's a C# Express solution and demonstrates how to build a cool little app using Whidbey.
More Posts
Next page »