c# Programming Glossary: responses
What represents a double in sql server? http://stackoverflow.com/questions/1209181/what-represents-a-double-in-sql-server so I need the most accurate precision. Thanks for the responses so far. c# sql sql server sql server 2005 tsql share improve..
Do try/catch blocks hurt performance when exceptions are not thrown? http://stackoverflow.com/questions/1308432/do-try-catch-blocks-hurt-performance-when-exceptions-are-not-thrown not thrown EDIT I'm adding a bounty. There are interesting responses but I would like to get some more input. c# performance try..
Recommended ServiceStack API Structure http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure it follows the principles of REST. So you will get varied responses depending on what the goals are. I can only offer how I would..
What is the equivalent of memset in C#? http://stackoverflow.com/questions/1897555/what-is-the-equivalent-of-memset-in-c questions for sure. Thanks for everyone's suggestions and responses. c# share improve this question You could use Enumerable.Repeat..
Should C# have multiple inheritance? [closed] http://stackoverflow.com/questions/191691/should-c-sharp-have-multiple-inheritance C## . Addendum I would be interested to know from the responses who comes from a single or procedural background versus a multiple..
Which C# 4.0 Book would you purchase, and why? [closed] http://stackoverflow.com/questions/2181729/which-c-sharp-4-0-book-would-you-purchase-and-why you all for your time. Update Thank you everyone for your responses. I've decided to purchase both books along with Visual C# 2010..
Transactions in .net http://stackoverflow.com/questions/224689/transactions-in-net do some transactions while inserting data into the DB. Any responses or links for even basic stuff about transactions are welcome...
JQuery ajax call to httpget webmethod (c#) not working http://stackoverflow.com/questions/2651091/jquery-ajax-call-to-httpget-webmethod-c-not-working attribute the service answer with XML responses if œContent Type application json not set in the request. Now..
Proper way to implement IXmlSerializable? http://stackoverflow.com/questions/279534/proper-way-to-implement-ixmlserializable a sample of what I have now. I'll update it as I get good responses. public class MyCalendar IXmlSerializable private string _name..
SQL Express Connection string - Relative to application location http://stackoverflow.com/questions/3500829/sql-express-connection-string-relative-to-application-location question Thanks everyone I used a combination of your responses. In my app.config file my connection string is defined as follows..
Question about terminating a thread cleanly in .NET http://stackoverflow.com/questions/3632149/question-about-terminating-a-thread-cleanly-in-net what I am after. Thanks gang. Further reading All these SO responses assume the worker thread will loop. That doesn't sit comfortably..
Improving performance of multithreaded HttpWebRequests in .NET http://stackoverflow.com/questions/388908/improving-performance-of-multithreaded-httpwebrequests-in-net a small tool that continuously sends requests and reads responses from a number of threads. The contents of the inner loop of..
Compare RGB colors in c# http://stackoverflow.com/questions/3968179/compare-rgb-colors-in-c-sharp was good enough for me in this case although all other responses were extremely helpfull as well so I just upvoted everyone...
C# thread safety with get/set http://stackoverflow.com/questions/505515/c-sharp-thread-safety-with-get-set there Can you accept commands a thread that waits for responses on the serial port Just got status string 2 everything's all.. commands User wants you to do this thing. and posts the responses from the driver I've just done the thing now update the UI with..
Use a .jar java library API in C#? http://stackoverflow.com/questions/512124/use-a-jar-java-library-api-in-c so please bear with me and be descriptive in your responses. I am trying to use a Java API given as a .jar file in my C#..
Way to have String.Replace only hit “whole words” http://stackoverflow.com/questions/6143642/way-to-have-string-replace-only-hit-whole-words VB for this SSRS 2008 code but C# is my normal language so responses in either are fine. c# .net vb.net string share improve this..
When should I use double instead of decimal? http://stackoverflow.com/questions/803225/when-should-i-use-double-instead-of-decimal normal applications Edited to add Thanks for all the great responses I learned from them. One further question A few people made..
Why learn Perl, Python, Ruby if the company is using C++, C# or Java as the application language? [closed] http://stackoverflow.com/questions/84340/why-learn-perl-python-ruby-if-the-company-is-using-c-c-sharp-or-java-as-the using for several years Update After seeing the first few responses it is clear that there are two issues. My main interest would..
Programming to interfaces while mapping with Fluent NHibernate http://stackoverflow.com/questions/845536/programming-to-interfaces-while-mapping-with-fluent-nhibernate because I don't know not to be critical. Thanks for the responses. c# nhibernate fluent nhibernate nhibernate mapping share..
|