Click here to Skip to main content

Technical Blogs


Page 1 of 3
1 2 3


1. Get the IR Stream and control the IR Emitter – Kinect for Windows SDK
In this post I am going to talk about how to capture the Infrared stream from the Kinect sensor and control the IR emitter using Kinect for Window SDK. This feature is available with the Kinect for Windows SDK v1.6. The major components for a Kinect device consists of a depth sensor, color camera, I
(The Microsoft Public License (Ms-PL))
Graphics / Design » Windows 8 Design » General
Abhijit Jana Updated: 15 Jan 2013
Rating: 5.00/5 (1 vote)
2. JScript Debugger– “Unable to attach the process. Another debugger might be attached to the process” – while application is running from Visual Studio. [ Solution ]
IE Developer toolbar provide us a fantastic and easiest way to debug JavaScript with in browser.  If the web site is hosted on IIS and you are trying  debug JavaScript using IE Developer tool bar, it will work fine if you the correct browser setting for debugging. If you are running your web applica
(The Microsoft Public License (Ms-PL))
General Reading » Uncategorised Technical Blogs » General
Abhijit Jana Updated: 20 Jan 2012
Rating: 5.00/5 (4 votes)
3. Few Nice features in Visual Studio 11 Developer Preview for ASP.NET Developers
Visual Studio 2011 developer preview introduced many great features. These  includes IDE features such as HTML Editor Enhancements,  Debugging features, parallel computing improvements, SharePoint development features etc. You can read the Announcing Visual Studio 11 Developer Preview post from Jaso
(The Microsoft Public License (Ms-PL))
Web Development » ASP.NET Controls » General
Abhijit Jana Updated: 18 Oct 2011
Rating: 4.96/5 (6 votes)
4. Use Visual Studio 2010 to Profile your ASP.NET Application which is hosted on IIS
Most of all are well aware about command line profiling for ASP.NET Application using  VSPerfASPNETCmd command line tool . This can easily profile your ASP.NET Web applications which is hosted on IIS. We just need to run VSPerfASPNETCmd command with required parameter. Once profiling done, we can in
(The Microsoft Public License (Ms-PL))
Web Development » ASP » Code Project scripts
Abhijit Jana Updated: 18 Oct 2011
Rating: 4.90/5 (5 votes)
5. Few important tips that you should know while using ASP.NET Session
Few important tips while using ASP.NET Session
(The Code Project Open License (CPOL))
Web Development » Session State » Sessions and Session State
Abhijit Jana Updated: 25 May 2011
Rating: 4.77/5 (28 votes)
6. Customizing Visual Studio Extension Icon in Visual Studio 2010
How to customize /change the default Visual Studio extension icon and provide your own icon over there.
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Abhijit Jana Updated: 25 May 2011
Rating: 4.93/5 (5 votes)
7. Creating a simple Context Sensitive Help for ASP.NET Controls using jQuery
In this blog post I am going to explain how we can create a simple  Context Sensitive Help for ASP.NET Controls using jQuery. This has been done based on the selection of a controls in a ASP.NET Web Form. On control selection / focus  jQuery Loads a  HTML Content from a remote file, then it’s
(The Code Project Open License (CPOL))
Web Development » ASP.NET Controls » General
Abhijit Jana Updated: 4 Apr 2011
Rating: 5.00/5 (3 votes)
8. ASP.NET Custom Repeater Control with EmptyTemplate, ShowHeaderWhenEmpty,ShowFooterWhenEmpty,ShowCount Properties
If you have worked with ASP.NET GridView Control you must be aware of GridView.EmptyDataTemplate Property  which Gets or sets the user-defined content for the empty data row when a GridView control  data source has no records. Similarly ShowHeaderWhenEmpty property allows you to show or hide the Hea
(The Code Project Open License (CPOL))
Web Development » ASP.NET Controls » General
Abhijit Jana Updated: 4 Apr 2011
Rating: 5.00/5 (3 votes)
9. Run ASP.NET Web Application from Command Prompt
Run ASP.NET Web Application from Command Prompt
(The Code Project Open License (CPOL))
Languages » Other .NET Languages » Forth .NET
Abhijit Jana Updated: 8 Mar 2011
Rating: 4.76/5 (37 votes)
10. Track Changes and Advance Scroll Mode in Visual Studio 2010
Track Changes and Advance Scroll Mode in Visual Studio 2010
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Abhijit Jana Updated: 7 Mar 2011
Rating: 5.00/5 (6 votes)
11. How to make ViewState secure in ASP.N