Using the Build event of visual studio 2008
Background Some times we need to execute some custom task just before we build our solution or project, I have no idea how others IDE do that, but recently we have gathered some experience about Visual Studio 2008, and doing these kind of task became pretty easy. In one of our project we had to us...
[More]
Wpf Image ,Working with Image Source
Hi after a long time I am back in my blog. In this post I will discuss few things about WPF image object. Recently I have been working in a project whose UI Layer is build entirely with windows presentation foundation. Background WPF has another way to display image. That is, using BitmapImage ...
[More]
Creating web application and web site that run in IIS 7 of windows vista from vs2008
While creating a web site in vs2005 or vs2008 , web site location has three options and the options are 1. File System 2. HTTP 3. FTP Previous version of Visual studio (VS2002,VS2003) supports web application that run only on IIS. User can easily create web applications cause Visual Studio au...
[More]
Asp.net File Upload Control Using with just one step
In our projects sometimes we need to use the file upload control. Asp.net 2.0 have a build-in File-upload. In asp.net 1.x web controls didn’t had any builtin file-upload control. Then we had to use a html input tag with type attribute set to “file” and to use in server side add ru...
[More]
VS 2005 Windows Work Flow ToolBox Section...
Hi Recently i had to work with Windows workflow foundation for some conceptual demo or proof of concept demo. During development time i faced a strange problem. some of the windows workflow tools are not showing in tool box. I try to reinstall the workflow extention for Vs20...
[More]
VS templates not working? Easy to get things back.
Recently I had to work with window SharePoint Service 3.0 and its development. I download the visual studio 2005 project templates for SharePoint development. I downloaded the project msi from Microsoft download site. http://download.microsoft.com/download/e/8/a/e8aa8476-5af6-4f38-aed2-0247a99d2bc...
[More]
Asp.net Tree view control, very useful But.
Asp.net 2.0 ships with a whole new set of controls. Navigation controls are one of them. In navigation control we have three options Sitemap path Menu Tree View Recently I have worked in a project which is a demo project where I had the pleasure of using the asp.net 2.0...
[More]
Windows presentation foundtion.. visited
Recently we developed a spacer project. Goals for this project is to learn new technologies of Microsoft. Microsoft is developing the new generation of windows programming and web programming environment. As part of this evolution, Microsoft developing four major technology 1. Windows presentatio...
[More]