¡@

Home 

c# Programming Glossary: improving

What's a good threadsafe singleton generic template pattern in C#

http://stackoverflow.com/questions/100081/whats-a-good-threadsafe-singleton-generic-template-pattern-in-c-sharp

the following C# singleton pattern is there any way of improving it public class Singleton T where T class new private static..

C# Language Speculation 4.5 / 5.0 [closed]

http://stackoverflow.com/questions/1197709/c-sharp-language-speculation-4-5-5-0

We have only limited budgets here and so any work we do on improving the tooling infrastructure is work we're not doing on language..

ASP.NET Website Slow Performance on production server

http://stackoverflow.com/questions/1340218/asp-net-website-slow-performance-on-production-server

case you dont require Sessions disabling it will help in improving the performance Disable ViewState as and when not required...

how can i make my product as a trial version for 30 days?

http://stackoverflow.com/questions/1525378/how-can-i-make-my-product-as-a-trial-version-for-30-days

trouble but instead spend that extra time money energy improving the app for those who are willing to pay. share improve this..

Detecting coincident subset of two coincident line segments

http://stackoverflow.com/questions/2255842/detecting-coincident-subset-of-two-coincident-line-segments

your solution which is great. I have some suggestions for improving it. The method has a major usability problem in that it is very..

What are some alternatives to ReSharper? [closed]

http://stackoverflow.com/questions/2834439/what-are-some-alternatives-to-resharper

fans both are powerful both have talented teams constantly improving them. We have all benefited from the competition between these..

Hanging process when run with .NET Process.Start — what's wrong?

http://stackoverflow.com/questions/439617/hanging-process-when-run-with-net-process-start-whats-wrong

since I'm a multi threaded novice. I'd like suggestions on improving any glaring deficiencies or anything otherwise dumb. I ended..

DataTable to JSON

http://stackoverflow.com/questions/451460/datatable-to-json

can be a little better and I'd like help finishing and improving this code. Any input welcome. Note that this capability is built..

Main method code entirely inside try/catch: Is it bad practice?

http://stackoverflow.com/questions/4827628/main-method-code-entirely-inside-try-catch-is-it-bad-practice

as handled so that the server remained running thereby improving robustness by keeping the server running even when it encountered..

.Net vs Java Garbage Collector

http://stackoverflow.com/questions/492703/net-vs-java-garbage-collector

most recent GC implementations are per thread eden areas improving locality and allowing the eden collection to potentially not..

Comparing object properties in c#

http://stackoverflow.com/questions/506096/comparing-object-properties-in-c-sharp

the same Type. Now this does work but in the interest of improving the quality of my code I thought I'd throw it out for scrutiny...

Is C# really slower than say C++?

http://stackoverflow.com/questions/5326269/is-c-sharp-really-slower-than-say-c

types of problems. Using a VM also has a possibility of improving cache usage. Instructions for a VM are often more compact than..

How long does it take to invoke an empty function?

http://stackoverflow.com/questions/7191526/how-long-does-it-take-to-invoke-an-empty-function

You could spend time on this or you could spend time improving your application. Your time has an opportunity cost too. share..

C# When To Use “This” Keyword [duplicate]

http://stackoverflow.com/questions/843288/c-sharp-when-to-use-this-keyword

from your private variable names and retain the context improving understandability . I make it a practice to always use this..

How to apply image effects like edge detection oncamera stream in Windows 8 app?

http://stackoverflow.com/questions/9858144/how-to-apply-image-effects-like-edge-detection-oncamera-stream-in-windows-8-app

stream directly in Windows 8 metro style app either by improving canvas approach so that large effects like edge detection don..

Improving performance reflection , what alternatives should I consider

http://stackoverflow.com/questions/1027980/improving-performance-reflection-what-alternatives-should-i-consider

performance reflection what alternatives should I consider ..

Improving Winforms performance with large number of controls

http://stackoverflow.com/questions/14565773/improving-winforms-performance-with-large-number-of-controls

Winforms performance with large number of controls Are there..

Managing EntityConnection lifetime

http://stackoverflow.com/questions/2575485/managing-entityconnection-lifetime

up my database access I ran into this blog post... Improving Entity Framework Performance The post argues that EFs poor performance..

Can we define implicit conversions of enums in c#?

http://stackoverflow.com/questions/261663/can-we-define-implicit-conversions-of-enums-in-c

on this I followed up with how I currently handle this Improving the C# enum c# enums implicit share improve this question..

Checking an assembly for a strong name

http://stackoverflow.com/questions/308756/checking-an-assembly-for-a-strong-name

name of assemblies that get loaded from trusted locations. Improving startup times by about 40 . Key point is once an attacker compromises..

Improving performance of multithreaded HttpWebRequests in .NET

http://stackoverflow.com/questions/388908/improving-performance-of-multithreaded-httpwebrequests-in-net

performance of multithreaded HttpWebRequests in .NET I am trying..

Improving/Fixing a Regex for C style block comments

http://stackoverflow.com/questions/462843/improving-fixing-a-regex-for-c-style-block-comments

Fixing a Regex for C style block comments I'm writing in C#..