c# Programming Glossary: talks
How to decide between MonoTouch and Objective-C? http://stackoverflow.com/questions/1583856/how-to-decide-between-monotouch-and-objective-c learned to enjoy it quite a bit. I make fun of it a bit in talks it is weird for devs who're used to C# Java etc. but the truth..
TransactionScope automatically escalating to MSDTC on some machines? http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines blog dave archive 2005 12 09 2615.aspx from 2005 talks about how escalation to DTC will always happen when connecting..
Open source cad drawing (dwg) library in C# http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c-sharp to look forward to. I am also developing a product that talks to DWG files. I'm going the commercial route because the time..
How to Syntax Highlight in a RichTextBox [C#]? http://stackoverflow.com/questions/1697360/how-to-syntax-highlight-in-a-richtextbox-c improve this question RichTextBox syntax highlighting talks about RichTextBox itself minimal features but exactly what you.. here A textbox richtextbox that has syntax highlighting C# talks mostly about other ways of doing it share improve this answer..
Integrating Prolog with C# http://stackoverflow.com/questions/181855/integrating-prolog-with-c-sharp sided c# calls Prolog . I have seen this question which talks about Prologs real world usage but I was wondering if anyone..
The need for volatile modifier in double checked locking in .NET http://stackoverflow.com/questions/1964731/the-need-for-volatile-modifier-in-double-checked-locking-in-net vance morrison's article everything links to this it talks about double checked locking chris brumme's article everything..
C# Adding and Removing Anonymous Event Handler http://stackoverflow.com/questions/2051357/c-sharp-adding-and-removing-anonymous-event-handler share improve this question There's an MSDN page that talks about this How to Subscribe to and Unsubscribe from Events Note..
Creating a DateTime in a specific Time Zone in c# fx 3.5 http://stackoverflow.com/questions/246498/creating-a-datetime-in-a-specific-time-zone-in-c-sharp-fx-3-5 .net datetime share improve this question Jon's answer talks about TimeZone but I'd suggest using TimeZoneInfo instead. Personally..
Looking for replacement for Snippet Compiler [closed] http://stackoverflow.com/questions/2775055/looking-for-replacement-for-snippet-compiler Program if I start writing methods and types. It directly talks to databases and will generate simple starter queries and types..
Capture console exit C# http://stackoverflow.com/questions/474679/capture-console-exit-c-sharp work well or at all on Windows 7 . The following thread talks about this http social.msdn.microsoft.com Forums en windowscompatibility..
When is optimization premature? [closed] http://stackoverflow.com/questions/4832642/when-is-optimization-premature b ricom archive 2006 09 07 745085.aspx where he talks about his decisions he makes to implement the types necessary..
Casting vs using the 'as' keyword in the CLR http://stackoverflow.com/questions/496096/casting-vs-using-the-as-keyword-in-the-clr type and as together EDIT Note that none of the above talks about performance other than the value type case where I've..
Monitor vs lock http://stackoverflow.com/questions/4978850/monitor-vs-lock monitor share improve this question Eric Lippert talks about this in his blog Locks and exceptions do not mix The equivalent..
WCF, Interface return type and KnownTypes http://stackoverflow.com/questions/6108076/wcf-interface-return-type-and-knowntypes and deserialize them correctly. However the client talks with the interface of the service not with the implementation..
Curious null-coalescing operator custom implicit conversion behaviour http://stackoverflow.com/questions/6256847/curious-null-coalescing-operator-custom-implicit-conversion-behaviour question arose when writing my answer to this one which talks about the associativity of the null coalescing operator . Just..
How can I prevent BufferManager / PooledBufferManager in my WCF client app from wasting memory? http://stackoverflow.com/questions/7252417/how-can-i-prevent-buffermanager-pooledbuffermanager-in-my-wcf-client-app-from I did not write and still do not know too much about that talks to a bunch of services via SOAP and after running for a couple..
Why this compile error http://stackoverflow.com/questions/8823427/why-this-compile-error statement The start of section 8 of the C# spec explicitly talks about the embedded statement production after giving the specification..
Concatenate and minify JavaScript on the fly OR at build time - ASP.NET MVC http://stackoverflow.com/questions/890561/concatenate-and-minify-javascript-on-the-fly-or-at-build-time-asp-net-mvc the appendix of Professional ASP.NET 3.5 Scott Hanselman talks about Packer for .NET . This will integrate with MSBuild and..
Good C# focused blogs and/or podcasts? [closed] http://stackoverflow.com/questions/950342/good-c-sharp-focused-blogs-and-or-podcasts question Eric Lippert works on the C# team and often talks about language design choices. As for podcasts I would check..
|