Hi, I'm a German computer science student who enjoys building stuff with the .NET Framework. I have a soft spot for ASP.NET MVC and love black coffee.
You can find my blog under blog.mariusschulz.com.
My Open Source Projects
- jQuery.passwordStrength is a minimalist jQuery plugin that visualizes the strength of a password a user enters into a password input field.
- ExtraLINQ provides a bunch of additional extension methods for LINQ to Objects that simplify your code and improve its readability. The library is also available as a NuGet package.
- NAverage extends the built-in
Enumerable.Average()LINQ extension method that ships with .NET 3.5 by a variety of additional average calculation algorithms.
Top Answers