¡@

Home 

c# Programming Glossary: explanations

Convert Pixels to Points

http://stackoverflow.com/questions/139655/convert-pixels-to-points

convert Pixels to Points in C#. I've seen some complicated explanations about the topic but can't seem to locate a simple formula. Let's..

When using Trusted_Connection=true and SQL Server authentication, will this effect performance?

http://stackoverflow.com/questions/1642483/when-using-trusted-connection-true-and-sql-server-authentication-will-this-effe

Strings site for SQL Server 2005 with lots of samples and explanations. Using Windows Authentication is the preferred and recommended..

Contravariance explained

http://stackoverflow.com/questions/1962629/contravariance-explained

explained First of I have read many explanations on SO and blogs about covariance and contravariance and a big..

'CompanyName.Foo' is a 'namespace' but is used like a 'type'

http://stackoverflow.com/questions/2046012/companyname-foo-is-a-namespace-but-is-used-like-a-type

I've explained my position over ten times. If all those explanations are not convincing that's because I'm not a very good convincer...

Detecting coincident subset of two coincident line segments

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

to cover all the weird cases that most implementations or explanations gloss over. In order to account for the weirdness of coincident..

Multithreading improvements in .NET 4

http://stackoverflow.com/questions/2704583/multithreading-improvements-in-net-4

in terms of element ordering and performance. Examples and explanations of them in a different video here One more new thing that has..

working with incredibly large numbers in .NET

http://stackoverflow.com/questions/279038/working-with-incredibly-large-numbers-in-net

seems to be the most promising. The article has some good explanations of how operations with massive numbers work as well. Also see..

Grabbing Cookies in Web Browser Control - WP7

http://stackoverflow.com/questions/4212713/grabbing-cookies-in-web-browser-control-wp7

one single member. It's an extension method I suppose no explanations needed on that. I have not played with this method much but..

How does DataAnnotations really work in MVC?

http://stackoverflow.com/questions/5154231/how-does-dataannotations-really-work-in-mvc

explain it to me what really happens Or links to good explanations would also be good as I have only found tutorials for actually..

How does garbage collection and scoping work in C#?

http://stackoverflow.com/questions/5422918/how-does-garbage-collection-and-scoping-work-in-c

learning python. I've not been able to find any good clear explanations of when an item is garbage collected and am left with questions..

Generics: casting and value types, why is this illegal?

http://stackoverflow.com/questions/5588073/generics-casting-and-value-types-why-is-this-illegal

and the internet for an answer to this and found lots of explanations on similar generic related casting issues but I can't find anything..

Fixed point math in c#?

http://stackoverflow.com/questions/605124/fixed-point-math-in-c

64 000x64 000 entries yikes . If you know any programmatic explanations of efficient ways to calculate things like arctan2 that would..

Highlight a list of words using a regular expression in c#

http://stackoverflow.com/questions/653700/highlight-a-list-of-words-using-a-regular-expression-in-c-sharp

of recognised abbreviations for the site along with their explanations. I want to create a regular expression which will allow me to..

Calling CreateProcessAsUser from C#

http://stackoverflow.com/questions/668389/calling-createprocessasuser-from-c-sharp

. Any suggestions for modifications to the code as well as explanations would be very welcome. Notes I've been primarily referring to..

asp.net adding class to current menuItem

http://stackoverflow.com/questions/6826760/asp-net-adding-class-to-current-menuitem

my preferred method for styling. Amended your code with my explanations below. asp Menu ID mainMenu runat server autopostback true Items..