c# Programming Glossary: considerations
Run Code as a different user (C#) http://stackoverflow.com/questions/1168571/run-code-as-a-different-user-c credentials Note that impersonation has important security considerations. Make sure you follow best practices. Here's one article http..
C# HttpWebRequest command to get directory listing http://stackoverflow.com/questions/124492/c-sharp-httpwebrequest-command-to-get-directory-listing c# http share improve this question A few important considerations before the code The HTTP Server has to be configured to allow..
How does Entity Framework work with recursive hierarchies? Include() seems not to work with it http://stackoverflow.com/questions/1308158/how-does-entity-framework-work-with-recursive-hierarchies-include-seems-not-t is not something for the whole application for performance considerations it would be needed only for this specific entity the Category...
Can someone demystify the yield keyword? http://stackoverflow.com/questions/1330489/can-someone-demystify-the-yield-keyword as it typically describes a lot of the background design considerations. Best done in the context of a reasonable foundation. and yes..
using try-catch for flow control (.NET) http://stackoverflow.com/questions/1336094/using-try-catch-for-flow-control-net because it defies intention or bad because of performance considerations I feel like it's just bad but I want to say more than that's..
When to use thread pool in C#? http://stackoverflow.com/questions/145304/when-to-use-thread-pool-in-c I can't seem to find any real guidelines. What are some considerations you use when making this programming decision c# multithreading.. and kill them once you're finished. Edit About some considerations I use thread pools for database access physics simulation AI..
Accessing Database Entities from Controller [closed] http://stackoverflow.com/questions/17556967/accessing-database-entities-from-controller in your service layer at all. In the light of these considerations an excursion to a Pizza shop as an analogy why the first approach..
How do I spawn threads on different CPU cores? http://stackoverflow.com/questions/32343/how-do-i-spawn-threads-on-different-cpu-cores with two quad core CPU's on it are there any special considerations or are the eight cores across the two dies considered equal..
Quartz.net setup in an asp.net website http://stackoverflow.com/questions/3245975/quartz-net-setup-in-an-asp-net-website Update with complete example and some other considerations Here's a complete example how to do this using quartz.net. First..
ASP.Net: Literal vs Label http://stackoverflow.com/questions/3309398/asp-net-literal-vs-label used most of the time... but I'm concerned there's other considerations or benefits to using a LABEL over it that I'm unaware of. Is.. we're not applying styles to them Are there NO other considerations Thanks for any advice. c# asp.net html controls share improve..
Should I use struct or class? http://stackoverflow.com/questions/3872816/should-i-use-struct-or-class is one thing or the other. So my questions are What other considerations should I weigh in when deciding if I should go value or reference..
Scope of variables in C# http://stackoverflow.com/questions/3979493/scope-of-variables-in-c-sharp improve this question This is a matter of style. My considerations If the code block is small in the end it won't matter where..
When should I choose inheritance over an interface when designing C# class libraries? http://stackoverflow.com/questions/5816563/when-should-i-choose-inheritance-over-an-interface-when-designing-c-sharp-class inversion of control situation . I'm wondering what design considerations I should be cognicent or cognizant for you USsers of when deciding..
C# Struct usage tips? http://stackoverflow.com/questions/640613/c-sharp-struct-usage-tips improve this question You should make the following considerations about structs structs should be immutable mutable structs are..
How to Implement Password Resets? http://stackoverflow.com/questions/664673/how-to-implement-password-resets 'know' Favorite team puppy's name etc Are there any other considerations I need to be aware of NB Other questions have glossed over technical..
when not to use lambda expressions [closed] http://stackoverflow.com/questions/672918/when-not-to-use-lambda-expressions called methods. Where I do have special performance considerations is on the way I design the application itself. I care about..
f# Method Chaining vs |> Pipe Operator http://stackoverflow.com/questions/7698133/f-method-chaining-vs-pipe-operator rather than any real design decision. Are there any considerations that I should know about or are they basically identical Edit..
How are arrays created and accessed http://stackoverflow.com/questions/7793808/how-are-arrays-created-and-accessed linked in the previous paragraph for more philosophical considerations. Read his other posts on value types for even more information...
|