0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved creation of WebSessionStorage to Init() of Global.asax.cs More... over 16 years ago
Added note concerning moving duplicated mock repository creation code to factory classes within the "best practices" section. More... over 16 years ago
Added NHibernateInitializer.cs and moved Global.asax.cs.Init() stuff to Application_BeginRequest() to support IIS 7 integrated mode. More... over 16 years ago
Added a couple more thanks More... over 16 years ago
Added note to multiple DB guide: WCF services will always use the “default” database; the one which is configured without an explicit session factory key. More... over 16 years ago
Added support for multiple databases. See Q&A section of docs/Sharp_Architecture_Reference_Guide.doc for guide on adding another DB to your project. Also see VersionHistory.txt for all the specific changes. More... over 16 years ago
Added overloaded constructors to JsonNet/JsonNetResult.cs More... over 16 years ago
Added WCF DLL to VS generated projects More... over 16 years ago
Added SharpModelBinder to VS template, modified templates accordingly, and added form view model DTO to VS template as well. More... over 16 years ago
Modified Northwind templates and pages to use SharpModelBinder. Also added a view model DTO between controllers and forms; updated the templates, respectively, as well. More... over 16 years ago
Added ability to watch for an Id property and bind it accordingly More... over 16 years ago
[no comment] More... over 16 years ago
Added DebugFormSubmission.ascx to VS template for assisting with form debugging More... over 16 years ago
Got rid of redundant binder declaration More... over 16 years ago
Added /id route to Root area for VS template More... over 16 years ago
Added AddApplicationServicesTo method to template More... over 16 years ago
Changed two compile time problems in generated code from this template More... over 16 years ago
Changed two compile time problems in generated code from this template More... over 16 years ago
Corrected S#arp templates to reflect compile time problems found in Northwind after last check-in More... over 16 years ago
Fixed two compile time bugs of generated code More... over 16 years ago
Modified Northwind sample to use NUnit syntax helpers and AAA mocking syntax. More... over 16 years ago
Renamed a test method to be in the form of a question More... over 16 years ago
Got rid of some extraneous using statements More... over 16 years ago
Added a little more to the comments More... over 16 years ago
Added items to ignore list More... over 16 years ago
Added bin/obj to ignore list More... over 16 years ago
Added bin/obj folders to ignore list More... over 16 years ago
Added an example of an application service to the Northwind sample code along with respective unit tests. More... over 16 years ago
Added CommonAssemblyInfo link into SharpArch.Wcf.csproj More... over 16 years ago
Got rid of a redundant service add More... over 16 years ago