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

.NET (Core and Framework)

 
GeneralConsuming .NET events in unmanaged code Pin
ischen_s127-Mar-05 5:03
ischen_s127-Mar-05 5:03 
GeneralSystem.AppDomain Namespace Pin
DHARMA.R27-Mar-05 3:03
DHARMA.R27-Mar-05 3:03 
GeneralRe: System.AppDomain Namespace Pin
Robert Rohde27-Mar-05 3:13
Robert Rohde27-Mar-05 3:13 
GeneralSAPI Version Pin
egyseiko27-Mar-05 0:14
egyseiko27-Mar-05 0:14 
GeneralBasic questions in .net Pin
satishrg26-Mar-05 14:06
satishrg26-Mar-05 14:06 
GeneralRe: Basic questions in .net Pin
Robert Rohde26-Mar-05 23:36
Robert Rohde26-Mar-05 23:36 
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 4:37
satishrg27-Mar-05 4:37 
GeneralRe: Basic questions in .net Pin
DavidNohejl27-Mar-05 5:10
DavidNohejl27-Mar-05 5:10 
satishrg wrote:
I also have another dobut do I need to use visual Studio .net IDE to develop any of the .net project or can I do it in regular note pad and compile it.IF so how?

.NET Framework itself contains C# compiler (cs.exe). So basicaly yes you can use notepad... But I recommend you to use IDE Smile | :) Not necessary VS, there are other IDEs, even for free.

satishrg wrote:
if i transfer this exe to other machine then do I need to create the project again to execute it or can I run the exe with some utility.

.NET runtime takes care of it. Only "utility" needed is .NET runtime.


satishrg wrote:
My next question is in the real market what do they do do they buid the IL code sell it.

There is a tool for generating native (machine) code from .NET assembliess. This way you however loose advantage of .NET framework - as a cross-platform. It's usual to sell .NET assemblies.. at least Smartdata does so.

David

Never forget: "Stay kul and happy" (I.A.)

David's thoughts / dnhsoftware.org / MyHTMLTidy
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 5:19
satishrg27-Mar-05 5:19 
GeneralRe: Basic questions in .net Pin
DavidNohejl27-Mar-05 5:30
DavidNohejl27-Mar-05 5:30 
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 5:42
satishrg27-Mar-05 5:42 
GeneralRe: Basic questions in .net Pin
DavidNohejl27-Mar-05 5:57
DavidNohejl27-Mar-05 5:57 
GeneralRe: Basic questions in .net Pin
satishrg27-Mar-05 6:41
satishrg27-Mar-05 6:41 
GeneralRe: Basic questions in .net Pin
Robert Rohde27-Mar-05 6:59
Robert Rohde27-Mar-05 6:59 
GeneralPassing base as parameter Pin
kensai26-Mar-05 10:35
kensai26-Mar-05 10:35 
GeneralRe: Passing base as parameter Pin
Robert Rohde26-Mar-05 23:30
Robert Rohde26-Mar-05 23:30 
GeneralInterprocess Hooking Pin
dal3k26-Mar-05 8:54
dal3k26-Mar-05 8:54 
GeneralRe: Interprocess Hooking Pin
Joel Lucsy27-Mar-05 16:29
Joel Lucsy27-Mar-05 16:29 
GeneralRe: Interprocess Hooking Pin
dal3k28-Mar-05 1:05
dal3k28-Mar-05 1:05 
GeneralPocket PC and MS ACCESS Pin
Member 53617726-Mar-05 7:06
Member 53617726-Mar-05 7:06 
GeneralError while trying to run project Pin
piripitsis25-Mar-05 14:07
piripitsis25-Mar-05 14:07 
GeneralRe: Error while trying to run project Pin
Anonymous29-Mar-05 15:48
Anonymous29-Mar-05 15:48 
GeneralRe: Error while trying to run project Pin
piripitsis29-Mar-05 16:34
piripitsis29-Mar-05 16:34 
GeneralVisual Studio 6.0 to &.1 (.Net) Pin
Grahamfff25-Mar-05 9:29
Grahamfff25-Mar-05 9:29 
GeneralRe: Visual Studio 6.0 to &.1 (.Net) Pin
Anonymous25-Mar-05 11:35
Anonymous25-Mar-05 11:35 

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.