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

.NET (RSS)

Presenting about the Castle Project @ DevReach

I'll be presenting about the Castle Project @ DevReach this October. We've been using it actively in the last few months, now working on our 3rd project using it.I have to say that it's a very well thought and designed framework that reminded me once
posted by branimir | 2 Comments
Filed Under: , ,

Silverlight RIA - Jason Beres for SofiaDev.org today. Now available online

Today the SofiaDev.org US will host its monthly meeting. The talk will be about Silverlight and will be held by Jason Beres, MS MVP and an author of a few books for .NET and one for Silverlight. The event will be broadcasted online at the following
posted by branimir | 1 Comments
Filed Under: ,

Playing with strings (part 2 of n)

Do you know, that there's a build-in check for empty/null strings in .NET 2.0? So instead of doing this:   string strValue = ""; if (null == strValue || strValue.Length <= 0) {   //do something } You can do this: string
posted by branimir | 0 Comments
Filed Under:

"My Custom C# CAML generator" article is now online

Check it out here: http://blogs.sofiadev.org/blogs/branimir/articles/MyCSharpCaml_Generator.aspx
posted by branimir | 0 Comments
Filed Under: ,

My custom C# CAML Generator

I while ago I published a posting where I announced a series of MS Sharepoint / WSS articles to come. Here’s the "My custom CAML generator in C#". So what do we have here? I wrote a simple and yet powerful generator in C# - emitting XML that can be
posted by branimir | 0 Comments
Filed Under: ,
Attachment(s): SofiaDev.Sharepoint.Caml.zip