-->

Monday, 18 April 2016

Creating a MVC Web Application Project with a Class Library in VB.Net

Classes provide reusable code in the form of objects. A class library contains one or more classes that can be called on to perform specific actions. This walkthrough shows how to create a class library project in vb.net and inco...

Creating a MVC Web Application Project with a Class Library in C#

Classes provide reusable code in the form of objects. A class library contains one or more classes that can be called on to perform specific actions. This walkthrough shows how to create a class library project in C# and incorpor...

Tuesday, 20 October 2015

Get OTP Using JavaScript

<script> var otp_sent = 0; function get_otp() { return; if (otp_sent == 1) { alert("OTP already sent........"); return; ...

Saturday, 1 November 2014

How to print message using javascript

To print a statement, you can use alert or console.log. alert("prosourcecode"); console.log("prosourcecode"); Semicolon can be omitted most of the time, but you should always add a semicolon, because if you don't, the compiler s...

Getting started javascript tutorials by example

This page will quickly get you started on JavaScript the language. You need to have basic understanding of the language before you can script the DOM/web. Running JavaScript To evaluate a piece of JavaScript code, you need to c...

Sunday, 19 October 2014

Tic-Tac-Toe or Noughts and Crosses Game Project in C++

Project Description: Tic-tac-toe game or Noughts and crosses (Xs and Os) game is a paper-and-pencil game of 2 players, in which Player1 put X and Player2 put O, marking the areas inside a 3×3 matrix. The player who succeeds in pu...

Wednesday, 15 October 2014

Mail Marketing Windows Form Project in C Sharp

Project Description: This project is used to send bulk mails without spamming to promote your products and services. You can send thousands mail using this tool, all mailing address stored in local database and bind with dataGrid...

Tuesday, 14 October 2014

Auto Bookmark and SEO Optimizer Windows Form Project in C Sharp

Project Description: Auto Bookmark and SEO Optimizer windows application project is used for auto linking of your site or blog to high page rank sites. This tool ping your site or blog more than 100 sites to check SEO, backlinks...
Page 1 of 3123Next »Last
© Copyright 2019 Project Source Code | All Right Reserved