solid principles c#
C#
// Every world has its meaning
S: is single responsibility principle (SRP)
A class should take care of a Single Responsibility
O: stands for open closed principle (OCP)
Prefer extension over modification
L: Liskov substitution principle (LSP)
The parent class should be able to refer child objects seamlessly during runtime polymorphism
I: interface segregation principle (ISP)
A client should not be forced to use an interface, if it doesn’t need it
D: Dependency injection principle (DIP)
High level modules should not depend on low-level modules, but should depend on abstraction.
Also in C#:
- Title
- how to randomly rotate rigidbody of object in unity
- Category
- C#
- Title
- xamarin forms alarm
- Category
- C#
- Title
- unity rotate object relative to camera
- Category
- C#
- Title
- check which activity in focus in android
- Category
- C#
- Title
- interpolate rotation unity3d
- Category
- C#
- Title
- Assets/Scripts/Snake.cs(177,25): error CS1061: Type `Snake.SnakeBodyPart' does not contain a definition for `SetGridPostion' and no extension method `SetGridPostion' of type `Snake.SnakeBodyPart' could be found. Are you missing an assembly reference?
- Category
- C#
- Title
- never lose focus textbox c#
- Category
- C#
- Title
- eventos c#
- Category
- C#
- Title
- c# cheat sheet
- Category
- C#
- Title
- how to add movement in unity
- Category
- C#
- Title
- c# webcam
- Category
- C#
- Title
- linq in c#
- Category
- C#
- Title
- c# read a webpage data
- Category
- C#
- Title
- dynamically add rows to datagridview c#
- Category
- C#
- Title
- c# list append
- Category
- C#
- Title
- unity docs player input
- Category
- C#
- Title
- c# public static string
- Category
- C#
- Title
- c# get list of all class fields
- Category
- C#
- Title
- unity instantiate
- Category
- C#
- Title
- unity hide mouse
- Category
- C#
- Title
- c# xml file builder
- Category
- C#
- Title
- downlaod file and use C#
- Category
- C#
- Title
- c# generic abstract method
- Category
- C#
- Title
- c# get enum value from string
- Category
- C#
- Title
- C# check if is first run
- Category
- C#
- Title
- ecs get specific entities with component
- Category
- C#
- Title
- unity how to see what scen you are in
- Category
- C#
- Title
- how to change the title of the console in c#
- Category
- C#
- Title
- unity rigidbody constraints
- Category
- C#
- Title
- find gameobject with tag
- Category
- C#
- Title
- c# string contains space
- Category
- C#
- Title
- how to name GameObject in c#
- Category
- C#
- Title
- hot to move pobject unity
- Category
- C#
- Title
- asp.net core 3.1: cast jObject to dictionary<string,string>
- Category
- C#
- Title
- c# distinct comparer multiple properties
- Category
- C#
- Title
- c# multiline comment
- Category
- C#
- Title
- check if number is even or odd c#
- Category
- C#
- Title
- unity collider2d contains point
- Category
- C#
- Title
- Globalization and localization in ASP.NET Core
- Category
- C#
- Title
- what function is called just before the a script is ended c#
- Category
- C#
- Title
- convert string to decimal c#
- Category
- C#
- Title
- unix time c#
- Category
- C#
- Title
- C# type cast float to string
- Category
- C#
- Title
- convert int to double c#
- Category
- C#
- Title
- how to generate random unique id in c#
- Category
- C#
- Title
- how can convert string to int csharp
- Category
- C#
- Title
- unity making homing rocket
- Category
- C#
- Title
- unity array of child objects
- Category
- C#
- Title
- winforms c# add data to datagridview with a button
- Category
- C#
- Title
- c# print to console
- Category
- C#
- Title
- unity c# is not equal to
- Category
- C#
- Title
- download and run exe c# 1 button
- Category
- C#
- Title
- no overload for 'useItemOnSceneLoad' matches delegate 'UnityAction<Scene, LoadSceneMode>'
- Category
- C#
- Title
- what does thismean incsharp public static void Main
- Category
- C#
- Title
- random from list c#
- Category
- C#
- Title
- c# string code ascii
- Category
- C#
- Title
- c# inline if
- Category
- C#
- Title
- c# return two variables of different types
- Category
- C#
- Title
- get query string parameter from string value c#
- Category
- C#
- Title
- c# counting lines
- Category
- C#
- Title
- unity custom update
- Category
- C#
- Title
- unity how to change the text on a button
- Category
- C#
- Title
- console application in c# ms crm
- Category
- C#
- Title
- how to get component in unity c#
- Category
- C#
- Title
- c# bitmap to array byte
- Category
- C#
- Title
- c sharp string replace
- Category
- C#
- Title
- first person camera controller unity
- Category
- C#
- Title
- page parent wpf
- Category
- C#
- Title
- c# authorize attribute
- Category
- C#
- Title
- c# get enum in list
- Category
- C#
- Title
- Check object is in layermask unity
- Category
- C#
- Title
- add row count devepxress report
- Category
- C#
- Title
- c# iterate over string
- Category
- C#
- Title
- c# scene manager
- Category
- C#
- Title
- c# change variable types
- Category
- C#
- Title
- how to spawn coins randomly around the screen unity 2d
- Category
- C#
- Title
- countdownevent
- Category
- C#
- Title
- unity rotate around point
- Category
- C#
- Title
- unity load text resources from subfolder
- Category
- C#
- Title
- how to stop a form c#
- Category
- C#
- Title
- visual c#
- Category
- C#
- Title
- parsing object from text file c#
- Category
- C#
- Title
- codecademy
- Category
- C#
- Title
- The type or namespace name 'Scrollbar' could not be found
- Category
- C#
- Title
- new command - latex
- Category
- C#
- Title
- How to get the world position of the edge of an object?
- Category
- C#
- Title
- override Microsoft.AspNetCore.Authorization.AuthorizeAttribute
- Category
- C#
- Title
- unity up arrow input
- Category
- C#
- Title
- change sprite of gameobject unity
- Category
- C#
- Title
- when do i need to end a sentence with ; in c#
- Category
- C#
- Title
- C# linq mselect
- Category
- C#
- Title
- 2d object look at object
- Category
- C#
- Title
- declare string array c# without size
- Category
- C#
- Title
- .sh script: check if file exist
- Category
- C#
- Title
- defualtsize UWP c#
- Category
- C#
- Title
- how to clear console through script unity
- Category
- C#
- Title
- asp.net core redirecttoaction with parameters
- Category
- C#
- Title
- C# Cast double to float
- Category
- C#
- Title
- c# getasync response
- Category
- C#
- Title
- c#if
- Category
- C#