User Profile
This user is registered with Cootera.com and has listed an authentic classified on Cootera.
Filter By
Categories
    • Computer Courses
    • Correspondence, Distance Learning Courses
    • Short Term Courses
    • Teaching, Academic Courses
Cities
    • Noida
Bhavik Kumar
Address
Vasantkunj
noida, Uttar Pradesh, India, 363030
Contact Details
9999123545
Classifieds posted by Bhavik Kumar
Showing 11 - 19 of 19 results
SQL Joins are used to fetch retrieve data from two or more data tables, based on a join condition. A join condition is a relationship among some columns in the data tables that take part in SQL join.
Category:Computer Courses
Noida |
Posted on May 06, 2022 |
203 views
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.
Noida |
Posted on Apr 20, 2022 |
233 views
OOP is a design philosophy. It stands for Object Oriented Programming. Object-Oriented Programming (OOP) uses a different set of programming languages than old procedural programming languages (C, Pascal, etc.).
Category:Computer Courses
Noida |
Posted on Apr 20, 2022 |
199 views
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 attribute implements the ASP.NET MVC filters(filter interface) and can contain your piece of code or logic. You can make your own custom filters or attributes either by implementing ASP.NET MVC filter interface or by inheriting and overriding methods of ASP.NET MVC filter attribute class if available.
Noida |
Posted on Mar 28, 2022 |
276 views
Inheritance is a mechanism of acquiring the features and behaviors of a class by another class. The class whose members are inherited is called the base class, and the class that inherits those members is called the derived class.
Noida |
Posted on Mar 28, 2022 |
282 views
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. A pipe takes in some data as input and returns an output based on the output of transform function evaluation.
Noida |
Posted on Mar 28, 2022 |
278 views
In the world of the database, the most common and well popular database systems are RDBMS. Now, if we want to develop an application which deals with a large volume of data, then we need to choose one such database which always provides a high performance data storage solutions.
Noida |
Posted on Mar 28, 2022 |
259 views
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:
Noida |
Posted on Mar 28, 2022 |
258 views
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..
Noida |
Posted on Mar 28, 2022 |
270 views