Patel DhirenMy 4 AM Routine: Inspired by My Grandfather and Personal GrowthI started my 4 AM routine around April 2023, and it has changed my life for the better. Waking up early gives me more time for myself…Sep 30Sep 30
Patel Dhiren1: Introduction to ASP.NET MVCASP.NET MVC is a framework for building web applications using the Model-View-Controller (MVC) architectural pattern. It is a lightweight…Jun 2, 2023Jun 2, 2023
Patel DhirenDRY Principle in C#: An Example of Saving a CustomerOne fundamental principle that helps achieve this is the DRY (Don’t Repeat Yourself) principle. By avoiding code duplication and promoting…May 28, 2023May 28, 2023
Patel DhirenReal-life example of a Cricket game implemented using object-oriented programming (OOP) concepts in…In this example, we have two teams in a Cricket match, with each team having a batsman and a bowler. The Player class represents a player…May 27, 2023May 27, 2023
Patel DhirenBasic syntax in c#Let’s continue with the example illustrate basic syntax with comments explaining each part in C#:May 25, 2023May 25, 2023
Patel DhirenVariable & Data types - store and manipulate information(C#)In C#, a variable is a named storage location that holds a value of a specific type.It allows you to store and manipulate data within your…May 25, 2023May 25, 2023
Patel DhirenEnumeration (enum) C#Enum stands for enumeration. In C#, an enum (enumeration) is a user-defined data type that allows you to define a set of named constants…May 25, 2023May 25, 2023
Patel DhirenPolymorphism- Specific action in different ways (C#)Polymorphism is another fundamental concept in object-oriented programming (OOP) that allows you to objects of different classes to be…May 25, 2023May 25, 2023
Patel DhirenEncapsulation -Protecting Data (C#)Encapsulation is another fundamental concept in object-oriented programming (OOP) that allows you to wrapping the data (variables) and code…May 25, 2023May 25, 2023
Patel DhirenAbstraction - Hides Complexity (C#)Abstraction is another fundamental concept in object-oriented programming (OOP) that allows you to Hiding the internal implementation and…May 25, 2023May 25, 2023