Stickers on domain dotnettricks.comRSS

bhavik2022 1 year ago

The four authors Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides are collectively introduced the Gang of Four Design Patterns in Software development. In 1994, they published a book for explaining the concept of Design Patterns.

bhavik2022 1 year ago

Full-stack developers are IT professionals capable to deal with both client-side and server-side programming. Hence, they are both backend and frontend developers. The basic skills all full-stack developers possess are CSS and HTML.

bhavik2022 1 year ago

In general, C++ programming language follows a sequential execution approach. The first statement is executed and then the compiler moves to the next statement in line. In case of a conditional statement, the statement is executed depending on the result of the condition.

bhavik2022 1 year ago

ASP.NET MVC provides a simple way to inject your piece of code or logic either before or after an action is executed. This is achieved by decorating the controllers or actions with ASP.NET MVC attributes or custom attributes. An attribute or custom.

bhavik2022 1 year ago

ADO.NET Entity Framework is an Object/Relational Mapping (ORM) framework that enables developers to work with relational database. It enabling developers to deal with data as objects and properties.

bhavik2022 1 year ago

Prior to defining a DevOps Engineer, let’s see what exactly DevOps is. As the name suggests, DevOps is an amalgamation of Development and Operations processes.

bhavik2022 1 year ago

Decision making statements help you to make decision based on certain conditions. These conditions are specified by a set of decision making statements having boolean expressions which are evaluated to a boolean value true or false. There are following types of decision making statements in C#.

bhavik2022 1 year ago

Cursor is a database object to retrieve data from a result set one row at a time, instead of the T-SQL commands that operate on all the rows in the result set at one time. We use a cursor when we need to update records in a database table in singleton fashion means row by row. Life Cycle of Cursor..

Следующая
Загрузка...