Archive for April, 2008
How to Locate the active item in Solution Explorer
How’d I miss this one?
Daniel Cazzulino’s Blog : Locating the active item in the solution explorer
Great tip Dan. Thanks
Who’s AJAX Should You Use?
Just had someone ask me a question this morning that I bet many others have asked or are asking…
Should I use MS-AJAX, that comes with ASP.NET or should I use something from another vendor?
WinForms – Database Changes not sticking.
Saturday afternoon I spent trying to get a Windows Forms application to add data to a database. It all seemed to work correctly. Add changes, no errors. Close window, open window. Yep changes are there. Close application, re-run application. Yep, changes still there. Make a change to the code, re-run. No data.
Reflection and Interfaces
Today is the last official installment in the series on reflection. If you’ve been following along, you’ve probably notice that calling code in other classes using reflection is a huge pain in the butt.
Reflection – Accessing Methods
Today is the next to last installment on reflection. We will look at how to call methods and pass parameters. This is going to look a lot like what we’ve already done in previous sessions.