Welcome to SofiaDev.Org's Blogs Sign in | Join | Help

14 Април 2006 - Posts

Passed 70-529 - TS: Microsoft .NET Framework 2.0 - Distributed Application Development

I was checking my profile at Vue this Friday, when I saw that the results for 50-529 are finally out. I've passed :). With this one I've 2/4 of the new .NET track passed in beta.
posted by branimir | 0 Comments

And here's the actual SPList implementation

So let’s pick it off from where we’ve left the last time. We’ve defined some base classes we’re going to use throughout our solution: BaseList – abstract base class An abstract configuration A concrete implementation of the configuration And a
posted by branimir | 0 Comments

Introduction to the SPS series - Defining a base class library

So let’s start with something simple. We’re going to define a few base classes, that will be used later on with all of the topics listed in the previous post. The base classes include: A base abstract configuration class that will contain some info
posted by branimir | 0 Comments