-
Window Forms tutorials
You will find tutorials about loading a combo box from database,loading a treeview from database and how to transmit data between windows forms. How to : fast fill a combobox with data from database How to : fast fill a combobox with data from database with Linq How To : load combo items from…
-
How to … test database code with BDD(NBehave)
In this video,that is the continuation after How To … Test code from database with nunit I will show how to transform a NUnit test into an BDD – NBehave test. As usual,you can download the code from here here
-
How To … Test code from database with nunit
In this video we will test the Business Layer for a shortening application. The Data Access Layer is made with Entity Framework . You can download files from here
-
How to – transmit data between Windows Forms
You can download the project from here Also you can look to the video : Very Short: Make a constructor on the form that has a parameter of the type you want to send. Do not forget the call to this( in order to execute InitializeComponent). Always verify on Load event that the…
-
How to … Make a bootable clone hard disk in Windows 7
Disclaimer : it is a short story of the long story from http://onegeekwithalife.blogspot.com/2009/11/booting-from-cloned-vhd-in-win7.html Step 1 : Read http://onegeekwithalife.blogspot.com/2009/11/booting-from-cloned-vhd-in-win7.html and confirm you have administrative rights to run programs. Step 2 : Download tools a) Disk2VHD from SysInternals,http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx b) VHD Resizer,http://vmtoolkit.com/files/folders/converters/entry87.aspx c) BcdVHD,http://disk2vhd.codeplex.com/ . d) Original Windows 7 disc with bootsect.exe Step 3…
-
How To … Put a new project on codeplex in 10 steps
Step 1 : Have a project,compile to binary(exe,dll or other) and found a name for it ( for us is disk2vhd ) Step 2 : Goto www.codeplex.com,register(or sign in),then click on “Create project” . There you will put the name of the project (disk2vhd for us) and a description for it. You will be redirected…
-
jQuery Learning
Taking into account that Microsoft Visual Studio 2010 integrates jQuery,you might want to read about it. Of course,the first link is just http://jquery.com/. Then recommend “Learning jQuery – Better Interaction Design and Web Development with Simple JavaScript Techniques” A quick to learn from it about jQuery,about $ (document). Ready,Ajax with jQuery and about (developing) plug-ins.…
I am ok , you are ok