¡@

Home 

c# Programming Glossary: term

ASP.NET MVC ambiguous action methods

http://stackoverflow.com/questions/1045316/asp-net-mvc-ambiguous-action-methods

can have the same name across different parents . A search term can be used to filter the list. For example... Items action..

C#: Test if string is a guid without throwing exceptions?

http://stackoverflow.com/questions/104850/c-test-if-string-is-a-guid-without-throwing-exceptions

that object or highlight and format that specific search term in the response text. Update 3 Performance benchmarks Test converting..

Design - Where should objects be registered when using Windsor

http://stackoverflow.com/questions/1410719/design-where-should-objects-be-registered-when-using-windsor

making the application a so called Humble Executable a term from the excellent xUnit Test Patterns that doesn't need unit..

Recommended ServiceStack API Structure

http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure

question Firstly Best solution is a fairly subjective term. I'll generally aim for DRY re usable performant solutions that..

What exactly is an “open generic type” in .NET? [duplicate]

http://stackoverflow.com/questions/2173107/what-exactly-is-an-open-generic-type-in-net

a thing as a closed generic type Open generic type is a term not used very often. What is used confused with it c# .net..

How to enable design support in a custom control?

http://stackoverflow.com/questions/2785376/how-to-enable-design-support-in-a-custom-control

try to explain what I'm after. I don't know the technical term for it so here goes Example 1 If I place a ListView on a Form..

What is the difference between casting and conversion? [duplicate]

http://stackoverflow.com/questions/3166840/what-is-the-difference-between-casting-and-conversion

I believe what Eric is trying to say is Casting is a term describing syntax hence the Syntactic meaning . Conversion is.. syntax hence the Syntactic meaning . Conversion is a term describing what actions are actually taken behind the scenes..

Double dispatch in C#?

http://stackoverflow.com/questions/42587/double-dispatch-in-c

dispatch in C# I have heard read the term but don't quite understand what it means. When should I use.. overload resolution except that the argument type is determined at runtime in double dispatch instead of statically at compile..

Inline functions in C#?

http://stackoverflow.com/questions/473782/inline-functions-in-c

1 . Since there were few downvotes I'll try to clarify the term force . As in the comments and the documentation The method..

When is optimization premature? [closed]

http://stackoverflow.com/questions/4832642/when-is-optimization-premature

is optimization premature closed I see this term used a lot but I feel like most people use it out of laziness..

Why doesn't .NET/C# optimize for tail-call recursion?

http://stackoverflow.com/questions/491376/why-doesnt-net-c-optimize-for-tail-call-recursion

analysis to keep the application competitive in the long term with a standard Ahead of Time compilation. Interestingly the..

How would you count occurrences of a string within a string?

http://stackoverflow.com/questions/541954/how-would-you-count-occurrences-of-a-string-within-a-string

for this do I EDIT I I know my string is going to have the term I'm searching for so you can assume that... EDIT II Of course..

Difference between events and delegates and its respective applications

http://stackoverflow.com/questions/563549/difference-between-events-and-delegates-and-its-respective-applications

concern of the owner class. A delegate is a more generic term to describe a construct similar to a pointer in C C terms. All.. term to describe a construct similar to a pointer in C C terms. All delegates in .Net are multicast delegates. From a semantics..

How and why do I set up a C# build machine?

http://stackoverflow.com/questions/616149/how-and-why-do-i-set-up-a-c-sharp-build-machine

up to you after so long I move our build artifacts to long term storage or delete them but all the data which is stored in text..

Why are unsigned int's not CLS compliant?

http://stackoverflow.com/questions/6325/why-are-unsigned-ints-not-cls-compliant

types supported. Also when you think about the longer term where more and more languages are being ported to the CLR why..

POCO vs DTO

http://stackoverflow.com/questions/725348/poco-vs-dto

POJO coined by Martin Fowler anecdote here . He used the term POJO as a way to make it more sexy to reject the framework heavy..

When should I use double instead of decimal?

http://stackoverflow.com/questions/803225/when-should-i-use-double-instead-of-decimal

a slightly more subtle issue. Indeed precision I use the term interchangeably for accuracy here will steadily decrease after..

Using async-await on .net 4

http://stackoverflow.com/questions/9110472/using-async-await-on-net-4

licensing conditions that doesn't look like a good long term solution. Or should I use a third party implementation Perhaps..

Is there a .NET/C# wrapper for SQLite?

http://stackoverflow.com/questions/93654/is-there-a-net-c-wrapper-for-sqlite

team is committed to supporting System.Data.SQLite long term. System.Data.SQLite is the original SQLite database engine and..

Seeking clarification on apparent contradictions regarding weakly typed languages

http://stackoverflow.com/questions/9929585/seeking-clarification-on-apparent-contradictions-regarding-weakly-typed-language

is a language with a type system that I find pleasant. The terms are essentially meaningless and you should avoid them. Wikipedia.. being created are high in any conversation involving the term strongly typed or weakly typed . All that you can really say.. lacks. What that restriction might be cannot be determined without further context. Instead of using strongly typed..