Click here to Skip to main content
15,910,211 members
Home / Discussions / C#
   

C#

 
GeneralRe: cached dll's Pin
Heath Stewart15-Mar-04 11:34
protectorHeath Stewart15-Mar-04 11:34 
GeneralRe: cached dll's Pin
cmarmr15-Mar-04 15:16
cmarmr15-Mar-04 15:16 
Generalw95 application Pin
Rob Tomson15-Mar-04 4:29
Rob Tomson15-Mar-04 4:29 
GeneralRe: w95 application Pin
Heath Stewart15-Mar-04 5:20
protectorHeath Stewart15-Mar-04 5:20 
GeneralRe: w95 application Pin
Rob Tomson15-Mar-04 5:44
Rob Tomson15-Mar-04 5:44 
GeneralRe: w95 application Pin
Heath Stewart15-Mar-04 5:45
protectorHeath Stewart15-Mar-04 5:45 
Generalmultiple workstations to one database Pin
ASGill15-Mar-04 4:28
ASGill15-Mar-04 4:28 
GeneralRe: multiple workstations to one database Pin
Heath Stewart15-Mar-04 5:18
protectorHeath Stewart15-Mar-04 5:18 
The easiest place to synchronize the request is by using locking in the RDBMS, such as the MSDE or SQL Server (in which case use the System.Data.SqlClient classes for better support). There are many locking features and many ways to lock queries, so see the SQL Server documentation for more information.

You can search MSDN[^] (the one-stop place for most or your Windows development information) for documents that discuss the differences between Java and C#. Keep in mind, however, that C# is just one of many languages that target the CLR. While languages differ in syntax and support of some features of the CLR, they can all access assemblies (including the FCL) written in any other managed language. So the differences you're looking for are between Java (the JVM) and .NET (the CLR), not just C#.

The runtimes are completely separate, though they share common ideas like JIT'ing, garbage collection, and other facilities that OO runtimes utilize.

 

Microsoft MVP, Visual C#
My Articles
Questionfolder path syntax? Pin
Anonymous15-Mar-04 3:32
Anonymous15-Mar-04 3:32 
AnswerRe: folder path syntax? Pin
John Fisher15-Mar-04 4:15
John Fisher15-Mar-04 4:15 
AnswerRe: folder path syntax? Pin
Dave Kreskowiak15-Mar-04 7:05
mveDave Kreskowiak15-Mar-04 7:05 
Questionhow can i run client software from web? Pin
agakyurek15-Mar-04 3:15
agakyurek15-Mar-04 3:15 
AnswerRe: how can i run client software from web? Pin
Heath Stewart15-Mar-04 5:14
protectorHeath Stewart15-Mar-04 5:14 
GeneralPrinting a blank page Pin
Shaun Becker15-Mar-04 2:47
Shaun Becker15-Mar-04 2:47 
GeneralRe: Printing a blank page Pin
John Fisher15-Mar-04 4:13
John Fisher15-Mar-04 4:13 
GeneralRe: Printing a blank page Pin
Shaun Becker15-Mar-04 4:36
Shaun Becker15-Mar-04 4:36 
GeneralRe: Printing a blank page Pin
John Fisher15-Mar-04 6:09
John Fisher15-Mar-04 6:09 
GeneralRe: Printing a blank page Pin
Shaun Becker15-Mar-04 8:21
Shaun Becker15-Mar-04 8:21 
GeneralRe: Printing a blank page Pin
Shaun Becker15-Mar-04 9:25
Shaun Becker15-Mar-04 9:25 
GeneralRe: Printing a blank page Pin
John Fisher15-Mar-04 16:55
John Fisher15-Mar-04 16:55 
GeneralCheckbox in Subitem of ListView Pin
katetsai15-Mar-04 2:44
katetsai15-Mar-04 2:44 
GeneralRe: Checkbox in Subitem of ListView Pin
Heath Stewart15-Mar-04 5:11
protectorHeath Stewart15-Mar-04 5:11 
GeneralRe: Checkbox in Subitem of ListView Pin
katetsai15-Mar-04 5:58
katetsai15-Mar-04 5:58 
GeneralRe: Checkbox in Subitem of ListView Pin
Heath Stewart15-Mar-04 6:14
protectorHeath Stewart15-Mar-04 6:14 
GeneralRe: Checkbox in Subitem of ListView Pin
John Fisher15-Mar-04 6:15
John Fisher15-Mar-04 6:15 

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.