Tag archive for c#

Building MVC Application With Multiple Database Support Using Ninject

I used to have BlogEngine.NET as my blogging platform before switching to WordPress, and that is because of my poor hosting provider who can’t afford few MBs on the shared hosting plans. I like BlogEngine.NET a lot because it is in .NET and on the…

Continue reading →

Async Controller In MVC 4

I have build many small applications so far in MVC to help myself in understanding the framework more deeply. Now I am planning to write a blog engine on MVC. It will not be an easy task but I will be going to learn a…

Continue reading →

Getting Started With NETMF And Netduino

My Netduino card arrived this Sunday but I was not able to play with my new development board due to some serious “crap work” I was doing. Today I was able to run a small piece of code which blinks the user LED on the Netduino board. The code is…

Continue reading →

Syntax Highlighter In WPF

If you are writing code for a while now then by now you must have a lot of code snippets which you will be using in your application development, and you use them because they save a lot of development time. At this moment I have…

Continue reading →

Use Extension Methods To Extend Your Applications

What MSDN has to say about Extension Methods Extension methods enable you to “add” methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as…

Continue reading →

Code Snippet: Remove Duplicates From ArrayList

Two methods to remove Duplicates from ArrayList. Method 1: Method 2: Disclaimer: I found this method on the net and therefore I am sharing it as it is. Use any of the above which suites your requirement.

Continue reading →

Bit.ly API: Shorten URLs / Reverse Long URLs / Get QR Code Image

If you have long URLs and other and want to create short URLs then Bit.ly API can help. I wrote a wrapper class which can let me create short URLs in jiffy. I was working on Bit.ly API to create my short URLs with a…

Continue reading →

Working With Microsoft Web Helpers In MVC 3 Razor View

Building applications with ASP.NET MVC 3 and that too with RAZOR is easy. I believe most of the programmers out there found MVC 3 with RAZOR view engine found it easy. The best things I found in the new RAZOR view engine is the code…

Continue reading →

Code Snippet: Export DataGridView To Excel With Columns

This is among one of the best code snippet I have and using since long to export the datagridview to excel. The best part of this code snippet is that it just don’t uses the excel interop, so you need not to worry about the…

Continue reading →

Windows 7 Development: Working With Task Dialog Class

Last year, I blogged about few things related to Windows 7 development which includes Jump Lists and Glass Form. The Windows 7 API Code Pack comes with many other features which can be used while developing applications for Windows 7 platform. The Windows 7 API…

Continue reading →

Page 1 of 5 1 2 3 4 5