Who we are?
Csharpus is a group of developers with a reach background in enterprise level projects that is a part of our professional life and daily rotines, but additionaly we keen on open source stuff and enjoy new ideas and innovation in IT.
Currently there are three of us. We work on a microsoft .net platform, playing with a new tools and libraries.
Contact us
42 [at] csharpus.com
Resources
Csharpus podcast
In the podcast we discuss new libraries,
development events, ask people about their
opinion about certain problems.
csharpus.rpod.ru (russian)
Follow us to know news about our projects and
interesting technical stuff.
Our projects
NConsoler
Small library for parsing command line arguments
in .net applications in extremely easy way, which
can be even embedded to your application
as source code (all the source code is in the
one file). Using it is as simple as writing a method.
DbRefactor
Powerful library for refactoring database using
migration approach. Can be used as stand alone
library for working with database schema,
has nice fluent interface, can generate code for
an existing db, dump data from tables to the
sql script, can be used in any .net language,
Migrations are written as regular .net code.