c# Programming Glossary: dive
Excel interop: _Worksheet or Worksheet? http://stackoverflow.com/questions/1051464/excel-interop-worksheet-or-worksheet 1 20 .ToArray I'm trying to avoid doing a full deep dive into COM or Office interoperability just highlighting the new..
What ORM for .net should I use? http://stackoverflow.com/questions/1691575/what-orm-for-net-should-i-use DAO to the next level. You can also skip to the chase and dive deep with S#arp download which is a framework that imposes all..
Webforms to Winforms http://stackoverflow.com/questions/1714513/webforms-to-winforms question First off I would probably recommend you to dive into WPF rather than winforms these days. Winforms is the old..
How to run something in the STA thread? http://stackoverflow.com/questions/2378016/how-to-run-something-in-the-sta-thread along somehow.. You can use a private field for that or dive into passing along parameters into threads. Here I set the foo..
How to get the word under the cursor in Windows? http://stackoverflow.com/questions/4665045/how-to-get-the-word-under-the-cursor-in-windows So if all this does not work for you you will have to dive deeper and use OCR or Shape recognition techniques. Even with..
Customizing AutoFixture builder with seeded property http://stackoverflow.com/questions/5398258/customizing-autofixture-builder-with-seeded-property c# autofixture share improve this question Before I dive into answering the specific questions I'd like to point out..
What are some resources I can use to learn profiling/optimizing? http://stackoverflow.com/questions/550109/what-are-some-resources-i-can-use-to-learn-profiling-optimizing and if not profile again. Sooner or later you may have to dive into more low level optimizations. This is tricky territory..
How to get involved in Open Source? [duplicate] http://stackoverflow.com/questions/563708/how-to-get-involved-in-open-source best advice is to get on their development mailing list dive into the source code and fix it. Most projects also have IRC..
Creating an MVVM friendly dialog strategy http://stackoverflow.com/questions/6595312/creating-an-mvvm-friendly-dialog-strategy http geekswithblogs.net lbugnion archive 2011 04 13 deep dive mvvm samples mix11 deepdivemvvm.aspx Sample 03 . Implementing.. archive 2011 04 13 deep dive mvvm samples mix11 deepdivemvvm.aspx Sample 03 . Implementing a service component that does..
The call stack does not say “where you came from”, but “where you are going next”? http://stackoverflow.com/questions/6595473/the-call-stack-does-not-say-where-you-came-from-but-where-you-are-going-next Here are a dozen articles that start by doing a deeper dive into CPS and then explain how this all works with the coming..
C# Call Graph Generation Tool http://stackoverflow.com/questions/793685/c-sharp-call-graph-generation-tool C# code and I'd like to visualize it's structure before I dive in and start refactoring. I've done this in the past in other..
|