Author: admin

  • Blog
  • Author: admin

Component one studio enterprise of WPF

Windows presentation foundation is next generation technology launched by Microsoft. We can create great applications with wpf and Microsoft.net technology. Component one studio has launched studio enterprise tool set for the wpf. It contains the scheduler controls like calendar,multi month calendar and other controls like grid for wpf. The Studio Enterprise WPF Toolset is a

Format data in a bound DataGrid in ASP.NET

We Often need to format data in asp.net data grid. For example we have date time column then we need to to specific format like “dd/MM/yyyy”. We can do this with dataformatstring property of a column. here we can write. different format. I have found a great link that contains all the format which asp.net

ASP.NET Starter Kit For Visual Web Developer

The asp.net visual web developer starts kits are best way to start professional asp.net web programming. I have gone through several starter kits it’s amazing. The ASP.NET 2.0 Starter Kits for Visual Web Developer are fully functional sample applications to help you learn ASP.NET 2.0 and accomplish common Web development scenarios. Each sample is complete

Dependency injection with Autofac : Getting started

I have been using dependency injection a lot in my projects. As it’s provide great flexibility to wire up things. Recently in free time I have been looking into some of open source architecture like Orchard and Nopcommerce. Both are using Autofac as dependency injector. As this IOC container are used in one of top