Programming & Development
-
Beyond Compare
If you’re a web developer managing multiple websites and web-applications, you are probably already comfortable with an application or set of applications and scripts for uploading and changing content. If you’re up for trying new things however, try out this… Continue reading
-
Clone Objects in .Net using Reflections
Clone or Duplicate Objects using .Net Reflections library: .Net, as well as many other object oriented languages, have strong distinctions between value types and reference types. Objects in .Net, which all inherit the same base object class are reference types.… Continue reading
-
CSV to DataTable
Converting Microsoft Excel CSV to .Net DataTable: After casually browsing the net for some good examples, everything I came across was too bulky or over-kill for what I needed this code for, so I decided to write my own. The… Continue reading