Стикеры по домену dotnettricks.comRSS

bhavik2022 1 год назад

String is an object that represents a group or a sequence of characters. String is represented as a one-dimensional array of characters and ends with a (null character). String is defined in the same way as the other data types (integer, character).

bhavik2022 1 год назад

A stored procedure is a precompiled set of one or more SQL statements that are stored on SQL Server. The benefit of Stored Procedures is that they are executed on the server-side and perform a set of actions, before returning the results to the client-side.

bhavik2022 1 год назад

SQL Server Tutorial | Learn SQL Server | SQL Server Tutorial for Beginners

SQL Server is the most popular RDBMS developed by Microsoft. SQL Server can run on the cloud, Windows, Linux and Docker containers. SQL Server supports the standard SQL language ANSI SQL as well.

bhavik2022 1 год назад

Services in Angular is meant for specifically making the call to RestFul API and getting the data and passing data to all component whichever component subscribe to it. Moreover, it gives us the benefit of code reusability and data sharing across components.

bhavik2022 1 год назад

In SQL Server, there are two keys - primary key and foreign key which seems identical, but actually both are different in features and behaviours. In this article, I would like to share the key differences between primary key and foreign key.

bhavik2022 1 год назад

Transforming and showing the modified data to the user is what pipes are used for, in Angular. Pipes help to apply fine tune to the data and display value transformation to the user. Pipes can also be thought of, as styles which we apply in the HTML template.

bhavik2022 1 год назад

ASP. NET Core is an open-source and asp.net core training cross-platform that runs on Windows, Linux, and Mac to develop modern cloud-based applications including IoT apps, Web Apps, Mobile Backends, and more.

bhavik2022 1 год назад

"Microservices Tutorial | Microservices with .NET Core | Microservices Architecture C#

Microservices has technically evolved out of Service Oriented Architecture where SOA features are further broken down into tasks level services making it fine-grained architecture."

bhavik2022 1 год назад

In this Microservices interview questions blog, we have collected the most frequently asked questions by interviewers. These Microservices questions are collected after consulting with Microservices Certification Training experts.

bhavik2022 1 год назад

"LINQ Tutorial | LINQ Tutorial For Beginners

Language-Integrated Query (LINQ) is a set of extensions methods on the top of the .NET Framework. LINQ allows a developer to query data from different data sources (like collections, RDBMS, XML) by using a uniform API and syntax."

bhavik2022 1 год назад

jQuery is a JavaScript library. It is open source, lightweight and easy to use, simple than JavaScript, it has many inbuilt methods and it can handle events, Html DOM, Ajax and animations too.

We know jQuery is the collection of JavaScript classes; these classes are bundled and put it in.JS files.

bhavik2022 1 год назад

Constraints are some rules that enforce on the data to be enter into the database table. Basically constraints are used to restrict the type of data that can insert into a database table. Constraints can be defined in two ways:

Загрузка...