WPF Property Grid (WPG) Tutorial In C#

wpf property grid

Property grid in WPF helps us in generating UI controls from a c# class. Although. there are several projects and releases out there for this purpose, I am going to introduce one of the most popular open source once, hosted on codeplex, wpg(WPF … [Read more...]

Beginning Asp.net MVC 3 And Razor With C# Code Examples

Asp.net MVC 3

The MVC(Model/View/Controller) design pattern became a very popular and reliable software development methodology. To apply this effectively on web applications, microsoft released new framework based on mvc pattern for web application developments, … [Read more...]

Using FQL With Facebook C# SDK

Facebook Api Tutorial In C#

Full meaning of FQL is 'Facebook Query Language'. This is used to retrieve filtered data from facebook api similarly as sql query works with database. You won't find it exactly like SQL query syntax all the time, and not all kind of operations too. … [Read more...]