c# Programming Glossary: recommend
Which ORM for .NET would you recommend? [closed] http://stackoverflow.com/questions/132676/which-orm-for-net-would-you-recommend ORM for .NET would you recommend closed I haven't worked on a .NET project for a while more..
XDocument or XMLDocument http://stackoverflow.com/questions/1542073/xdocument-or-xmldocument this. If you get the choice however I would thoroughly recommend using XDocument aka LINQ to XML. It's much simpler to create..
Which .NET Dependency Injection frameworks are worth looking into? [closed] http://stackoverflow.com/questions/21288/which-net-dependency-injection-frameworks-are-worth-looking-into as we say in the UK this framework is the Dogs' . I highly recommend it for any green fields projects where you want to be up and..
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 consider purchasing either of these books or would you recommend another Thanks for your time. Clarification I'm not a .NET Ninja.. . c# c# 4.0 share improve this question I would recommend that you buy the MEAP Early Access Edition of Jon Skeet's C#..
Is it better to create a singleton to access unity container or pass it through the application? http://stackoverflow.com/questions/2386487/is-it-better-to-create-a-singleton-to-access-unity-container-or-pass-it-through
Repository pattern tutorial in C# [closed] http://stackoverflow.com/questions/3175/repository-pattern-tutorial-in-c-sharp pattern tutorial in C# closed Can anyone recommend good tutorial on repository pattern usage in C# c# patterns..
Benefits of using the conditional ?: (ternary) operator http://stackoverflow.com/questions/3312786/benefits-of-using-the-conditional-ternary-operator me some time to digest exactly how it worked. Would you recommend using it wherever possible or sticking to if else given the.. operator share improve this question I would basically recommend using it only when the resulting statement is extremely short..
Import and Export Excel - What is the best library? [closed] http://stackoverflow.com/questions/444522/import-and-export-excel-what-is-the-best-library great but can be a commercial library. What library do you recommend Have you used it for large quantities of data Are there other..
Best .NET memory and performance profiler? [closed] http://stackoverflow.com/questions/49912/best-net-memory-and-performance-profiler Jetbrains ' dotTrace . What other profiling tools can be recommended that are better for profiling C# Windows Forms applications.. and only if your application is relatively light I could recommend ANTS Profiler . Its line by line stats are sometimes quite useful..
How to elevate privileges only when required? http://stackoverflow.com/questions/573086/how-to-elevate-privileges-only-when-required even better. For a full discussion of UAC on Vista I recommend you see this very through article on the subject code examples..
Can I set up HTML/Email Templates with ASP.NET? http://stackoverflow.com/questions/620265/can-i-set-up-html-email-templates-with-asp-net it doesn't always do something. Because of this I would recommend my approach using an aspx page or Mun's approach using an ascx..
What is the minimum client footprint required to connect C# to an Oracle database? http://stackoverflow.com/questions/70602/what-is-the-minimum-client-footprint-required-to-connect-c-sharp-to-an-oracle-da Lite this is a zip file with almost the bare minimum. I recommend version 10.2.0.4 which is much smaller than version 11.1.0.6.0...
Why is floating point arithmetic in C# imprecise? http://stackoverflow.com/questions/753948/why-is-floating-point-arithmetic-in-c-sharp-imprecise more precision than a 32 bit float can represent. I recommend reading What Every Computer Scientist Should Read About Floating..
C#: Static readonly vs const http://stackoverflow.com/questions/755685/c-static-readonly-vs-const const for internal protected private values What do you recommend Should I maybe even not use static readonly fields but rather..
Parser for C# http://stackoverflow.com/questions/81406/parser-for-c-sharp
What is the best choice for .net inter-process communication? http://stackoverflow.com/questions/84855/what-is-the-best-choice-for-net-inter-process-communication and can be completely configuration driven. I would highly recommend that you take a look at WCF. Here is a blog that does a WCF..
Converting String to DateTime C#.net http://stackoverflow.com/questions/919244/converting-string-to-datetime-c-net and you have a comma separating the seconds fraction I recommend that you specify a custom format DateTime myDate DateTime.ParseExact..
|