Rajneesh Verma's Blog
MCSD - Web Applications
-
CRUD Operation in ASP.NET MVC 4 and AngularJS
Hi, Today we will create an ASP.NET MVC 4 Application using AngularJS and perform CRUD (Create, Read, Update and Delete) operations using SPA (Single Page Application).
-
OData Service using WCF Service
OData is a standardized protocol for creating and consuming data APIs. OData builds on core protocols like HTTP and commonly accepted methodologies like REST. The result is a uniform way to expose full-featured data APIs.
-
Installing windows 8 in virtual machine using VMware Player
Today I made a plan to install Visual Studio 2014 CTP2 but how? Installer Instructions says it may not work in parallel to prior versions of Visual Studio. They recommended to install it on Virtual Machine. VM? I newer tried it and now i planned to install it on my 3 years old laptop, Lets do it together………..
-
Check All Check Boxes in List View with JQuery
Hi, Its quite simple to use check all checkboxes in List view using JQuery.
-
Upload large file using AjaxFileUpload Control with client-side chunking
With the latest release of AjaxControlToolkit you can upload large file (more than 3GB) with client-side chunking. Code is still simple as it was earlier.
-
Early Experts–Cloud
I participated in Windows Server 2012 "Early Experts" Challenge – Cloud Quest. And on 30-March I got the Early Experts – Cloud certificate in mail.
-
List all Files and Folders of a Directory using DOS Command
Listing the Files and Folders using DOS Command is very simple and handy.
-
Uncheck Radio Button on Double Click
Hi,
-
Setup and Deployment of Windows Application with SQL Server Database using Visual Studio 2010
-
Sending SMS through ASP.NET using SMS sending API from providers.
Here i am describing you simplest way to send SMS using ASP.NET and API from SMS sender providers.