Click here to Skip to main content
15,916,842 members
Home / Discussions / C#
   

C#

 
GeneralRe: Tab control problem Pin
deep722-Aug-05 23:01
deep722-Aug-05 23:01 
GeneralHelp Needed for TabletPc application Pin
deldeep19-Aug-05 19:23
deldeep19-Aug-05 19:23 
GeneralRe: Help Needed for TabletPc application Pin
leppie20-Aug-05 0:02
leppie20-Aug-05 0:02 
Generaltranslator design using c# Pin
saivenkat19-Aug-05 18:53
saivenkat19-Aug-05 18:53 
Generalhelp wit c++ codes pls Pin
neodeaths19-Aug-05 18:26
neodeaths19-Aug-05 18:26 
GeneralRe: help wit c++ codes pls Pin
leppie20-Aug-05 0:20
leppie20-Aug-05 0:20 
Generalmanaged code and unmanaged code Pin
amitmohanty19-Aug-05 16:34
amitmohanty19-Aug-05 16:34 
GeneralRe: managed code and unmanaged code Pin
Guffa19-Aug-05 22:11
Guffa19-Aug-05 22:11 
With unmanaged code you get:

:: Optimized compiling. The final code is optimized for the exact processor it will be run on.

:: System independance. You can run your progam in any system that supports the framework. Currently there is an implementation in Linux. I would expect more to come.

:: Security. The program can be sandboxed, totaly isolating it from any resources it doesn't need.

Regarding security, just make sure that the program never destroys the data it's using, and always cleans up any unmanaged resources. After that it's more a question of quality. A good program doesn't crash just because you entered some text in a field that should be numeric.

---
b { font-weight: normal; }

GeneralRe: managed code and unmanaged code Pin
amitmohanty21-Aug-05 6:12
amitmohanty21-Aug-05 6:12 
GeneralRe: managed code and unmanaged code Pin
Guffa23-Aug-05 21:33
Guffa23-Aug-05 21:33 
GeneralCOM+ in .NET Pin
Member 212799219-Aug-05 14:04
Member 212799219-Aug-05 14:04 
Questionperformence ? Pin
drick_6719-Aug-05 12:02
drick_6719-Aug-05 12:02 
AnswerRe: performence ? Pin
Matt Gerrans19-Aug-05 14:22
Matt Gerrans19-Aug-05 14:22 
AnswerRe: performence ? Pin
Guffa19-Aug-05 22:25
Guffa19-Aug-05 22:25 
GeneralDrawing Numbers on a WinForm: Basics Pin
...---...19-Aug-05 11:28
...---...19-Aug-05 11:28 
GeneralXML Database Pin
surfman1919-Aug-05 11:02
surfman1919-Aug-05 11:02 
GeneralRe: XML Database Pin
rudy.net19-Aug-05 13:52
rudy.net19-Aug-05 13:52 
GeneralLock question Pin
Steve Messer19-Aug-05 10:59
Steve Messer19-Aug-05 10:59 
GeneralRe: Lock question Pin
Guffa19-Aug-05 22:19
Guffa19-Aug-05 22:19 
GeneralRe: Lock question Pin
Steve Messer20-Aug-05 4:58
Steve Messer20-Aug-05 4:58 
GeneralRe: Lock question Pin
Guffa20-Aug-05 13:31
Guffa20-Aug-05 13:31 
GeneralRe: Lock question Pin
Steve Messer20-Aug-05 13:48
Steve Messer20-Aug-05 13:48 
GeneralRe: Lock question Pin
Guffa21-Aug-05 1:23
Guffa21-Aug-05 1:23 
GeneralRe: Lock question Pin
Steve Messer21-Aug-05 2:43
Steve Messer21-Aug-05 2:43 
GeneralGDI+ Paths and Regions Pin
mpastchenko19-Aug-05 8:39
mpastchenko19-Aug-05 8:39 

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.