Building A SPGridView Control: ASPGridView
2 Comments Published by Erik Burger April 26th, 2009 in Programming, SharePointThere are quite a number of posts concerning the SPGridView. The ones I would particularly recommend are those of Paul Robinson and Robert Fridén. However, most posts are only concerned with a particular feature of the SPGridView, like paging, sorting and menu fields. So I gathered it was a good idea to try and combine [...]
MCPD: Enterprise Application Developer
0 Comments Published by Erik Burger March 18th, 2009 in ProgrammingAs of this morning I am officially allowed to call myself Microsoft Certified Professional Developer: Enterprise Application Developer! Needless to say, I am quite pleased with myself The question is, what will I do next? The MCPD upgrade exams for Visual Studio 2008 aren’t available in my area yet. I am considering Windows Workflow Foundation [...]
Getting Closer to the MCPD: Enterprise Application Developer Certification
0 Comments Published by Erik Burger March 3rd, 2009 in ProgrammingI’ve been away for a while due to illness but I haven’t sat completely still. Last Friday I passed the 070-529: TS: Microsoft .NET Framework 2.0 – Distributed Application Development exam. This completed my MCTS: .NET Framework 2.0 Distributed Applications. In addition to that, I passed the 070-526 TS: Microsoft .NET Framework 2.0 – Windows-Based Client Development [...]
TS: Microsoft .NET Framework – Application Development Foundation
0 Comments Published by Erik Burger December 15th, 2008 in ProgrammingToday I passed the 70-536 TS: Microsoft .NET Framework – Application Development Foundation exam. I’m happier about this one than I was about the Web-Based Client exam since I barely had time to study due to illness. So, this completes my MCTS: .NET Framework 2.0 Web Applications and gets me yet another step closer to my MCPD: [...]
Converting an Object to/from Anything – Implicit Type Conversion
0 Comments Published by Erik Burger October 7th, 2008 in ProgrammingSometimes you discover a little gem that you just know you will be using over and over again. My latest discovery is implicit type conversion. Implicit type conversion basically allows you to convert any object to any other type. Note that not all conversions make sense. As an example, let’s assume the following Field and [...]
TS: Microsoft .NET Framework 2.0 – Web-Based Client Development
1 Comment Published by Erik Burger October 3rd, 2008 in ProgrammingToday I passed the 70-528 TS: Microsoft .NET Framework 2.0 – Web-Based Client Development exam. One more step towards my MCPD: Enterprise Application Developer certification
Copying class properties using .NET Reflection
7 Comments Published by Erik Burger June 6th, 2008 in ProgrammingI ran into a situation a while ago that I needed to retrieve a serialized object from the database, copy its properties to another object and send that object over the wire. Why the copying? The object stored in the database were written in .NET 2.0, whereas the service I was sending the object to [...]
I discovered that there is an (in development) implementation of the Lisp/Scheme language for the Dynamic Language Runtime (DLR). Pretty cool. I very much enjoyed the Lisp courses I followed at uni. The language looks worse than Perl but is actually quite simple once you get your head around it. As one of the primare [...]

