Browsing "C#"
iKnow Release 1.2
iKnow is a small wiki engine based on -ASP.Net MVC 3.0 and a single-table MSSQL database. I’ve created it to [...]
Collection was modified exception
I saw some pretty strange solutions for this problem, most of all, ones which involve a “helper” list to store [...]
C# selective clone with a generic extension method
Hey guys, ever had to clone an object – but only duplicate the properties you actually needed. Or maybe you [...]
Silverlight 4: Bye bye ControlParameter
If you’ve been using Silverlight 4 and some of its ria stuff, you may have noticed that the ControlParameter has [...]
Silverlight 4: Drag and drop from desktop or image
Ok, Silverlight 4 is here and everyone’s very happy and excited (well.. I think it’s just more fun now to [...]
Drag and Drop files from WPF ListViews to the Desktop / Windows Explorer
Hey guys, this morning (yeah, beginning 7.00) I tried to implement what seemed to be quite an easy task: Dragging [...]
Reading excel file with C#
Excel files can easily be read from C# using OleDbDataAdapter. You just need the correct connection string – and that’s [...]


