Contents tagged with C#
-
Using generics to build generic data logic layers
Consider exposing raw Generic collections from your data logic layers, such as:
-
Zip'ping files
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.
-
Time for the next wave of hashing functions?
As Eli just blogged, it appears as though the vultures are circling some of the current hashing algorithms - MD4, MD5, and now SHA1.
-
Continuous integration
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:
-
How to setup debugging and deploying from VS.NET to a Windows CE device over ActiveSync
To get the ActiveSync connection you must:
-
Using metadata and reflection to dynamically manage message routing
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 the rules and subsequent transformations configurable; here's an example of a switch statement in a listener class where the rules of the routing engine are hard-coded:
-
One book; One CD
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... I finally got around to purchasing a couple of things that I've been after for a while today :-)
-
COM+ registration and permission errors
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.
-
How to study for an MS certification exam
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 ;-)
-
Justin's PokerDemo is up
As Justin blogged earlier, the code for his PokerDemo is now online: