Click here to Skip to main content
15,923,909 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
General.NET Embedded Control in Internet Explorer Pin
JonSwift24-Jun-05 3:50
JonSwift24-Jun-05 3:50 
QuestionCompiling default resoures file??? Pin
richiemac24-Jun-05 1:05
richiemac24-Jun-05 1:05 
GeneralError when showing report by Crystal Report Viewer Pin
tshung23-Jun-05 18:39
tshung23-Jun-05 18:39 
General3-tier architecture Pin
myousufq22-Jun-05 20:38
myousufq22-Jun-05 20:38 
GeneralRe: 3-tier architecture Pin
SimonS22-Jun-05 21:52
SimonS22-Jun-05 21:52 
GeneralRe: 3-tier architecture Pin
myousufq22-Jun-05 21:57
myousufq22-Jun-05 21:57 
GeneralRe: 3-tier architecture Pin
Christian Graus23-Jun-05 18:23
protectorChristian Graus23-Jun-05 18:23 
GeneralRe: 3-tier architecture Pin
Christian Graus23-Jun-05 18:26
protectorChristian Graus23-Jun-05 18:26 
myousuf wrote:
I like to hear some comments on the above decided architecture.

Unless you want lots of multimedia crap, there's no reason to use flash. ASP.NET does a good job of converting your code into HTML for different browsers. ASP.NET is also totally wasted if you're just going to host flash on each page.

myousuf wrote:
How to make webservices effective in performance? As interface will use them for communication with the Framework (Business Objects) which will do all the retrieving and storing tasks.

coarse granularity, mainly. What's your reason to use webservices ? Does your planned architecture demand the middle tier on a different machine to the web tier ( which is just going to serve flash pages ) ?

myousuf wrote:
I prefer to use VB.NET language to write code. Please, give an example of writing a business object which should be prior in performance rather than security. Pick User object as an example.

You prefer performance over security ? You want someone to write and entire user object for you as an example ? I don't think so.

myousuf wrote:
I did some work on the business objects. I have two classes one is doing all the db work and other holds the business rules. When you initiate its object, the business class, it inform the db class to load the required data in a DataSet object and use it to CUD (create, update and delete) tasks. Is this a acceptable approach to do?

Performance wise, DataSet's are expensive to create.



Christian Graus - Microsoft MVP - C++
GeneralWeb Service De- Serialize errors Pin
jonathan1522-Jun-05 3:46
jonathan1522-Jun-05 3:46 
GeneralAspnet_wp Consume 100% CPU Pin
imshally8122-Jun-05 1:45
imshally8122-Jun-05 1:45 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
Colin Angus Mackay22-Jun-05 2:01
Colin Angus Mackay22-Jun-05 2:01 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
Christian Graus22-Jun-05 3:13
protectorChristian Graus22-Jun-05 3:13 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
SimonS22-Jun-05 21:56
SimonS22-Jun-05 21:56 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
imshally8122-Jun-05 22:41
imshally8122-Jun-05 22:41 
GeneralRe: Aspnet_wp Consume 100% CPU Pin
Christian Graus23-Jun-05 18:27
protectorChristian Graus23-Jun-05 18:27 
GeneralAdding handler without knowing the name of event Pin
Piotrus21-Jun-05 21:46
Piotrus21-Jun-05 21:46 
GeneralRe: Adding handler without knowing the name of event Pin
S. Senthil Kumar21-Jun-05 23:17
S. Senthil Kumar21-Jun-05 23:17 
GeneralRe: Adding handler without knowing the name of event Pin
Mathew Hall22-Jun-05 2:59
Mathew Hall22-Jun-05 2:59 
Generalremoting event handing... Pin
Anonymous21-Jun-05 12:19
Anonymous21-Jun-05 12:19 
GeneralRe: remoting event handing... Pin
Anonymous21-Jun-05 21:22
Anonymous21-Jun-05 21:22 
GeneralPortable.NET 0.7 released :) Pin
maciekplewa21-Jun-05 2:01
maciekplewa21-Jun-05 2:01 
GeneralAnother FREE ADVERT!! Pin
Dave Kreskowiak24-Jun-05 3:55
mveDave Kreskowiak24-Jun-05 3:55 
GeneralVS 2005 schedule team build Pin
awu2520-Jun-05 18:43
awu2520-Jun-05 18:43 
GeneralRe: VS 2005 schedule team build Pin
Vasudevan Deepak Kumar23-Jun-05 18:33
Vasudevan Deepak Kumar23-Jun-05 18:33 
QuestionGDI+ damned slow ??? Pin
l3st4rd20-Jun-05 15:28
l3st4rd20-Jun-05 15:28 

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.