Database connectivity for csharp beginner

First of all we will start form the header files which are required for connecting to database. using System.Data; using System.Data.SqlClient; there are the two namespace which are required to connect database. In this article we will be using a simple console-application and add database with the application. To create a console application open the Visual studio cl

PDO for Beginner

PHP offers three different APIs to connect to MySQL. There are the mysql, mysqli, and PDO extensions. The MySql_* functions are very popular, but their use is not encouraged anymore. The documentation team is discussing the database security situation, and educating users to move away from the commonly used ext/mysql extension is part of this (check php.internals

Choosing GET and POST request method

Unfortunately there is a lot misuse of GET over POST and vice versa. Both HTTP methods can achieve the same goals, but an incorrect choice between them can lead to unexpected and potentially harmful outcomes. So, to make sure we get things right, I present to you the guide of choosing between GET and POST. HTTP protocol supports several request method you can

CSS !important complete reference

Cascading Style Sheets cascade. this means that the styles are applied in order as they are read by browser the first style is applied and than the second and so on. or we can say last applied style will have more precedence than before and what the `!important` does is that it gave highest precedence(if those are same weight else higher weight will apply ). The !important declaration h

Add subject and video

Declaimer : This article is for this website users only there is nothing useful for non site admin or user who have access to admin panel OK. now i am going to tell you how to add subject and video link step by step Adding subject Step1 : well ofcos login is compulsory after login you will see navigation like below and than click on video admin than video admin panel will open Step

Form Validation in ASP.NET

ASP.NET provides us a great flexibility in FORM validation so that we don\'t need to write the JavaScript at own.This is also very simple and easy to do. ASP.NET provides us 6 different type of FORM validator CompareValidator CustomValidator RangeValidator RegularExpressionValidator RequiredFieldValidator ValidtionSummary Now i will explain thoose one-by-one CompareValidator As it is cl

Category

Want to post your article ?

or see How to submit an article