¡@

Home 

c# Programming Glossary: coupling

Getting ServiceStack to retain type information

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

it's a cargo cult habit of using interfaces to reduce coupling in application code that's being thoughtlessly leaked into DTOs... DTOs. But across process boundaries interfaces only adds coupling it's only reduced in code since the consumer has no idea what..

XML Serialization and Inherited Types

http://stackoverflow.com/questions/20084/xml-serialization-and-inherited-types

to go down the XmlInclude route.. There is simply too much coupling with it and this area of the system is under heavy development.. type can also be specified but this creates a tight coupling between the class and the serializer not good . We can implement..

Why does C# not provide the C++ style 'friend' keyword?

http://stackoverflow.com/questions/203616/why-does-c-sharp-not-provide-the-c-style-friend-keyword

that it is not suited to handle. By using friend you are coupling two classes' implementations together which is much worse then..

Dependency Inject (DI) “friendly” library

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

a set or Factory classes that are non DI and contain the coupling to those few factories. Thoughts c# dependency injection inversion..

What static analysis tools are available for C#? [closed]

http://stackoverflow.com/questions/38635/what-static-analysis-tools-are-available-for-c

Quality Metric Tools NDepend great visual tool. Useful for coupling and dependency studies. Nitriq free can easily write your own..

Injecting dependencies into ASP.NET MVC 3 action filters. What's wrong with this approach?

http://stackoverflow.com/questions/7192543/injecting-dependencies-into-asp-net-mvc-3-action-filters-whats-wrong-with-this

this following approach was considered sloppy and tight coupling with the container public class MyActionFilter ActionFilterAttribute..

?œDo not use Abstract Base class in Design; but in Modeling/Analysis??/a>

http://stackoverflow.com/questions/9470013/do-not-use-abstract-base-class-in-design-but-in-modeling-analysis

this following approach was considered sloppy and tight coupling with the container public class MyActionFilter ActionFilterAttribute..