c# Programming Glossary: talk
.Net Data structures: ArrayList, List, HashTable, Dictionary, SortedList, SortedDictionary — Speed, memory, and when to use each? http://stackoverflow.com/questions/128636/net-data-structures-arraylist-list-hashtable-dictionary-sortedlist-sorted one and when to use another. Most of my C# and VB books talk about them to a certain extent but never really go into any..
C#: String.Equals vs. == [duplicate] http://stackoverflow.com/questions/1659097/c-string-equals-vs are typed as object or T then see other answers here that talk about generic methods or operator overloading as there you definitely..
Connecting to SQL Server with Visual Studio Express Editions [closed] http://stackoverflow.com/questions/188963/connecting-to-sql-server-with-visual-studio-express-editions developing command line or other C# apps that need to talk to a SQL Server database do you really need to build your LINQ.. up to 35 of the express market might legitimately want to talk to a server class db and that's a significant group. And so..
Compiler Ambiguous invocation error - anonymous method and method group with Func<> or Action http://stackoverflow.com/questions/2057146/compiler-ambiguous-invocation-error-anonymous-method-and-method-group-with-fun added is deeply misleading and unfortunate. I'll have a talk with Mads about getting the word compatible removed here. The..
Transactions in .net http://stackoverflow.com/questions/224689/transactions-in-net to retro fit into existing non transactional code and to talk to multiple providers although DTC will get involved if you.. multiple providers although DTC will get involved if you talk to more than one . For example using TransactionScope tran new.. and above it can use the LTM much less overhead until you talk to 2 sources etc when it is elevated to DTC. There is a glitch..
Using FFmpeg in .net? http://stackoverflow.com/questions/2527963/using-ffmpeg-in-net for interacting with ffmpeg then have my c# program talk to the c library in order to play convert videos etc. OR Port..
When is it better to use String.Format vs string concatenation? http://stackoverflow.com/questions/296978/when-is-it-better-to-use-string-format-vs-string-concatenation C rowIndex null title I suspect other answers may talk about the performance hit but to be honest it'll be minimal..
Memcached with Windows and .NET http://stackoverflow.com/questions/351635/memcached-with-windows-and-net a Windows environment get a windows memcached client and talk to a nix based memcached machine. In a production environment..
Usage of IoC Containers; specifically Windsor http://stackoverflow.com/questions/367178/usage-of-ioc-containers-specifically-windsor containers Windsor in this case and I'm missing how you talk to the container from the various parts of your code. I get..
Question about C# covariance http://stackoverflow.com/questions/4034495/question-about-c-sharp-covariance Lippert's blog post series on it or watch the video of my talk about variance from NDC. Basically variance is only ever allowed..
Can a C# thread really cache a value and ignore changes to that value on other threads? http://stackoverflow.com/questions/458173/can-a-c-sharp-thread-really-cache-a-value-and-ignore-changes-to-that-value-on-ot value changing as the article claims. I understand their talk about volatile memory vs non volatile memory and I agree they..
How to render pdfs using C# http://stackoverflow.com/questions/518878/how-to-render-pdfs-using-c-sharp dependencies PDF Previewing and viewing In the last two I talk about a few things you can try You can get a commercial renderer..
What task is best done in a functional programming style? http://stackoverflow.com/questions/694651/what-task-is-best-done-in-a-functional-programming-style anyone. Well recently I was given a chance to give a talk on how to reduce software development and maintenance efforts.. style ... Well recently I was given a chance to give a talk on how to reduce software development efforts and I wanted to..
C# driver development? http://stackoverflow.com/questions/75886/c-sharp-driver-development C C driver and a C# service or similar and have the driver talk to the managed code if you absolutely have to write a lot of..
MVC Razor view nested foreach's model http://stackoverflow.com/questions/8894442/mvc-razor-view-nested-foreachs-model Model Binder work So once you get that we have to briefly talk about the model binder. When the form gets posted it's simply..
Releasing a unplugged virtual Serial Port http://stackoverflow.com/questions/9835881/releasing-a-unplugged-virtual-serial-port created equal. Different drivers require different ways to talk to the device. Usually done through DeviceIoControl or Read..
|