c# Programming Glossary: leaning
C# - remove text in between delimiters in a string - regex? http://stackoverflow.com/questions/1359412/c-sharp-remove-text-in-between-delimiters-in-a-string-regex Question How would you achieve this with C# I am leaning towards a regex. Bonus Are there easy ways of matching those..
Update UI from multiple worker threads (.NET) http://stackoverflow.com/questions/2097284/update-ui-from-multiple-worker-threads-net be called when new data becomes available. I am currently leaning toward 2 for two reasons I dislike the idea of checking each..
passing DB Connection object to methods http://stackoverflow.com/questions/251603/passing-db-connection-object-to-methods in the other module take care of setting it up. I am leaning toward letting the method set it up as to not have to check..
Silverlight, Wpf Web App (xbap) or Click Once? Pros and Cons http://stackoverflow.com/questions/251718/silverlight-wpf-web-app-xbap-or-click-once-pros-and-cons app that will be used by 100s not 1000s of people So I'm leaning towards a click once app. My boss likes the idea of a Silverlight..
Learning C#, ASP.NET 3.5 - what order should I learn in / what to skip? http://stackoverflow.com/questions/282086/learning-c-asp-net-3-5-what-order-should-i-learn-in-what-to-skip fundamentally the same. The app will be very modular. I'm leaning towards a web interface because the client specs admin rights..
Should we select VB.NET or C# when upgrading our legacy applications? [closed] http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications to choose which language we want to use. I am personally leaning towards C# feeling that it enforces more disciplined coding..
Get text of ASP.NET HyperLinkField in GridView http://stackoverflow.com/questions/5176774/get-text-of-asp-net-hyperlinkfield-in-gridview way you put all SQL directly in your page like this. Try leaning about N tier development. MSDN and asp.NET website and channel9.msdn..
How to Quickly Remove Items From a List http://stackoverflow.com/questions/6926554/how-to-quickly-remove-items-from-a-list to me. Is a List the wrong data structure Right now I am leaning towards creating a new list and adding the good items to the..
Should I test that methods don't throw exceptions? http://stackoverflow.com/questions/8788558/should-i-test-that-methods-dont-throw-exceptions thrown it'll be thrown in the CorrectCount method too. I'm leaning towards keep it as 2 test cases maybe refactor the repeated..
|