Rohit bhatt's profile

Location:
Member: March 24, 2022
Listings: 56
Website:
Last active: May 27, 2022
Description:
Phone:
  • Delhi
    Education & Classes / Language Classes

    Free

    May 27, 2022

    ASP.NET is the next version of ASP which provides the easiest way to build, deploy & run the web application on any browser. ASP.NET is based upon the event-driven and server-side programming model. ASP.NET Tutorial | Learn ASP.NET | ASP.NET Tutorial for Beginners.

  • Delhi
    Education & Classes / Language Classes

    Free

    May 27, 2022

    Microsoft released .NET Core, a modular and smaller implementation of .NET which is a cross-platform and open source. The .NET Core learning path will help you to understand and use .NET Core 2.x by following the track of beginner, intermediate and advanced articles.

  • Delhi
    Education & Classes / Language Classes

    Check with seller

    May 27, 2022

    In the world of the database, the most common and well popular database systems are RDBMS (Relational Database Management Systems). 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 – p...

  • Delhi
    Education & Classes / Language Classes

    Free

    May 26, 2022

    Microsoft Azure is an open and flexible cloud platform that serves as the development, data storing, service hosting, and service management environment. Microsoft Azure provides developers with on-demand compute and storage to host, scale, and manage web applications on the internet thr...

  • Delhi
    Education & Classes / Language Classes

    Free

    May 22, 2022

    In SQL Server we can create four types of triggers Data Definition Language (DDL) triggers, Data Manipulation Language (DML) triggers, CLR triggers, and Logon triggers. In SQL Server we can create triggers on DDL statements (like CREATE, ALTER, and DROP) and certain system-defined stored...

  • Delhi
    Education & Classes / Language Classes

    Free

    May 20, 2022

    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...

  • Delhi
    Education & Classes / Language Classes

    Free

    May 18, 2022

    Let’s have a deeper look into HTML5 forms in this article. Form element plays a very vital role in web development, this is the entity within which we keep various other elements and try to post the data within the form to the server side. As the name suggests, the form’s autocomplete at...

  • Delhi
    Education & Classes / Language Classes

    Free

    May 18, 2022

    Inheritance is one of the core aspects of the fundamental called Object-Oriented Programming (OOPs) and if we need to describe then inheritance is that it provides the way of achieving code re-usability were writing the same code the multiple times, again and again, rather we can use inh...

  • Delhi
    Education & Classes / Language Classes

    Free

    May 16, 2022

    Angular pipes definition and its usage is pretty straightforward and realizing that they can be very useful as the name suggests. Angular comes with tons of helpful built-in pipes that are ready for use and also allow us to create our customized pipes, and we are going to dive into it br...

  • Delhi
    Education & Classes / Language Classes

    Free

    May 14, 2022

    Decision making statements allow you to decide the order of execution of specific statements in your program. You can set up a condition and tell the compiler to take a particular action if the condition is met. In case the condition is not met, you can instruct the compiler to execute a...