c# Programming Glossary: enough..
How can I catch a 404? http://stackoverflow.com/questions/1949610/how-can-i-catch-a-404 throw ex Is just not useful enough... the protocol exception could be 401 503 403 anything really...
How to properly catch a 404 error in .NET [duplicate] http://stackoverflow.com/questions/2149208/how-to-properly-catch-a-404-error-in-net throw ex Is just not useful enough... the protocol exception could be 401 503 403 anything really...
Why can't I define a default constructor for a struct in .NET? http://stackoverflow.com/questions/333829/why-cant-i-define-a-default-constructor-for-a-struct-in-net No doubt NDepend could tell me if I asked it nicely enough... The fact that C# prohibits it is a big enough hint for me to..
Why isn't ArrayList marked [Obsolete]? http://stackoverflow.com/questions/5063156/why-isnt-arraylist-marked-obsolete time rather than compile time the type does its job well enough... often there's really no compelling reason to change existing..
Paginated search results with LINQ to SQL http://stackoverflow.com/questions/793718/paginated-search-results-with-linq-to-sql this will be a huge waste of time if the resultset is big enough... Or is LINQ to SQL doing some magic here Is there a LINQ to..
When is ObjectQuery really an IOrderedQueryable? http://stackoverflow.com/questions/9025137/when-is-objectquery-really-an-iorderedqueryable
UDP data transmission slower than TCP http://stackoverflow.com/questions/9300555/udp-data-transmission-slower-than-tcp have implemented the UDP transmission code not efficiently enough... Maybe one of you guys already sees a problem in the code snippets..
|