This version additionally to Northwind.NET v.1.0 has:
- sample WinForms project with MS Access .mdb backend;
- sample MS ReportViewer Reporting ASP.NET web site with MS Access .mdb as backend. This sample ASP.NET application is currently running here:
http://shamils-4.hosting.parking.ru/nw/MS Access .mdb backend was prepared by mainly manual downgrading of MS SQL 2005 backend database from Northwind.NET v.1.0.
In the new releases we will keep using MS SQL 2005 database as main backend with this v.1.2 MS Access backend database used in some use-case sample scenarious...
This version requires .NET Framework 3.5, MS ReportViewer Control 2008 and JET 4.0 installed on target system.
1-MAY-09: Added MSAccessWebService.zip - a "food for thought" to "brain-storm" in what directions attached sample can be developed - what useful applications for MS Access developers and power-users can be prepared using this technique of wrapping Web Services (and just .NET Framework (application) classes) into simple VBA-callable COM-wrappers.
6-JUN-06: Added NWNetSLApp.zip - simple SilverLight solution consuming ADO.NET Data Service to present Shippers data. It was put here just for starters to invite participating in SCRUM Northwind.NET.SilverLight. Silverlight app from this solution is currently published here:
http://shamils-4.hosting.parking.ru/sl/NWNetSLAppTestPage.aspx and it consumes ADO.NET Data Service currently published here
http://shamils-4.hosting.parking.ru/NorthwindNetDataService/NWNetDS.svc. If you will try to make this application and ADO.NET Data Service build and run locally please carefully read this article "Using Silverlight 2 With ADO.NET Data Services"
http://msdn.microsoft.com/en-us/magazine/dd569758.aspx as well as this blog entry "Hosted ADO.NET Data Services & Silverlight"
http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/. Please also note that attached archive doesn't contain NorthwindNET MS SQL 2005 sample database - you can find this database backup in another attachment to this post NorthWindNETDatabaseBackup.zip
23-JUL-09
Added:
- SPJ_SQL2005.zip - C.J.Date sample database (prepared here);
- SPJWinFormsForEF_VS2008.zip - VS2008 sample project to demonstrate WinForms and MS ReportViewer reports bound to ADO.NET Entity Framework object datasources;
- SPJWinFormsForEF_Executables.zip - just executables and sample database for the above sample project.
29-DEC-10
Created a new set of projects to support working with ADO.NET Entity Framework for .NET Framework 4.0.
Released NorthwindNET
40
SampleAppsSetup.zip - sample executables setup
and
NorthwindNET
40_Sources.zip - all the sources.
For the latter set of sources you have to edit three app.config files:
Northwind.NET.EDM.FE\App.Config
Northwind.NET.Model\App.Config
Northwind.NET.Testing.Console\App.Config
to set Data Source attribute of connection strings to your MS SQL Server environment.