¡@

Home 

c# Programming Glossary: technical

Should a property have the same name as its type?

http://stackoverflow.com/questions/1095644/should-a-property-have-the-same-name-as-its-type

tells me this is not a good idea but are there any technical reasons why you should avoid giving a property the same name..

Why does the default parameterless constructor go away when you create one with parameters

http://stackoverflow.com/questions/11792207/why-does-the-default-parameterless-constructor-go-away-when-you-create-one-with

want this implicit one hanging around Or does it have a technical reason that makes it impossible for the compiler to add one..

Should Usings be inside or outside the namespace

http://stackoverflow.com/questions/125319/should-usings-be-inside-or-outside-the-namespace

statements should be inside the namespace. Is there a technical reason for putting the using statements inside instead of outside..

Reading Excel Files as a Server Process

http://stackoverflow.com/questions/1273116/reading-excel-files-as-a-server-process

Excel Interop structure. Also received quick response to technical question from support. Probably my pick of the bunch. SyncFusion..

How can I use the button tag with ASP.NET?

http://stackoverflow.com/questions/187482/how-can-i-use-the-button-tag-with-asp-net

of the Button tag though. That may just be a truly technical limitation that is impossible to work around... ParseChildren..

Expression Versus Statement

http://stackoverflow.com/questions/19132/expression-versus-statement

answer . Having two syntactic categories which is the technical name for the sort of thing statements and expressions are can..

Domain Driven Design: Domain Service, Application Service

http://stackoverflow.com/questions/2268699/domain-driven-design-domain-service-application-service

be exposed here. Infrastructure Services Used to abstract technical concerns e.g. MSMQ email provider etc Keeping Domain Services..

Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'

http://stackoverflow.com/questions/2608887/sharepoint-web-services-the-http-request-is-unauthorized-with-client-authenti

using System.Xml Reference http sharepointmagazine.net technical development writing caml queries for retrieving list items from..

How to enable design support in a custom control?

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

I'll 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..

Why are C# interface methods not declared abstract or virtual?

http://stackoverflow.com/questions/3621410/why-are-c-sharp-interface-methods-not-declared-abstract-or-virtual

methods are not virtual by default but are there other technical reasons Here is the IL that a derived class generates class..

DateTime vs DateTimeOffset

http://stackoverflow.com/questions/4331189/datetime-vs-datetimeoffset

important for timekeeping systems for example both for technical and legal concerns. If you ever need to modify a previously..

Inline functions in C#?

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

Mono which is open there are some mono specific technical limitations considering inlining or more general one like virtual..

Why does (does it really?) List<T> implement all these interfaces, not just IList<T>?

http://stackoverflow.com/questions/4817369/why-does-does-it-really-listt-implement-all-these-interfaces-not-just-ilis

from being easier to read and understand is there any technical difference between stating an interface explicitly in the base..

Why aren't C# static class extension methods supported?

http://stackoverflow.com/questions/4909156/why-arent-c-sharp-static-class-extension-methods-supported

philosophical reason why it isn't supported There's no technical reason and no philosophical reason. However as I often point..

Icecast 2: protocol description, streaming to it using C#

http://stackoverflow.com/questions/5215019/icecast-2-protocol-description-streaming-to-it-using-c-sharp

audio streamed over network of course in C#. Some general technical documentation about streaming over TCP IP in common and ICY..

Can you compile C# so it doesn't need the .NET Framework at runtime?

http://stackoverflow.com/questions/551554/can-you-compile-c-sharp-so-it-doesnt-need-the-net-framework-at-runtime

code you still have a dependency on the CLR. That's a very technical way of saying... almost nothing. But it answers your question...

Difference between events and delegates and its respective applications

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

events delegates share improve this question From the technical standpoint other answers have addressed the differences. From..

Using Inner classes in C#

http://stackoverflow.com/questions/804453/using-inner-classes-in-c-sharp

it seem logical however unless you have a very good or technical reason to lock it down and hide it from sight then there is..

Lambda Expression using Foreach Clause [duplicate]

http://stackoverflow.com/questions/858978/lambda-expression-using-foreach-clause

convert your results ToList or ToArray Presumably theres a technical limitation to the way C# iterates IEnumerables Vs. Lists..... question. It will be was published May 18th . There is no technical reason why we or you couldn't do this. The reasons why not are..