[dba-VB] SCRUM: Sprint - 1st week plan

Salakhetdinov Shamil mcp2004 at mail.ru
Wed Mar 25 12:18:18 CDT 2009


Hi SCRUM Team and all,

I have got added developed CustomerOrders form.

New version is uploaded to 

dba-VB > SkyDrive > Documents > NorthWind.NET > Conversion Project

and also commited to our SVN server.

This version uses new view. This view SQL script is stored in:

>Northwind.NET.FE
   >Datasets
     >SQL
          0001_vw_CustomerOrdersProducts.sql

(TODO Note: we have to decide what is the best way for us to keep our MS SQL databases in sync without that much manual work of running SQL scripts to create new SQL objects).

Please run this SQL against your version of MS SQL database.

FYI: trying to use as little as possible new SQL Views etc. but for this form that was the quickest solution in my opinion, and a solution not using embedded into C# code SQL. I have also created new dataset dedicated to this form - CustomerOrdersFormDataSet.

Trying to do the things done first, and then (in the next version) to do them right (industry strong) - this approach usually works well in .NET - unlike VB6/VBA where usage of this approach often results in unmanagable code...

Please question everything you're getting from here but please stay focused on getting converted NorthWind.NET desktop WinForm application first of all...

Thank you.

--
Shamil



More information about the dba-VB mailing list