Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionoutlook body with a html template Pin
Abbas_here17-Jan-10 20:01
Abbas_here17-Jan-10 20:01 
QuestionAbout to get back into ASP.NET need help? Pin
cullyk17-Jan-10 19:52
cullyk17-Jan-10 19:52 
AnswerRe: About to get back into ASP.NET need help? Pin
Gaurav Dudeja India17-Jan-10 23:26
Gaurav Dudeja India17-Jan-10 23:26 
AnswerConsider Opensource as a contributor Pin
David Mujica18-Jan-10 3:43
David Mujica18-Jan-10 3:43 
GeneralRe: Consider Opensource as a contributor Pin
cullyk18-Jan-10 10:19
cullyk18-Jan-10 10:19 
GeneralRe: Consider Opensource as a contributor Pin
cullyk18-Jan-10 10:30
cullyk18-Jan-10 10:30 
QuestionWhat is the difference between Managed and Unmanaged Code in .NET? Pin
sandhya1417-Jan-10 19:45
sandhya1417-Jan-10 19:45 
AnswerRe: What is the difference between Managed and Unmanaged Code in .NET? Pin
Abbas_here17-Jan-10 20:27
Abbas_here17-Jan-10 20:27 
"Managed Code" is what Visual Basic .NET and C# compilers create.CLR able to understand it. It compiles to Intermediate Language (IL), not to machine code that could run directly on your computer.

Where as "Unmanaged code" is what you use to make before Visual Studio .NET 2002 was released. Visual Basic 6, Visual C++ 6, even that 15-year old C compiler you may still have kicking around on your hard drive all produced unmanaged code. It compiled directly to machine code that ran on the machine where you compiled it.
AnswerRe: What is the difference between Managed and Unmanaged Code in .NET? Pin
rahul.net1117-Jan-10 20:28
rahul.net1117-Jan-10 20:28 
AnswerRe: What is the difference between Managed and Unmanaged Code in .NET? Pin
Brij17-Jan-10 22:14
mentorBrij17-Jan-10 22:14 
Questiondeny tag of web.config not working on production server Pin
THE SK17-Jan-10 18:16
THE SK17-Jan-10 18:16 
Questionhandle backspace key Pin
hi_everybody17-Jan-10 1:19
hi_everybody17-Jan-10 1:19 
AnswerRe: handle backspace key Pin
Brij17-Jan-10 1:56
mentorBrij17-Jan-10 1:56 
GeneralRe: handle backspace key Pin
Prosanta Kundu online17-Jan-10 17:08
Prosanta Kundu online17-Jan-10 17:08 
GeneralRe: handle backspace key Pin
Brij17-Jan-10 22:08
mentorBrij17-Jan-10 22:08 
GeneralRe: handle backspace key Pin
hi_everybody17-Jan-10 22:19
hi_everybody17-Jan-10 22:19 
GeneralRe: handle backspace key Pin
hi_everybody19-Jan-10 1:02
hi_everybody19-Jan-10 1:02 
GeneralRe: handle backspace key Pin
Prosanta Kundu online20-Jan-10 16:53
Prosanta Kundu online20-Jan-10 16:53 
QuestionStill having problems with ASP.NET [modified] [Solved] Pin
theOzLizard16-Jan-10 13:57
theOzLizard16-Jan-10 13:57 
AnswerRe: Still having problems with ASP.NET [modified] [Solved] Pin
theOzLizard17-Jan-10 11:48
theOzLizard17-Jan-10 11:48 
QuestionCan I embed an ActiveX control in a ASP.NET MVC View? Pin
Nirav Doshi16-Jan-10 6:33
Nirav Doshi16-Jan-10 6:33 
AnswerRe: Can I embed an ActiveX control in a ASP.NET MVC View? Pin
April Fans18-Jan-10 15:02
April Fans18-Jan-10 15:02 
Questionmulti user issue Pin
aamirzada15-Jan-10 19:21
aamirzada15-Jan-10 19:21 
AnswerRe: multi user issue Pin
Brij15-Jan-10 21:14
mentorBrij15-Jan-10 21:14 
GeneralRe: multi user issue Pin
aamirzada27-Jan-10 21:20
aamirzada27-Jan-10 21:20 

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.