Monday, April 1, 2013

Get OS version in C# the easy way

Leave a Comment
Hi, today im going to show you the easy way to get the OS version in C#. So Fire up Visual Studio and select new Console application project and Name in GetOSVersion.  Add a reference to Microsoft.VisualBasic assembly. Add Namespace //Import Namespace using Microsoft.VisualBasic.Devices; Add below code in program class static void Main(string[] args) { //Create a new instance of computer class ...
Read More...

Thursday, March 28, 2013

Hack any site with Javascript

Leave a Comment
Here is JAVASCRIPT with it you can hack any SITES. with some sites it may not work. the code is just for fun it does not harm any site as it just work on clients browser. Here is the Code: javascript:document.contentEditable=true;document.designMode='on';void 0; Type or just copy paste on the browsers address bar. watch the video in high quality for details. Please Note: its Just a Fun script, its not a script with which you can hack any sites passwords. ...
Read More...

Compare DataTables with LINQ and C#

8 comments
Hi Friends, There are times when we want to compare two DataTables and find out the Differences in them. There are different ways of doing it, The Most common way is by using Loops but the problem of using loops is that, if records are more in both Tables then loops execution time increases which can be performance killer. Here i would like to show a method which can be used to compare both Datatables and list there Differences....
Read More...

Wednesday, March 20, 2013

Facebook/Gmail Style ASP.NET JQuery Ajax Chat Control

88 comments
Like my Chat Control? Rate it at HotScripts > Hot Scripts ExcellentVery GoodGoodFairPoor ASP.NET Jquery Ajax Chat Control / DG2 Chat Control  This is the control on which i have spend nearly 4 months from my busy schedule. Hope those who need this will like it. Releasing the Control in its first Beta Version. ASP.NET Jquery Ajax Chat Control is built on .Net...
Read More...

Wednesday, June 13, 2012

Asp.Net version of Anant Garg Gmail/Facebook Style (PHP) jQuery Chat

Update 20th Mar 2013: New Chat Control Launched check here. For all those who have been waiting for Asp.Net version of  Anant Garg's Gmail/Facebook Style jQuery Chat is  now over. i have converted it to asp.net from php. I No longer Have this Source code, it got lost in hard disk failure. Launched the New Chat Control, check link below: Download:  DG.Square ASP.NET AjaxChat Control...
Read More...

Enable / Disable / Write Protect USB in Windows with .NET

Leave a Comment
In this article i will provide you a tool with source code to control USB devices. you can Enable/Disable/Write Protect USB devices with this tool. The Tool is made in VB.NET. I used VS 2010 to create this software. Hope you will like it. Download Link: (Source +  Demo exe) Download Her...
Read More...