Click here to Skip to main content
15,886,067 members
Everything / Principles

Principles

principles

Great Reads

by Marco-Hans Van Der Willik
There are a surprising number of variations on poker rules, making poker an excellent candidate for a SOLID Project, a project illustrating SOLID Principles and related Patterns & Practices.
by Ronnie Mukherjee
How can the Pareto principle help us to produce better software
by Habibur Rony
Application design - a post mortem of a bad design
by RM Shahidul Islam Shahed
This article will walk you through the basic understanding of DI, why DI, code example and creation of ASP.NET Core MVC web application by using .NET Core built-in DI.

Latest Articles

by RM Shahidul Islam Shahed
This article will walk you through the basic understanding of DI, why DI, code example and creation of ASP.NET Core MVC web application by using .NET Core built-in DI.
by Habibur Rony
Application design - a post mortem of a bad design
by Marco-Hans Van Der Willik
There are a surprising number of variations on poker rules, making poker an excellent candidate for a SOLID Project, a project illustrating SOLID Principles and related Patterns & Practices.
by Ronnie Mukherjee
How can the Pareto principle help us to produce better software

All Articles

Sort by Score

Principles 

15 Jun 2015 by Dev O'Connor
Hii have a Local System service that is running currently which launches an application as it should do for each of their users logged and works as expected however the problem i have now is that i am trying to prevent it from running as 'Administrators' / 'Domain Admins' It has to run...
16 Jun 2015 by Dev O'Connor
HiResolved this issue, changed the token name from Ses.SecureToken to the following:Dim wi As WindowsIdentity = New WindowsIdentity(String.Concat(Ses.WindowsUsername & "@" & Ses.WindowsDomain))And now instead of using 'IsInRole'I loop through the WindowsIdentity.Groups,...
16 Aug 2015 by girishmeena
Hello Guys,Recently I came across a scenario where Single responsibility and Open close principle get violated in my c# code. below is the scenario :I am having two classes : 1. Export Questionnaire - export questionnaire functionality2. Export Initial Bid - export initial bid...
23 Aug 2015 by girishmeena
Any though on below code ..... // Note : no need to modify existing code, only available for extension. // right now implemented for questionnaire/ intial bid export. // Interface for exported sheet start Row and column hard values interface IRowColumnStart {...
21 Jun 2017 by Member 12464509
In your code i see this line {{item7.product_price}} it has 7 number remove that and you can write below code to multiply: {{item.item_qty * item.product_price}}
9 Jul 2022 by reinch
I want to start in backend programming, i'll aprecciate books and languages that a could use to start, maybe some ideas of how this work, what is the common outline of a project What I have tried: Some articles with many languages, the...
9 Jul 2022 by RAMASWAMY EKAMBARAM
It is much simpler to start with the procedural language of the DB rather than (first) trying to connect through C/Java/Php etc. and pass SQL statements to the DB. I will recommend PostgreSql and its procedural language plpgsql.
30 Mar 2017 by Marco-Hans Van Der Willik
There are a surprising number of variations on poker rules, making poker an excellent candidate for a SOLID Project, a project illustrating SOLID Principles and related Patterns & Practices.
29 Sep 2014 by Ronnie Mukherjee
How can the Pareto principle help us to produce better software
6 Aug 2015 by johannesnestler
Hi girishmeena,Of course these prinicple should be applied to your C# code (as for any other language - what language did you use "before" C#?).But your question seems to target a specific abstraction problem.Sorry if I don't really get what you want here. But only from naming it seems...
14 May 2017 by Habibur Rony
Application design - a post mortem of a bad design
13 Oct 2019 by RM Shahidul Islam Shahed
This article will walk you through the basic understanding of DI, why DI, code example and creation of ASP.NET Core MVC web application by using .NET Core built-in DI.
21 Jun 2017 by Member 9983063
Hello Guys, How are you.I hope you will be fine guys I have started my new ionic project and the projects is working well but I have an issue with multiplication can you please guide me how can I sum 2 values in ionic and show in 3rd {{item.item_qty}} ...