Click here to Skip to main content
15,884,605 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can i create an interface for crystal report at user end Pin
PIEBALDconsult9-Sep-12 19:42
mvePIEBALDconsult9-Sep-12 19:42 
QuestionWindows 7 and task bar - left side in C# Pin
fakir4459-Sep-12 12:25
fakir4459-Sep-12 12:25 
AnswerRe: Windows 7 and task bar - left side in C# Pin
Mycroft Holmes9-Sep-12 14:31
professionalMycroft Holmes9-Sep-12 14:31 
AnswerRe: Windows 7 and task bar - left side in C# Pin
DaveyM6910-Sep-12 2:09
professionalDaveyM6910-Sep-12 2:09 
QuestionC# share data between project files Pin
classy_dog9-Sep-12 10:26
classy_dog9-Sep-12 10:26 
AnswerRe: C# share data between project files Pin
RobCroll9-Sep-12 13:55
RobCroll9-Sep-12 13:55 
GeneralRe: C# share data between project files Pin
classy_dog9-Sep-12 16:43
classy_dog9-Sep-12 16:43 
GeneralRe: C# share data between project files Pin
RobCroll11-Sep-12 23:25
RobCroll11-Sep-12 23:25 
If your talking about non .NET technologies, no. But if you want to create a suit of applications based on .NET, then the n-tier dsign is the way to go. Build a data access library (DAL). Create a business layer (BAL) that references the data access library. Then create seperate applications that reference the business library.

You may be able to take your existing code and refactory it out into the different layers and then start building the new applications and share all that common DAL and BAL code. If your forms/pages are making calls directly to the database in your corrent solution: it may be harder.
"You get that on the big jobs."

QuestionDataTable - Inserting columns Pin
Bart9-Sep-12 10:02
Bart9-Sep-12 10:02 
AnswerRe: DataTable - Inserting columns Pin
Mycroft Holmes9-Sep-12 14:36
professionalMycroft Holmes9-Sep-12 14:36 
GeneralRe: DataTable - Inserting columns Pin
Bart9-Sep-12 23:04
Bart9-Sep-12 23:04 
GeneralRe: DataTable - Inserting columns Pin
Mycroft Holmes9-Sep-12 23:11
professionalMycroft Holmes9-Sep-12 23:11 
AnswerRe: DataTable - Inserting columns Pin
Eddy Vluggen9-Sep-12 23:18
professionalEddy Vluggen9-Sep-12 23:18 
GeneralRe: DataTable - Inserting columns Pin
Bart9-Sep-12 23:29
Bart9-Sep-12 23:29 
GeneralRe: DataTable - Inserting columns Pin
Eddy Vluggen9-Sep-12 23:40
professionalEddy Vluggen9-Sep-12 23:40 
GeneralRe: DataTable - Inserting columns Pin
Bart9-Sep-12 23:44
Bart9-Sep-12 23:44 
GeneralRe: DataTable - Inserting columns Pin
Eddy Vluggen10-Sep-12 0:07
professionalEddy Vluggen10-Sep-12 0:07 
GeneralRe: DataTable - Inserting columns Pin
Bart10-Sep-12 0:43
Bart10-Sep-12 0:43 
AnswerRe: DataTable - Inserting columns Pin
Bart10-Sep-12 0:42
Bart10-Sep-12 0:42 
GeneralRe: DataTable - Inserting columns Pin
Eddy Vluggen10-Sep-12 1:27
professionalEddy Vluggen10-Sep-12 1:27 
QuestionAutomatic login + getting cookie information Pin
alikalik9-Sep-12 7:32
alikalik9-Sep-12 7:32 
AnswerRe: Automatic login + getting cookie information Pin
Mycroft Holmes9-Sep-12 14:40
professionalMycroft Holmes9-Sep-12 14:40 
QuestionC# Validation Pin
rmorton9-Sep-12 5:37
rmorton9-Sep-12 5:37 
QuestionProgram Working Very Slow Pin
mohammadkaab9-Sep-12 4:54
mohammadkaab9-Sep-12 4:54 
AnswerRe: Program Working Very Slow Pin
Eddy Vluggen9-Sep-12 5:41
professionalEddy Vluggen9-Sep-12 5:41 

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.