--

...

Thursday, 26 July 2018

Creating DataBase in Microsoft SQL Server

Click on Start Button in Windows and Select SQL Server Management Studio.   Give the Server Name (Machine Name)  Select Windows Authentication : User Name, Password is not required, they will be disabled, SQL Server starts directly using User Name, Password supplied while log-in to Windows. SQL Server Authentication :   User Name, Password will be enabled, SQL Server asks for User Name and Password,...

Monday, 16 July 2018

What is C Programming

C is a programming language developed at AT&T’s Bell laboratory of USA in 1972. It was designed and written by Dennis Ritchie.  Without any advertisement ‘C’ reputation spreads. Ritchie seems to be surprised that so many programmers preferred C to older languages like FORTRAN or PL / I. Possibly why C seems so popular is because it is reliable, easy and simple to use.  C was meant to be friendly, capable and reliable. Where C Stands Problem oriented languages and High Level language. These languages have been designed to...

Introduction to C# .NET

It  is  pure  object  oriented  programming  language.  Also  it  is  Event Driven Programming Language. It is case sensitive. ...