¡@

Home 

c# Programming Glossary: intro

HttpClient.GetAsync(…) never returns when using await/async

http://stackoverflow.com/questions/10343632/httpclient-getasync-never-returns-when-using-await-async

block a request thread . More information My async await intro post which includes a brief description of how Task awaiters..

await vs Task.Wait - Deadlock?

http://stackoverflow.com/questions/13140523/await-vs-task-wait-deadlock

Best practice to call ConfigureAwait for all server-side code

http://stackoverflow.com/questions/13489065/best-practice-to-call-configureawait-for-all-server-side-code

When to use mocking versus faking in C# unit testing?

http://stackoverflow.com/questions/1419713/when-to-use-mocking-versus-faking-in-c-sharp-unit-testing

187 I'll paraphrase the podcast though that Hanselminutes intro music is dreadful Basically everything you do with an isolation..

Need help with creating PDF from HTML using itextsharp

http://stackoverflow.com/questions/2593116/need-help-with-creating-pdf-from-html-using-itextsharp

PageData pd Extract data from Page pd . string intro pd MainIntro .ToString Attribute string mainBody pd MainBody.. new Paragraph pd.PageName pdfDocument.Add new Paragraph intro pdfDocument.Add new Paragraph mainBody pdfDocument.Close HttpContext.Current.Response.End.. This outputs the content of the article name intro text and main body. But it does not pars HTML which is in the..

Free/open source code editor UI control for .Net [closed]

http://stackoverflow.com/questions/2968057/free-open-source-code-editor-ui-control-for-net

Using ICSharpCode.TextEditor article on CodeProject for an intro. To download it go to the SharpDevelop web site and download..

How do I fix a .Net windows app crashing at startup with Exception code: 0xe0434352?

http://stackoverflow.com/questions/6244939/how-do-i-fix-a-net-windows-app-crashing-at-startup-with-exception-code-0xe0434

to check out WinDbg with SOS. See here and here for an intro. Let it break on the exception and see if you can get more information..

Is it better to use WPF over Windows Forms?

http://stackoverflow.com/questions/640633/is-it-better-to-use-wpf-over-windows-forms

Are .NET ref parameters thread-safe, or vulnerable to unsafe multithreaded access?

http://stackoverflow.com/questions/679654/are-net-ref-parameters-thread-safe-or-vulnerable-to-unsafe-multithreaded-acces

or vulnerable to unsafe multithreaded access Edit for intro We know that a ref parameter in C# passes a reference to a variable..

SOAP using C# [closed]

http://stackoverflow.com/questions/885883/soap-using-c-sharp

with the Web Service model in ASP.Net. Here's a good intro article on MSDN http msdn.microsoft.com en us library ms972326.aspx.. on MSDN and at the ASP.Net web site. Here's a great introductory video http www.asp.net learn videos video 7025.aspx ..

Difference between Barrier in C# 4.0 and WaitHandle in C# 3.0?

http://stackoverflow.com/questions/990970/difference-between-barrier-in-c-sharp-4-0-and-waithandle-in-c-sharp-3-0

this page http www.managed world.com archive 2009 02 09 an intro to barrier.aspx However it seems just like the WaitAll method...