Category Archives: coding

Linq Kwik-e

Really often I use the Linq extension methods to formulate a query to reduce a set of data to a single value. Most of the time I refer to the First() method for this use case. var fabse = myList.Where(p … Continue reading

Posted in C#, coding, Kwik-e, Linq | Leave a comment

NuGet: +1

It really couldn’t be easier!

Posted in coding, Visual Studio | Leave a comment

Erste Schritte mit RavenDB

…sind ganz einfach! Runterladen, entpacken und Server starten über Batchdatei. Dann eines der Samples öffnen – bei mir war es SimpleClient. RavenDB ist eine schema-lose Dokumentendatenbank und damit Vertreter der NoSQL-Bewegung. Zugriffe erfolgen über REST. Es gibt eine .Net ClientAPI … Continue reading

Posted in C#, coding, RavenDB | Leave a comment