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

C#

 
GeneralRe: ADO.Net synchronization Pin
Judah Gabriel Himango15-Jan-04 6:01
sponsorJudah Gabriel Himango15-Jan-04 6:01 
GeneralRe: ADO.Net synchronization Pin
Not Active15-Jan-04 6:28
mentorNot Active15-Jan-04 6:28 
GeneralRe: ADO.Net synchronization Pin
Judah Gabriel Himango15-Jan-04 8:34
sponsorJudah Gabriel Himango15-Jan-04 8:34 
GeneralRe: ADO.Net synchronization Pin
Heath Stewart15-Jan-04 6:31
protectorHeath Stewart15-Jan-04 6:31 
GeneralRe: ADO.Net synchronization Pin
Judah Gabriel Himango15-Jan-04 8:41
sponsorJudah Gabriel Himango15-Jan-04 8:41 
GeneralRe: ADO.Net synchronization Pin
Heath Stewart15-Jan-04 9:27
protectorHeath Stewart15-Jan-04 9:27 
GeneralRe: ADO.Net synchronization Pin
Judah Gabriel Himango15-Jan-04 8:47
sponsorJudah Gabriel Himango15-Jan-04 8:47 
GeneralRe: ADO.Net synchronization Pin
Heath Stewart15-Jan-04 9:31
protectorHeath Stewart15-Jan-04 9:31 
If you're writing an application in .NET, it will typically be easier to do everything in .NET. When you start introducing other technologies such as COM components or making native function calls, you incur performance penalties because of marshaling.

If there are 3rd-party tools in .NET, you might consider that route, though. So long as they come from reputable companies that you know to release good products and have good quality assurance, you won't have to worry too much about maintaining that code (just make sure that there are no bugs related to your software, which you should report to them). They also can provide support, though the unfortunate current trend in modern commercial software is that you have to buy the product and support is an additional charge! Just depends on the vendor, I guess.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: ADO.Net synchronization Pin
Mazdak15-Jan-04 5:53
Mazdak15-Jan-04 5:53 
GeneralRe: ADO.Net synchronization Pin
Judah Gabriel Himango15-Jan-04 6:06
sponsorJudah Gabriel Himango15-Jan-04 6:06 
GeneralRe: ADO.Net synchronization Pin
Mazdak15-Jan-04 6:28
Mazdak15-Jan-04 6:28 
GeneralCryptGenKey -use of ALG_ID type Pin
Member 51467215-Jan-04 4:39
Member 51467215-Jan-04 4:39 
GeneralRe: CryptGenKey -use of ALG_ID type Pin
Heath Stewart15-Jan-04 6:28
protectorHeath Stewart15-Jan-04 6:28 
QuestionWhy rebuild everything? Pin
Carl Mercier15-Jan-04 4:13
Carl Mercier15-Jan-04 4:13 
AnswerRe: Why rebuild everything? Pin
Not Active15-Jan-04 5:38
mentorNot Active15-Jan-04 5:38 
GeneralRe: Why rebuild everything? Pin
Carl Mercier15-Jan-04 5:41
Carl Mercier15-Jan-04 5:41 
GeneralRe: Why rebuild everything? Pin
Heath Stewart15-Jan-04 6:21
protectorHeath Stewart15-Jan-04 6:21 
GeneralRe: Why rebuild everything? Pin
Carl Mercier15-Jan-04 9:55
Carl Mercier15-Jan-04 9:55 
GeneralRe: Why rebuild everything? Pin
Heath Stewart15-Jan-04 10:05
protectorHeath Stewart15-Jan-04 10:05 
GeneralRe: Why rebuild everything? Pin
Carl Mercier15-Jan-04 11:19
Carl Mercier15-Jan-04 11:19 
GeneralRe: Why rebuild everything? Pin
Carl Mercier16-Jan-04 6:10
Carl Mercier16-Jan-04 6:10 
GeneralRe: Why rebuild everything? Pin
Not Active15-Jan-04 7:16
mentorNot Active15-Jan-04 7:16 
Generalscale a bitmap with 1bppIndexed Pin
FiDz15-Jan-04 3:59
FiDz15-Jan-04 3:59 
GeneralSelectedText in a ComboBox startup problem Pin
= M =15-Jan-04 3:53
professional= M =15-Jan-04 3:53 
GeneralRe: SelectedText in a ComboBox startup problem Pin
Mike Osbahr30-Jan-04 9:11
Mike Osbahr30-Jan-04 9:11 

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.