Rajneesh Verma's Blog
Learning never ends....
-
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 …
-
Sharing host folder with VMware Player
Sharing data between host and virtual machine is a common task but how?
1. Go to Player –> Manage –> Virtual Machine Settings, It will open a new popup
2. Open option tab …
-
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 …
-
Check All Check Boxes in List View with JQuery
Hi, Its quite simple to use check all checkboxes in List view using JQuery.
Use the below JQuery function to check all check boxes:
$(document).ready(function () {
$("[id$=' …
-
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.
Add ToolkitScriptManager & …
-
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.
If you want, you can also join …
-
List all Files and Folders of a Directory using DOS Command
Listing the Files and Folders using DOS Command is very simple and handy.
Steps are as below:
1. Goto Command prompt.2. Navigate to the Directory (Where you want to search Files).3. Write the …
-
Uncheck Radio Button on Double Click
Recently I got one requirement that i have to uncheck radio button list when a user double click it (Try to uncheck). I did this using JAVA Script.
Below is the code.
Designer:
<head runat=" …
-
Setup and Deployment of Windows Application with SQL Server Database using Visual Studio 2010
Recently i got a chance to create a small WPF Application and then i have to create a MSI using Visual Studio 2010 using SQL Server 2008 Database. (I have to create a MSI which will create a …
-
Sending Mail in Go-daddy Shared Hosting using Google Apps Mail
Most of the time we are facing problem when trying to use feedback form in the website which is hosted in GoDaddy servers in shared hosting and we are using Google Apps as mail for the domain. …