Quantcast
Channel: .NET – The Doena Journal
Browsing all 8 articles
Browse latest View live

C# CodeDom Inline Compiling

I was a bit bored just now and since the WYSIWYG editor of WordPress 2.9.2 doesn’t work as optimal as I had hoped, I decided to write my own program that translates forum posts with BB code into HTML....

View Article



Image may be NSFW.
Clik here to view.

My XmlSerializer Pattern

The idea behind the .NET System.Xml.Serialization.XmlSerializer class is that you can easily serialize an XML file into a class tree and vice versa. If you’re using XML Schema files, the xsd.exe tool...

View Article

Image may be NSFW.
Clik here to view.

My GetService Pattern

In .Net the Interface System.IServiceProvider is a simple and elegant method to query services from other objects without having – or even wanting – to know how the class structure behind it looks...

View Article

WPF: MVVM, ViewModel, Model & MessageBoxes

Deutsche Version I’ve never been much of a GUI developer and my programs look it. Where I’m good at is the Businesslogic part of the application. That’s why I’ve always stuck to known territory, where...

View Article

WPF: MVVM & Responsive UI

Deutsche Version A few days ago I wrote about my first tumbling steps into the world of WPF & MVVM. Now a friend of mine – who’s been working in that very field – has challlenged me: a) My GUI...

View Article


Image may be NSFW.
Clik here to view.

Linq: Split()

Deutsche Version So you know the Cinderella saying “The good ones go into the pot, the bad ones go into your crop.”? Well, .NET Linq does have a solution for either one, it’s called Where(). If you use...

View Article

Yield return & using IDisposable

Deutsche Version “Yield return” is a powerful and handy statement if you want to quickly and easily an iteratable list without creating an Array or a List first: using System; using...

View Article

The New C# 6.0 Language Features Explained

I am a professional and passionate software developer and have been using the Microsoft :NET platform for more than a decade now. A few months ago the new C# compiler was released which supports the...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images