c# Programming Glossary: leveraging
How to draw line of ten thousands of points with WPF within 0.5 second? http://stackoverflow.com/questions/1150060/how-to-draw-line-of-ten-thousands-of-points-with-wpf-within-0-5-second some guidance for 3D high performance graphics essentially leveraging value types can improve your throughput if well thought out...
How do you do Impersonation in .NET? http://stackoverflow.com/questions/125341/how-do-you-do-impersonation-in-net Method check out the code samples Basically you will be leveraging these classes that are out of the box in the .NET framework..
Opening a named pipe in low integrity level http://stackoverflow.com/questions/3282365/opening-a-named-pipe-in-low-integrity-level the pipe which is pretty hard to get right I'd suggest leveraging the System.IO.Pipes classes to do it in managed code as a separate..
Dependency injection and named loggers http://stackoverflow.com/questions/3452318/dependency-injection-and-named-loggers the named logger instances This does allow for more easy leveraging of log4net's or other logging platform app.config file. I know..
LINQ performance FAQ http://stackoverflow.com/questions/4044400/linq-performance-faq sequence manipulations you can potentially gain a lot by leveraging LINQ's inherent use of chaining and lazy evaluation. Again as..
How do I read incoming mail using C# http://stackoverflow.com/questions/4614837/how-do-i-read-incoming-mail-using-c-sharp an Exchange server as the mailbox host I would suggest leveraging that via IMAP preferred or POP access. Recently I developed..
High performance TCP server in C# http://stackoverflow.com/questions/6023264/high-performance-tcp-server-in-c-sharp . For even more bleeding edge the solutions evolves around leveraging SocketAsyncEventArgs Class which takes things one step further..
|