Emad's Blog

Thoughts/Tips/Shortcuts/Ideas from a .NET software engineer

Archive for May, 2009

Good Links, May 25, 2009

Posted by emadmagdy on May 25, 2009

Customers Connected Engineering (CCE): It is a way to build software with customers engaged in all phases of the Software development life cycle. its aim is “Software Built with customers, for customers”  http://shapingsoftware.com/2009/05/19/customer-connected-engineering/

Posted in Good Links, Software development | Tagged: | Leave a Comment »

Good Links , May 18, 2009

Posted by emadmagdy on May 18, 2009

Posted in Good Links | Tagged: | Leave a Comment »

Good Links, May 15, 2009

Posted by emadmagdy on May 15, 2009

Posted in Good Links | Tagged: , | Leave a Comment »

Generating Script to reproduce Database Schema AND data

Posted by emadmagdy on May 11, 2009

Many times we need a script that reproduces a database schema along with some data; example: lookup tables values.

Turned out it can be done quite easily with the Publishing wizard that is a standard part of the Visual studio 2008.

All you need to do is open the database in the server explorer, right click on the database and select “Publish to provider”.

Screen shot

PublishDB

Posted in Tips | Tagged: , , , | Leave a Comment »

Royalty free Icons

Posted by emadmagdy on May 5, 2009

Posted in Good Links | Tagged: | Leave a Comment »

WPF MVVM Toolkit

Posted by emadmagdy on May 3, 2009

Newly released WPF MVVM Toolkit : http://wpf.codeplex.com/Wiki/View.aspx?title=WPF%20Model-View-ViewModel%20Toolkit 

An Advanced MSDN Article explaining the MVVM Pattern: http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

And a Channel 9 Video about MVVM: http://channel9.msdn.com/shows/Continuum/MVVM/

Posted in Good Links | Tagged: , , | Leave a Comment »