Click here to Skip to main content
15,887,596 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Object Oriented Data Marshalling Pin
Leslie Sanford9-May-08 6:31
Leslie Sanford9-May-08 6:31 
GeneralRe: Object Oriented Data Marshalling Pin
Adam Jasper11-May-08 23:39
Adam Jasper11-May-08 23:39 
GeneralNeed suggestion Pin
Cryptogrpahy29-Apr-08 1:41
Cryptogrpahy29-Apr-08 1:41 
GeneralRe: Need suggestion Pin
Member 9630-Apr-08 6:25
Member 9630-Apr-08 6:25 
GeneralRe: Need suggestion Pin
Cryptogrpahy30-Apr-08 6:37
Cryptogrpahy30-Apr-08 6:37 
GeneralRe: Need suggestion Pin
Member 9630-Apr-08 7:03
Member 9630-Apr-08 7:03 
GeneralRe: Need suggestion Pin
Mark Churchill1-May-08 17:20
Mark Churchill1-May-08 17:20 
GeneralNeed suggestions to define architecture Pin
pranabdas25-Apr-08 9:11
pranabdas25-Apr-08 9:11 
We have a web app that is developed using VB, ASP and SQL SERVER. Some parts (10-15%) of the web app are developed using asp.net 1.1.

Now, we want to:
- move one of the modules say CRM to asp.net 2.0 that is written in VB and ASP.
- support the CRM module written in VB and ASP until the re-written module using .net is ready to use.
- incorporate any changes happen in old code into new .net code immediately.
- Leverage the power of AJAX AND Windows workflow foundation

Existing system:
- The CRM module uses others DLLS written in VB and vice-versa.
- We have all the classes required for CRM DLL developed in VB. Example :> Let say we have a biz object class which contains all the biz attributes (properties) as well as methods and called from ASP page. We also have a corresponding data object class which has only corresponding methods as Biz object and interacts with DB and return the results to Biz object.
- We have all screens required for CRM developed using ASP and JAVASCRIPT.


As a .Net senior developer, my responsibilities include:
1 - Create all CRM VB classes in C# to improve performance, better use technology, and remove redundancy
2 - Analyze the classes and Apply design pattern wherever possible
3 - There must be not any problem when the CRM module is completely re-written as the new .net dll for CRM should be able to call other VB DLLS and vice versa.
4 - All pages for CRM module must be re-written using ASP.NET, AJAX and Windows workflow foundation


Need suggestions:
- Should I do requirement analysis again or it is not required since the requirement is already there.
- Should I create all the VB Biz classes as it in C# and then apply design pattern wherever possible.
- Should I create the Net wrapper DLLS for all the VB DLLS that need to be referred by CRM .Net DLL and vice-versa.
- No problem if I use AJAX AND WORKFLOW

Please let me know if you have other suggestions.
QuestionRequirements gathering tools Pin
Pawel Krakowiak24-Apr-08 4:49
Pawel Krakowiak24-Apr-08 4:49 
GeneralDesign pattern - Exporting results to different formats Pin
jonnyvargazz24-Apr-08 3:44
jonnyvargazz24-Apr-08 3:44 
GeneralRe: Design pattern - Exporting results to different formats Pin
PIEBALDconsult25-Apr-08 6:12
mvePIEBALDconsult25-Apr-08 6:12 
GeneralRe: Design pattern - Exporting results to different formats Pin
jonnyvargazz28-Apr-08 0:34
jonnyvargazz28-Apr-08 0:34 
GeneralRe: Design pattern - Exporting results to different formats Pin
Sameerkumar Namdeo2-May-08 22:21
Sameerkumar Namdeo2-May-08 22:21 
QuestionWhat is a properties file? Pin
pl_kode24-Apr-08 0:14
pl_kode24-Apr-08 0:14 
GeneralRe: What is a properties file? Pin
K.L.K29-Apr-08 15:10
K.L.K29-Apr-08 15:10 
General[Message Deleted] Pin
C. L. Phillip22-Apr-08 5:10
C. L. Phillip22-Apr-08 5:10 
GeneralRe: Documentation Template Pin
led mike22-Apr-08 5:45
led mike22-Apr-08 5:45 
QuestionBiztalk Developers/Architects? Pin
sksassociates18-Apr-08 8:38
sksassociates18-Apr-08 8:38 
GeneralWriting Documentation Pin
Vimalsoft(Pty) Ltd17-Apr-08 21:54
professionalVimalsoft(Pty) Ltd17-Apr-08 21:54 
JokeRe: Writing Documentation Pin
darkelv17-Apr-08 23:57
darkelv17-Apr-08 23:57 
AnswerRe: Writing Documentation [modified] Pin
Vimalsoft(Pty) Ltd18-Apr-08 0:10
professionalVimalsoft(Pty) Ltd18-Apr-08 0:10 
GeneralXP vs Incremenatal development. Pin
Julia4u17-Apr-08 12:32
Julia4u17-Apr-08 12:32 
GeneralRe: XP vs Incremenatal development. PinPopular
Oakman17-Apr-08 12:59
Oakman17-Apr-08 12:59 
GeneralRe: XP vs Incremenatal development. Pin
Julia4u17-Apr-08 13:05
Julia4u17-Apr-08 13:05 
GeneralRe: XP vs Incremenatal development. Pin
User 171649217-Apr-08 13:17
professionalUser 171649217-Apr-08 13:17 

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.