I\'m going to develop site accessible to anonymous and registered users. Planed security s开发者_C百科chema is similar to let\'s say YouTube and most of others \"web 2.0\" sites. Logged user will get
I am moving into the ASP.Net MVC realm and need some thoughts / advice on architecture. In my current ASP.Net web forms application I am using a nested master page approach. I have a Main site master
I\'m working on a state based game engine and have something I\'m happy with as a start. There\'s an abstract class GameState.hpp with virtual methods I use (init, run, pause, etc...).
I was looking up the pypy project (Python in Python), and started pondering the issue of what is running the outer layer of python? Surely, I conjectured, it can\'t be as the old saying goes \"turtles
I\'m not really into design pattern and I am take to it, Recently I found http://www.codeproject.com/KB/architecture/wcfbyexample_introduction.aspx开发者_JS百科
I\'ve got couple of web service calls., I am calling this directly without any wrapper classes. Now i am implementing a third web service which reports the error happend during a main web service call
I\'m stuck. Need help. I store UTC dates in database. Example rows: GeneratedAt: 2011-06-08 23:30 2011-06-09 03:30
I want to ask about your experience, with the tools which can be used to track dependencies between systems. During recent go live of a new version of application it has
I\'m using AvalonDock in a WPF application, and need to persist the layout of the AvalonDock the user has setup (moving, docking, detaching of the panels).
I\'m looking for a reference implementation of the \"Unit of work\" and \"repository\" pattern for MS SQL Server or Plain old ADO.NET. But all samples are build aroud an existing context like Linq2SQL