- 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
- Code Project
Code Project - For Those Who Code Hi, Sorry the device name is USB 2 0 audio video grabber Also the GraphEdit is showing Video composite in ,Video SVideo In , Audio Line In , Video Decoder Out and Audio Decoder Out for M9205 Crossbar and Analog In and Capture , VBI , HWCC for the Video Capture Device Thanks
- 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"
- SearchLite - CodeProject
search multiple sites at once
- 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
- Database Schema Versioning Management 101 - CodeProject
Introduction Have you seen this situation before? Your team is writing an enterprise application around a database Since everyone is building around the same database, the schema of the database is in flux Everyone has their own "local" copies of the database Every time someone changes the schema, all of these copies need the latest schema to work with the latest build of the code Every time
- Evaluation Engine - CodeProject
The Evaluation Engine is a parser and interpreter that can be used to build a Business Rules Engine It allows for mathematical and boolean expressions, operan
|