As I've mentioned several times, I've had the pleasure to interview many applicants in my present and past jobs and I've always diverted to the "less used" list of questions that are located somewhere in my brain. It's down pack and set - that if you have used any of these "less used" features of C#, you've definitely been around or at least done some digging. Not that these are really required for day to day development, however, it proves that you are experienced and have some love for the game. It proves that you go home and code, research and...
As an IT Consultant with numerous number of projects that has to do with a lot of data which at the end of the day requires paging - I'm really tired of writing paging methods for every project. Therefore, on this nice beautiful Saturday I've decided that I'll knock out a paging control which I'll gladly call the Data Pager Control.
It's almost inevitable to get a project these days that doesn't require some kind of data management. The two major aspects of web development that takes the majority of my time are: UI and Data Access. I've taken upon...
According to Scott Guthrie, it seems the source to .Net Framework 3.5 will be available to the public in read-only mode. Today I'm excited to announce that we'll be providing this with the .NET 3.5 and VS 2008 release later this year. We'll begin by offering the source code (with source file comments included) for the .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runtime, System.Text, etc), ASP.NET (System.Web), Windows Forms (System.Windows.Forms), ADO.NET (System.Data), XML (System.Xml), and WPF (System.Windows). We'll then be adding more libraries in the months ahead (including WCF, Workflow, and LINQ). The source code will be...