Silverlight 1. 1 Fun and Games - CodeProject So now that the 1 1 alpha is out, I thought it high time that I got down and started writing a Silverlight article I have to say I am fairly pleased with this article, and I think it covers most aspects of what Silverlight can currently do Of course this may change over time, but let's just assume that things are the way they are right now
Better Timer Class - CodeProject It bothered me that my previous simple timer implementation fired off a new thread for each timeout and interval I knew things could be done better, but didn’t yet know how Well, this morning, inspiration came and I implemented a new and shiny timer class The interface is simple: you create a timer with 1 parameter, its “tick” The tick determines how frequently the internal thread
. NET Internals and Native Compiling - CodeProject Introduction What is Native Compiling? Native Images Native Framework Deployment The Native Loader Registry Virtualization Issues and Conclusions Native Injection Native Decompiling NET Virtual Machines Conclusions Introduction This article is the second of a two series of articles about the NET Framework internals and the protections available for NET assemblies This article analyzes more
Implementing AtomPUB in . NET - CodeProject Conclusion This was pretty easy after-all It took less time putting this code together than struggling with the HTML editor in the past And I am now writing this in LiveWriter!
Time is the Simplest Thing. . . - Code Project What this means is that if you schedule a timer callback, a WM_TIMER, or a Sleep, you will see the event somewhere between the time you specified, and several weeks from now (my favorite example is the terabyte image processing algorithm which uses asynchronous, non-blocking I O and runs at high-priority so it "finishes faster"
Custom DataBindable BusinessObjects and The Typed DataSet As, at that time binding custom business object in the NET framework wasn't as trivial as it is now, I decided to create BusinessObjects holding a "typed dataset" as data datacontainer and implementing some base "Business Classes" to forsee a general way of validating the data in the 'rows' of the DataContainer
Model-View-Controller using ASP. NET WebForms View Engine Download source code - 52 8 KB Introduction With the release of the ASP NET MVC (Model-View-Controller) view engine, many developers are rejoicing that the old pattern has finally made it to the NET world In reality, there have been MVC view engines in existence for ASP NET for quite some time Contrary to popular belief, the common WebForms view engine, which is the default ASP NET