¡@

Home 

c# Programming Glossary: solid

DDD Approach to Access External Information

http://stackoverflow.com/questions/11241541/ddd-approach-to-access-external-information

an aggregate c# .net design patterns domain driven design solid principles share improve this question The first thing I..

OpenID: Trying to Get Email Address from Google OP

http://stackoverflow.com/questions/1301200/openid-trying-to-get-email-address-from-google-op

I just started learning OpenID and I know I don ™t have a solid grasp on the specification which I think is leading to my confusion...

What are first-class objects in Java and C#?

http://stackoverflow.com/questions/1599176/what-are-first-class-objects-in-java-and-c

only first class if it is template based. The only really solid insights about first classness will be those that you can glean..

Solid FFmpeg wrapper for C#/.NET

http://stackoverflow.com/questions/2163036/solid-ffmpeg-wrapper-for-c-net

C# .NET I have been searching the web for some time for a solid FFmpeg wrapper for C# .NET . But I have yet to come up with..

Upload a folder by FTP

http://stackoverflow.com/questions/2252000/upload-a-folder-by-ftp

ftp example.com home MyFolder I'm looking for some solid code to transfer the contents of the local folder. If the destination..

Double.Epsilon for equality, greater than, less than, less than or equal to, greater than or equal to

http://stackoverflow.com/questions/2411392/double-epsilon-for-equality-greater-than-less-than-less-than-or-equal-to-gre

seems really important so I'd like to make sure I have a solid implementation for equality greater than less than less than..

Tips for optimizing C#/.NET programs [closed]

http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs

problem solvable through careful application of solid engineering principles. I have been asked dozens of times over.. focused goals for the feature track progress on making a solid implementation fix problems as you find them through careful.. on complex modern systems requires discipline and focus on solid engineering principles not on a bag full of tricks that are..

LINQPad - Dump extension method - I want one [closed]

http://stackoverflow.com/questions/2699466/linqpad-dump-extension-method-i-want-one

it was fun and educational at first what I need is a solid implementation. Having checked out the LINQPad code in reflector..

Drawing on top of controls inside a panel (C# WinForms)

http://stackoverflow.com/questions/282838/drawing-on-top-of-controls-inside-a-panel-c-winforms

that when you drag it around in the designer it shows as a solid block until you release it not a huge deal. This control can..

Visualizing an AST created with ANTLR (in a .Net environment)

http://stackoverflow.com/questions/2856612/visualizing-an-ast-created-with-antlr-in-a-net-environment

.25 height .25 color black fillcolor white style filled solid bold edge arrowsize .5 color black style bold n0 label ROOT..

Can you explain Liskov Substitution Principle with a good C# example?

http://stackoverflow.com/questions/4428725/can-you-explain-liskov-substitution-principle-with-a-good-c-sharp-example

in a simplified way If it is really possible. c# .net oop solid principles lsp share improve this question This answer has..

What JSON library works well for you in .NET?

http://stackoverflow.com/questions/571168/what-json-library-works-well-for-you-in-net

.NET types. I could roll my own but if there are some solid libraries folks have used I'd like to hear your comments. I..

Fixed point math in c#?

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

that it's definitely floating point but I haven't seen a solid C# library for things like calculating cosine and sine. My needs..

Switching from C# to C++. Any must-reads? [closed]

http://stackoverflow.com/questions/68084/switching-from-c-sharp-to-c-any-must-reads

C# to C and while I feel I handle C# pretty well after two solid years I'm still not sure I've gotten the groove of C despite..

WPF C# InputBox

http://stackoverflow.com/questions/8103743/wpf-c-sharp-inputbox

applications. It may not be pretty but should give you a solid idea on the basics behind it. The XAML Window x Class WpfApplication1.MainWindow..

Maintaining an open Redis connection using BookSleeve

http://stackoverflow.com/questions/8645953/maintaining-an-open-redis-connection-using-booksleeve

open Redis connection using BookSleeve Does anyone have a solid pattern fetching Redis via BookSleeve library I mean BookSleeve's.. not demonstrate concrete code. I hope this thread will get solid answers and eventually become a sort of a Wiki with regards..

How to configure Simple Injector to run background threads in ASP.NET MVC

http://stackoverflow.com/questions/11041601/how-to-configure-simple-injector-to-run-background-threads-in-asp-net-mvc

to your ThreadedCommandHandlerProxy . This is not the most SOLID way of doing things but it is the easiest way for me to show.. from the queue . In other words what's great about this SOLID design is that implementing these features is constant to the..

How to write functionality using DDD / CQRS

http://stackoverflow.com/questions/11095361/how-to-write-functionality-using-ddd-cqrs

written and how It would be great if the solution follows SOLID principles Open Closed principle and DDD. Any refactoring that..

DDD Approach to Access External Information

http://stackoverflow.com/questions/11241541/ddd-approach-to-access-external-information

accounts of the account owner. How to do this by following SOLID DDD GRASP Information Expert pattern namespace ApplicationServiceForBank..

Mixed lifestyle for Per Thread and Per Web Request with Simple Injector

http://stackoverflow.com/questions/13147509/mixed-lifestyle-for-per-thread-and-per-web-request-with-simple-injector

handler.Handle command Purists that advocate the SOLID principles will shout that this class is violating the Single..

Dependency Inject (DI) “friendly” library

http://stackoverflow.com/questions/2045904/dependency-inject-di-friendly-library

those high level functions will be implemented using the SOLID class design principles as much as possible. As such there will..

Can you explain Liskov Substitution Principle with a good C# example?

http://stackoverflow.com/questions/4428725/can-you-explain-liskov-substitution-principle-with-a-good-c-sharp-example

Can you explain Liskov Substitution Principle The 'L' of SOLID with a good C# example covering all aspects of the principle..

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

such as IProductService and ICustomerService violates the SOLID principles and you might benefit from moving from this pattern..