Wednesday 13 May 2020

LITTLE BIT ABOUT C#



C# is a general-purpose, multi-paradigm programming language encompassing strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines. It was developed around 2000 by Microsoft as part of its .NET initiative and later approved as an international standard by Ecma and ISO. 

C# is one of the programming languages designed for the Common Language Infrastructure (CLI). C# was designed by Anders Hejlsberg, and its development team is currently led by Mads Torgersen. The most recent version is 8.0, which was released in 2019 alongside Visual Studio 2019 version 16.3.

If someone wants to learn c#, first they have to know a little bit about Basic queries about c# and how to manipulate using these queries, So today I am going to explain basic C# queries and mention topics under this passage.


Before do insert, update, search queries first we have to do is create a database, then we need to add functionality to connect to and save data, update data, search for them. to perform these functions first we have to create a SQL connection string .following step will help you to do ,

Step 1 -import the Sqlclient


Step 2 -Copy the connection string


Step 3 -create the connection object


Now we are done with creating the connection object .then we can code insert, update, search queries. let's see how it's happening.

Insert query
Double click on the save button.


Update query
Double click on the update button


Search query
Double click on the search button.


Beyond this blog I created a small video clip for more clarification, It anyone interest, you guys can watch it on my youtube channel, link is given below,





 

 
 

No comments:

Post a Comment