A totally new build based off of ASP.Net 3.5 Web forms and ASP.NET MVC
Notes about this build from J. Sawyers Blog
Release Notes
This is a Tech Preview. Read: nowhere near final. It’s not even up to what I’d call a beta. I’m putting this up primarily for feedback from the community and (hopefully) to generate some additional interest. It does show the direction that I’m going
with this and I hope you’ll notice that, while the underlying functionality is pretty complex, it’s easy to work with and easy to change the UI. I have avoided duplicated any code as much as possible, though I may have missed something.
User Interface elements:
Most of the user interface is encapsulated in User Controls, which you will find in the Controls folder. I think that the names should be self-explanatory. For simplicity, data binding is used whenever feasible. Yes, it is not the most attractive. If there
is anyone with better design skills, I’d be happy to hear from you.
Implemented functionality:
It’s the very base functionality; you have catalog display and navigation, cart functionality and checkout functionality. Checkout does not, at this time, call any of the payment processing components but the code will be (for the most part) the same when
that does get added in.
Installation:
Unzip the file to a folder on your system. In the Data folder, you will find a backup of the Sql Server database that is used for the site. If you restore this to “.\SqlExpress” in a database named “CommerceDb”, you will not need to make any changes at all
to the connection strings. If, however, your database is different, change the connection strings that are in the web.config.
Coming next:
Added actual payment processing. Would like to get login implemented as well; we’ll see about that.
Has there been any progress on this project? According to another post on J. Sawyer's blog, there were going to be a couple of betas and RTM by now, but I don't see anything on CodePlex.
Thanks!
Don
Don Kiely, MCP, MCSD
In the Last Frontier, Interior Alaska
Please post questions and replies to the forum! And remember to MARK AS ANSWER when someone definitively answers a question or resolves a problem!
brokensaber
Member
101 Points
113 Posts
CSK 3.0 CTP1 Available
Oct 27, 2008 02:39 AM|LINK
You can find it here http://www.codeplex.com/csk via Download link
You can get the latest information about CSK 3.0 at J Sawyers Blog at http://www.microsoft-j.net/
Some facts about CSK 3.0
A totally new build based off of ASP.Net 3.5 Web forms and ASP.NET MVC
Notes about this build from J. Sawyers Blog
donkiely
All-Star
15929 Points
2518 Posts
ASPInsiders
Moderator
MVP
Re: CSK 3.0 CTP1 Available
Apr 11, 2009 03:44 PM|LINK
Hi,
Has there been any progress on this project? According to another post on J. Sawyer's blog, there were going to be a couple of betas and RTM by now, but I don't see anything on CodePlex.
Thanks!
Don
In the Last Frontier, Interior Alaska
Please post questions and replies to the forum! And remember to MARK AS ANSWER when someone definitively answers a question or resolves a problem!
brokensaber
Member
101 Points
113 Posts
Re: CSK 3.0 CTP1 Available
Apr 12, 2009 12:20 PM|LINK
I think J. is out to devour every technology that rears its head. I would imagine it would be hard to focus on just one pet project.