c# Programming Glossary: dry
What is Castle Windsor, and why should I care? http://stackoverflow.com/questions/124871/what-is-castle-windsor-and-why-should-i-care what. And you can write fewer defects with better designed DRY code in a testable and repeatable way. share improve this answer..
Generic LINQ query predicate? http://stackoverflow.com/questions/125400/generic-linq-query-predicate in my library repeatedly and would like to practice some DRY. I have set of SQL Server tables that I'm querying based on..
View Models and dependency injection http://stackoverflow.com/questions/14131804/view-models-and-dependency-injection a downside granted but minimal repetition of code i.e. DRY Thin view models which are testable if needed...they may contain..
Recommended ServiceStack API Structure http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure is a fairly subjective term. I'll generally aim for DRY re usable performant solutions that promotes the least effort..
ServiceStack Request DTO design http://stackoverflow.com/questions/15927475/servicestack-request-dto-design DTO's nearly for every services and this seems like not DRY. I tried to use GetBookingLimitResponse class in a list inside..
Parsing CSV files in C# http://stackoverflow.com/questions/2081418/parsing-csv-files-in-c-sharp gritty details for you Check out FileHelpers and stay DRY Don't Repeat Yourself no need to re invent the wheel a gazillionth..
why Object.GetType() is not virtual? http://stackoverflow.com/questions/3253329/why-object-gettype-is-not-virtual
MVC ActionLink add all (optional) paramters from current url http://stackoverflow.com/questions/3779932/mvc-actionlink-add-all-optional-paramters-from-current-url i'm rather proud because it's working very well and very DRY. The call in the View Html.ActionLinkwParams Back to List Index..
How can I bind nested ViewModels from View to Controller in MVC3? http://stackoverflow.com/questions/5700558/how-can-i-bind-nested-viewmodels-from-view-to-controller-in-mvc3 I use the following code in the Controller obviously not DRY HttpPost public ActionResult UpdateItems ContainerViewModel..
Replace only some groups with Regex http://stackoverflow.com/questions/6005609/replace-only-some-groups-with-regex the replacement string by _AA_ too and this is against the DRY principle. I'm looking for something like Keep the matched text..
Using a partial class property inside LINQ statement http://stackoverflow.com/questions/6879529/using-a-partial-class-property-inside-linq-statement get my desired result. Requirements for a perfect solution DRY meaning my total calculations would exist in 1 place Support..
MVC - Controller with multiple select lists http://stackoverflow.com/questions/9136091/mvc-controller-with-multiple-select-lists any additional data required . This method keeps your code DRY and controllers thin like a super model Also keeping the select..
Redirecting unauthorized controller in ASP.NET MVC http://stackoverflow.com/questions/977071/redirecting-unauthorized-controller-in-asp-net-mvc I'd have to put that in each Action which breaks the DRY principal and is obviously cumbersome to maintain. c# asp.net..
|