Click here to Skip to main content
15,908,768 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to retrive datatables From Database Pin
Satish3211-Feb-09 0:50
Satish3211-Feb-09 0:50 
QuestionEnable/Disable the scheduler task programmatically using c# Pin
idhiCodeProject10-Feb-09 23:18
idhiCodeProject10-Feb-09 23:18 
AnswerRe: Enable/Disable the scheduler task programmatically using c# Pin
«_Superman_»10-Feb-09 23:27
professional«_Superman_»10-Feb-09 23:27 
AnswerRe: Enable/Disable the scheduler task programmatically using c# Pin
Giorgi Dalakishvili10-Feb-09 23:53
mentorGiorgi Dalakishvili10-Feb-09 23:53 
QuestionWriting Application configuration Pin
Radhakrishnan G.10-Feb-09 23:16
Radhakrishnan G.10-Feb-09 23:16 
AnswerRe: Writing Application configuration Pin
#realJSOP10-Feb-09 23:34
professional#realJSOP10-Feb-09 23:34 
QuestionThe number of page of a Word file Pin
abbd10-Feb-09 23:13
abbd10-Feb-09 23:13 
GeneralFramework analysis of SNC [modified] Pin
yolanda040910-Feb-09 23:00
yolanda040910-Feb-09 23:00 
Nova has developed Social Networking Channel (SNC) for one year. User can add his/her events of their lives to the system; then the system will turn the events into a line presented by Flash. SNC can also interface with other social network websites, like Facebook and MySpace, so users can easily use this system when they visit Facebook and Myspace.

We used Web Client SoftWare Factory as the architecture, and used Nhiberate,AntiXssLibrary,Ajax in the process of developing.

Web Client Software Factory is based on MVP, but it is optimized, so it is more easier to maintenance for good-sized system. We added Nhiberate in MVP, so the logic of the architecture is clearer and the code is simpler. On the other side, Web Client Software Factor is interface oriented; accordingly it is better compare to MVC.

One of the most important feature of Web Client Softeare Factory is Depency Injection (DI). An config file always exists for Depency Injectionto kepp the Depency object. It will return a depency object through a special role of the system. For example:

Public Model User{
String name;
}
Public Controller IUserController{
Public void Add();
}
Public Controller ChineseUser:IUserController();
Public Controller EnglishUser:IUserController();
Public Viewer UserViewer{
Private IUserController _userController;
Public IUserController{
//Get the current DI of UserViewer through the system role form the //config file, the following method can be implemented by the DI //system automatically
Return CurrentController;
}
}

modified on Wednesday, February 11, 2009 8:27 PM

RantRe: Framework analysis of SNC Pin
Ashfield11-Feb-09 1:28
Ashfield11-Feb-09 1:28 
Questionfinding pdfs in a computer Pin
DrawWindow10-Feb-09 22:51
DrawWindow10-Feb-09 22:51 
AnswerRe: finding pdfs in a computer Pin
Giorgi Dalakishvili10-Feb-09 22:57
mentorGiorgi Dalakishvili10-Feb-09 22:57 
GeneralRe: finding pdfs in a computer Pin
DrawWindow10-Feb-09 23:04
DrawWindow10-Feb-09 23:04 
QuestionFind color in specific area of screen Pin
Kristian Sixhøj10-Feb-09 22:35
Kristian Sixhøj10-Feb-09 22:35 
AnswerRe: Find color in specific area of screen Pin
SeMartens10-Feb-09 22:44
SeMartens10-Feb-09 22:44 
GeneralRe: Find color in specific area of screen Pin
Kristian Sixhøj10-Feb-09 23:13
Kristian Sixhøj10-Feb-09 23:13 
AnswerRe: Find color in specific area of screen Pin
musefan10-Feb-09 23:09
musefan10-Feb-09 23:09 
GeneralRe: Find color in specific area of screen Pin
Kristian Sixhøj10-Feb-09 23:13
Kristian Sixhøj10-Feb-09 23:13 
QuestionHow to retrive datatables From Database [modified] Pin
lavankumar10-Feb-09 22:10
lavankumar10-Feb-09 22:10 
AnswerRe: How to retrive datatables From Database Pin
Rob Philpott10-Feb-09 22:28
Rob Philpott10-Feb-09 22:28 
Questioncomparing two datetimepickers Pin
Deresen10-Feb-09 21:59
Deresen10-Feb-09 21:59 
QuestionGetting an Image via web cam using C# Pin
thite_nilesh10-Feb-09 21:49
thite_nilesh10-Feb-09 21:49 
Questionprogressbar further Issue Pin
MumbleB10-Feb-09 21:28
MumbleB10-Feb-09 21:28 
AnswerRe: progressbar further Issue Pin
ABitSmart10-Feb-09 21:57
ABitSmart10-Feb-09 21:57 
GeneralRe: progressbar further Issue Pin
MumbleB11-Feb-09 0:36
MumbleB11-Feb-09 0:36 
GeneralRe: progressbar further Issue Pin
MumbleB11-Feb-09 0:49
MumbleB11-Feb-09 0:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.