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

.NET (Core and Framework)

 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
Daniel Pfeffer20-Jul-16 20:58
professionalDaniel Pfeffer20-Jul-16 20:58 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
mInternauta21-Jul-16 1:54
mInternauta21-Jul-16 1:54 
QuestionUnmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian5-Jul-16 10:29
Derek Tortonian5-Jul-16 10:29 
AnswerRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd5-Jul-16 16:08
Super Lloyd5-Jul-16 16:08 
AnswerRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd5-Jul-16 19:55
Super Lloyd5-Jul-16 19:55 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian6-Jul-16 10:27
Derek Tortonian6-Jul-16 10:27 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd6-Jul-16 13:25
Super Lloyd6-Jul-16 13:25 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian7-Jul-16 8:50
Derek Tortonian7-Jul-16 8:50 
Assembly language is interesting. You can do almost anything,...it's like cheating. But, for the novice assembly programmer (like me) it's very error-prone.
The biggest advantage is that it's extremely convenient to address anything in memory. This is why hackers prefer assembly language for their malicious code. Also, if you want total control over the precision of your data when implementing floating point calculations,...you'd want to write those procedures in assembly.
Years ago, when I first discovered IDA Pro, which is a 32-bit disassembler, I realized that I was going to have to learn to read assembly language so that I could understand the output of IDA. So, I got a text book on the subject (there is only one text book on MASM Assembly Programming), and used it as a reference,...but, it is almost totally obsolete. The Intel® 64 and IA-32 Architectures Software Developer Manuals are by far the best source of information about the assembly language instruction sets.
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd7-Jul-16 14:35
Super Lloyd7-Jul-16 14:35 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian8-Jul-16 10:05
Derek Tortonian8-Jul-16 10:05 
GeneralPROBLEM SOLVED Pin
Derek Tortonian13-Jul-16 10:08
Derek Tortonian13-Jul-16 10:08 
GeneralRe: PROBLEM SOLVED Pin
Super Lloyd13-Jul-16 17:50
Super Lloyd13-Jul-16 17:50 
GeneralRe: PROBLEM SOLVED Pin
Derek Tortonian15-Jul-16 13:10
Derek Tortonian15-Jul-16 13:10 
GeneralRe: PROBLEM SOLVED Pin
Super Lloyd15-Jul-16 17:02
Super Lloyd15-Jul-16 17:02 
QuestionDapper Query Async calling a stored procedures with parameters Pin
DotNetFellow29-Jun-16 3:43
DotNetFellow29-Jun-16 3:43 
AnswerRe: Dapper Query Async calling a stored procedures with parameters Pin
Richard Deeming29-Jun-16 3:55
mveRichard Deeming29-Jun-16 3:55 
AnswerRe: Dapper Query Async calling a stored procedures with parameters Pin
Pratik_Scott30-Jun-16 6:47
Pratik_Scott30-Jun-16 6:47 
QuestionCode special to MVC Pin
larsp77728-Jun-16 2:13
larsp77728-Jun-16 2:13 
AnswerRe: Code special to MVC Pin
Dave Kreskowiak28-Jun-16 2:37
mveDave Kreskowiak28-Jun-16 2:37 
GeneralRe: Code special to MVC Pin
larsp77728-Jun-16 2:46
larsp77728-Jun-16 2:46 
GeneralRe: Code special to MVC Pin
Richard Deeming28-Jun-16 3:10
mveRichard Deeming28-Jun-16 3:10 
GeneralRe: Code special to MVC Pin
Dave Kreskowiak28-Jun-16 3:40
mveDave Kreskowiak28-Jun-16 3:40 
GeneralRe: Code special to MVC Pin
larsp77728-Jun-16 3:44
larsp77728-Jun-16 3:44 
GeneralRe: Code special to MVC Pin
Dave Kreskowiak28-Jun-16 3:50
mveDave Kreskowiak28-Jun-16 3:50 
GeneralRe: Code special to MVC Pin
larsp77728-Jun-16 4:00
larsp77728-Jun-16 4:00 

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.