Pretty Table is usefult tool to print on console user-friendly tables. It’s also user-friendly for you because you don’t have to worry about printing tables. I’ll show you on simple example how to use it. I’ll display some polish cities.
Continue reading “Pretty Table in Python”
Simple.Data – introduction
I want to show you simple library to accessing and modyfing database. Simple.Data is some kind of ORM but very lightweight ORM. In my opinion it could be use in simple projects.
Continue reading “Simple.Data – introduction”
Generating INSERT INTO scripts
If you don’t know how to generate insert into scripts please read it. I’ll show you how you can do it using Sql Management Studio Express.
Continue reading “Generating INSERT INTO scripts”
Autofac – first steps
I want to write something about autofac. It is one of IoC container for Microsoft .NET. You can find very good documentation about it here. I don’t want to persuade you that it’s the best IoC container for .NET but I want to introduce it only.
Continue reading “Autofac – first steps”
MarkdownLog
Sometimes we need to create some console application (maybe not very often ;-)). I don’t know what are your experiences in that area but I always wondered how to nicely display data. I found great tool for it.
Continue reading “MarkdownLog”
jQuery UI Helpers
I want to tell you about great tool to use jQuery UI on your ASP.NET MVC pages. I’ve found jQuery UI Helpers and in my opinion it’s awsome 🙂 In very easy way you can use them on your websites.
Continue reading “jQuery UI Helpers”