¡@

Home 

c# Programming Glossary: concerns

Getting ServiceStack to retain type information

http://stackoverflow.com/questions/10750571/getting-servicestack-to-retain-type-information

specific implementation hints that now embeds C# concerns on the wire so now even C# namespaces will break serialization.. response to be used by a particular serializer. Leaking C# concerns on the wire violates one of the core goal of services for enabling..

Using Excel OleDb to get sheet names IN SHEET ORDER

http://stackoverflow.com/questions/1164698/using-excel-oledb-to-get-sheet-names-in-sheet-order

I noticed through the comments that there are a lot of concerns about using the Interop classes to retrieve the sheet names...

Complex UI inside ListBoxItem

http://stackoverflow.com/questions/15532639/complex-ui-inside-listboxitem

same in Windows Forms all while maintaining separation of concerns between the View and the Application Logic in such a way that.. same in Windows Forms all while maintaining separation of concerns between the View and the Application Logic in such a way that..

Initializing C# auto-properties

http://stackoverflow.com/questions/169220/initializing-c-sharp-auto-properties

in C# 5 which I strongly hope will address immutability concerns. I don't think either of them are scheduled for C# 4. share..

Creating an instance using Ninject with additional parameters in the constructor

http://stackoverflow.com/questions/2227548/creating-an-instance-using-ninject-with-additional-parameters-in-the-constructor

first half is a complete treatment of all the architecture concerns surrounding it from a man who has spent way too much time here..

Domain Driven Design: Domain Service, Application Service

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

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

C# Object Pooling Pattern implementation

http://stackoverflow.com/questions/2510975/c-sharp-object-pooling-pattern-implementation

In what areas might the use of F# be more appropriate than C#? [closed]

http://stackoverflow.com/questions/2785029/in-what-areas-might-the-use-of-f-be-more-appropriate-than-c

into any C# module that needed to use it without any concerns at all about interoperability. Seamless. The C# programmer need..

How can I remove accents on a string? [duplicate]

http://stackoverflow.com/questions/3769457/how-can-i-remove-accents-on-a-string

also convert and to l and L but had no other specialised concerns could use private static char NormaliseLWithStroke char c switch..

DateTime vs DateTimeOffset

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

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

Different ways of passing sqlCommand parameters

http://stackoverflow.com/questions/4624811/different-ways-of-passing-sqlcommand-parameters

I am reasonably happy this will work. The part that concerns me more is the loss of the SqlDbType enum if I am using the..

Validation: How to inject A Model State wrapper with Ninject?

http://stackoverflow.com/questions/4776396/validation-how-to-inject-a-model-state-wrapper-with-ninject

validation logic with the service logic. These are two concerns and they should be separated. When your application grows you..

Model-View-Presenter in WinForms

http://stackoverflow.com/questions/4794121/model-view-presenter-in-winforms

colour to datagrid size etc I think that they are my main concerns and if I understand how the flow should be for these I think..

Casting vs using the 'as' keyword in the CLR

http://stackoverflow.com/questions/496096/casting-vs-using-the-as-keyword-in-the-clr

that the as then null check gives a better separation of concerns. We have one statement which attempts a conversion and then..

Very slow compile times on Visual Studio 2005

http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005

at merging projects not nice as we like the separation of concerns but is a good opportunity to refactor away some dead wood ... having multiple solutions to achieve greater separation of concerns and quicker compile times for each element of the application...

Creating an MVVM friendly dialog strategy

http://stackoverflow.com/questions/6595312/creating-an-mvvm-friendly-dialog-strategy

When designing a UI with MVVM the goal is to separate the concerns of the View from the concerns of the ViewModel. Ideally the.. the goal is to separate the concerns of the View from the concerns of the ViewModel. Ideally the ViewModel should not rely on any..