Click here to Skip to main content

Articles by Abhijit Jana (Articles: 33, Technical Blogs: 52, Tip/Tricks: 3)

Articles: 33, Technical Blogs: 52, Tip/Tricks: 3

RSS Feed

Average article rating: 4.57

Miscellaneous

Custom Control using C# For Virtual Directory in IIS
Posted: 13 Nov 2007   Updated: 16 Dec 2007   Views: 29,558   Rating: 4.84/5    Votes: 19   Popularity: 6.19
Licence: The Code Project Open License (CPOL)      Bookmarked: 37   Downloaded: 275
This is a Windows based Custom control to Create, Delete Virtual Directory in IIS and we can set all properties like default page, ASP.NET version, Authentication Type through it.
NotifyIcon in System Tray with Context Menu Using C#
Posted: 5 Oct 2007   Updated: 5 Oct 2007   Views: 101,432   Rating: 2.55/5    Votes: 41   Popularity: 4.05
Licence: The Code Project Open License (CPOL)      Bookmarked: 51   Downloaded: 110
This is a small application which shows how we to use NotifyIcon in the system tray and also use a menu control with it.

Ajax

Maintain GridView Scroll Position and Header Inside UpdatePanel
Posted: 18 Oct 2008   Updated: 18 Oct 2008   Views: 83,608   Rating: 4.59/5    Votes: 50   Popularity: 7.80
Licence: The Code Project Open License (CPOL)      Bookmarked: 73   Downloaded: 2,730
This article describes how to maintain the scroll position and freeze header at the time of postback inside an UpdatePanel.

ASP.NET

Beginner's Guide to ASP.NET Cookies
Posted: 20 Dec 2008   Updated: 29 Dec 2008   Views: 209,870   Rating: 4.82/5    Votes: 144   Popularity: 10.42
Licence: The Code Project Open License (CPOL)      Bookmarked: 301   Downloaded: 0
This article describes Cookies, persistent and non-persistent cookies, their uses, cookie munging etc.
Java.NET : Integration of Java and .NET
Posted: 16 May 2008   Updated: 26 May 2008   Views: 40,886   Rating: 3.53/5    Votes: 38   Popularity: 5.75
Licence: The Code Project Open License (CPOL)      Bookmarked: 40   Downloaded: 733
A Approch To Integrate Java with .NET Web Application
Deploying ASP.NET Websites on IIS 7.0
Posted: 19 Aug 2008   Updated: 4 Sep 2008   Views: 413,379   Rating: 4.74/5    Votes: 106   Popularity: 9.59
Licence: The Code Project Open License (CPOL)      Bookmarked: 224   Downloaded: 0
This article describes some features and architecture of IIS 7.0 and deployment of ASP.NET sites on IIS
Beginner's Guide To View State
Posted: 29 Nov 2008   Updated: 29 Nov 2008   Views: 201,171   Rating: 4.80/5    Votes: 146   Popularity: 10.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 278   Downloaded: 0
This article is a step by step guide to view state with details
Remote IIS Debugging : Debug your ASP.NET Application which is hosted on "Remote IIS Server"
Posted: 14 Jul 2009   Updated: 16 Jul 2009   Views: 190,063   Rating: 4.90/5    Votes: 79   Popularity: 9.30
Licence: The Code Project Open License (CPOL)      Bookmarked: 203   Downloaded: 0
This article describes, how to setup debugging and debug a ASP.NET web application that is hosted on remote IIS Server . Details of msvsmon.exe and its configuration
Test Your ASP.NET WebService using SoapUI
Posted: 8 Aug 2009   Updated: 8 Aug 2009   Views: 79,177   Rating: 4.82/5    Votes: 21   Popularity: 6.37
Licence: The Code Project Open License (CPOL)      Bookmarked: 71   Downloaded: 0
This article describes how to test your web service using Soap UI Tool.
DotNetNuke: User Creation and Role Assignment: For Absolute Beginners!
Posted: 26 Sep 2009   Updated: 26 Sep 2009   Views: 27,031   Rating: 4.71/5    Votes: 8   Popularity: 4.24
Licence: The Code Project Open License (CPOL)      Bookmarked: 10   Downloaded: 0
Beginners' overview of creating DNN Users, Roles and Assign User with Roles
Beginner's Guide: Exploring IIS 6.0 With ASP.NET
Posted: 29 Sep 2009   Updated: 29 Nov 2009   Views: 175,321   Rating: 4.96/5    Votes: 111   Popularity: 10.14
Licence: The Code Project Open License (CPOL)      Bookmarked: 242   Downloaded: 0
This article describes details of IIS configuration, Virtual Directory creation, Application Pool creation, Application Pool settings, IIS request processing for ASP.NET, etc.
A Beginner's Guide to ASP.NET Application Folders
Posted: 7 Dec 2008   Updated: 8 Dec 2010   Views: 167,029   Rating: 4.81/5    Votes: 84   Popularity: 9.25
Licence: The Code Project Open License (CPOL)      Bookmarked: 230   Downloaded: 1
This article explains about ASP.NET application folders like App_Code, App_Theme and App_Data
Debug your ASP.NET Application while Hosted on IIS
Posted: 11 Jun 2009   Updated: 15 Jul 2009   Views: 185,591   Rating: 4.89/5    Votes: 94   Popularity: 9.64
Licence: The Code Project Open License (CPOL)      Bookmarked: 181   Downloaded: 0
This article describes how to debug a web application which is hosted on IIS. It also describes how to select the correct process to attach to when multiple worker processes are running
Displaying Images from a Database in a GridView
Posted: 7 Oct 2007   Updated: 9 Dec 2010   Views: 165,126   Rating: 3.11/5    Votes: 44   Popularity: 5.06
Licence: The Code Project Open License (CPOL)      Bookmarked: 48   Downloaded: 1
A simple guide for beginners, explaining one method of displaying images taken from a database on a GridView inside an ASP.NET web page

ASP.NET Controls

CodeProject Frequently Asked Questions Series 1: The ASP.NET GridView
Posted: 4 Sep 2011   Updated: 14 Sep 2011   Views: 65,563   Rating: 4.93/5    Votes: 87   Popularity: 9.56
Licence: The Code Project Open License (CPOL)      Bookmarked: 142   Downloaded: 0
Frequently asked questions on ASP.NET GridView at CodeProject Question Answer forums.

Caching

Exploring Caching in ASP.NET
Posted: 4 Oct 2008   Updated: 4 Oct 2008   Views: 145,295   Rating: 4.89/5    Votes: 124   Popularity: 10.24
Licence: The Code Project Open License (CPOL)      Bookmarked: 315   Downloaded: 434
This article describes details of caching in ASP.NET.
Exploring Caching: Using Caching Application Enterprise Library 4.1
Posted: 9 Jan 2010   Updated: 10 Jan 2010   Views: 102,199   Rating: 4.82/5    Votes: 44   Popularity: 7.92
Licence: The Code Project Open License (CPOL)      Bookmarked: 105   Downloaded: 0
This article describes the use of Caching Application Block - Enterprise Library 4.1.

Custom Controls

Notes: An MSDN Websites Style Custom Notes Control in ASP.NET and C#
Posted: 26 Oct 2007   Updated: 25 Jan 2008   Views: 24,671   Rating: 4.76/5    Votes: 22   Popularity: 6.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 32   Downloaded: 158
A Microsoft website style notes control using a web usercontrol in ASP.NET and C#.

Session State

Exploring Session in ASP.NET
Posted: 15 Jan 2009   Updated: 23 Jan 2009   Views: 787,991   Rating: 4.90/5    Votes: 461   Popularity: 13.05
Licence: The Code Project Open License (CPOL)      Bookmarked: 784   Downloaded: 6,384
This article describes Session in ASP.NET 2.0. Different types of Session and their configuration. Also describes Session on Web Farm, Load Balancer, and Web Garden scenarios.

Site & Server Management

Deploying Web Sites Using Visual Studio 2005
Posted: 19 Oct 2008   Updated: 19 Oct 2008   Views: 24,654   Rating: 4.15/5    Votes: 25   Popularity: 5.80
Licence: The Code Project Open License (CPOL)      Bookmarked: 44   Downloaded: 0
This article describe various ways to deploy your ASP.NET sites on IIS using the Visual Studio 2005 IDE.

Database

An Overview of Log Shipping in SQL Server 2005
Posted: 25 Oct 2008   Updated: 25 Oct 2008   Views: 82,202   Rating: 4.83/5    Votes: 17   Popularity: 5.94
Licence: The Code Project Open License (CPOL)      Bookmarked: 27   Downloaded: 0
Overview of Log Shipping in SQL Server 2005
Overview of Views in SQL Server 2005
Posted: 28 Jul 2009   Updated: 28 Jul 2009   Views: 111,356   Rating: 4.81/5    Votes: 42   Popularity: 7.81
Licence: The Code Project Open License (CPOL)      Bookmarked: 48   Downloaded: 0
Overview of Views, system Views, creation of Views, and binding and securing Views.
Overview of Error Handling in SQL Server 2005
Posted: 1 Aug 2009   Updated: 1 Aug 2009   Views: 61,524   Rating: 4.76/5    Votes: 28   Popularity: 6.87
Licence: The Code Project Open License (CPOL)      Bookmarked: 44   Downloaded: 0
Overview of Error and Exception Handling in SQL Server 2005 using @@Error and Try-Catch
A Closer Look Inside RAISERROR - SQLServer 2005
Posted: 15 Aug 2009   Updated: 15 Aug 2009   Views: 55,427   Rating: 4.64/5    Votes: 27   Popularity: 6.63
Licence: The Code Project Open License (CPOL)      Bookmarked: 32   Downloaded: 0
This article describes how to use RAISERROR in SQL Server 2005
Quick Overview: Temporary Tables in SQL Server 2005
Posted: 22 Sep 2009   Updated: 22 Sep 2009   Views: 208,907   Rating: 4.79/5    Votes: 49   Popularity: 8.08
Licence: The Code Project Open License (CPOL)      Bookmarked: 62   Downloaded: 0
Basic overview of temporary Tables in SQL Server 2005
Most Commonly Used Functions in SQL Server 2005/2008
Posted: 15 Aug 2009   Updated: 6 Aug 2012   Views: 141,119   Rating: 4.77/5    Votes: 43   Popularity: 7.78
Licence: The Code Project Open License (CPOL)      Bookmarked: 116   Downloaded: 0
This Table of Contents and articles is editable by all Silver members and above. Please update the article with as many as function you aware in SQL Server 2005/2008 that we are used generally. This will put all of them under a single article.

C#

Sticky Pad : A Microsoft-Outlook Style Notepad using C#
Posted: 11 Oct 2007   Updated: 11 Oct 2007   Views: 33,162   Rating: 4.12/5    Votes: 16   Popularity: 4.96
Licence: The Code Project Open License (CPOL)      Bookmarked: 43   Downloaded: 693
This is a small Notepad application of Microsoft-Outlook using C#
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide
Posted: 6 May 2010   Updated: 6 May 2010   Views: 318,074   Rating: 4.97/5    Votes: 210   Popularity: 11.53
Licence: The Code Project Open License (CPOL)      Bookmarked: 438   Downloaded: 0
Describes all debugging features like Breakpoints, DataTips, Watch Windows, Multithreaded Debugging, Parallel Program Debugging and IntelliTrace Debugging

.NET Framework

SQL Server Profiler Step by Step
Posted: 19 Nov 2007   Updated: 22 Feb 2008   Views: 84,839   Rating: 3.30/5    Votes: 29   Popularity: 4.81
Licence: The Code Project Open License (CPOL)      Bookmarked: 40   Downloaded: 0
SQL Server Profiler Step by Step: SQL Server 2005

Internet / Network

Net Spy: Your Network Spy
Posted: 1 Jan 2008   Updated: 16 Feb 2008   Views: 104,585   Rating: 4.71/5    Votes: 62   Popularity: 8.45
Licence: The Code Project Open License (CPOL)      Bookmarked: 172   Downloaded: 3,047
This is a Windows based tool to continuously monitor your shared folders in a network and generate a log for different folders.

Macros and Add-ins

ZoomSliderVSX - Visual Studio Extension (VSX) 2010
Posted: 8 Feb 2010   Updated: 8 Feb 2010   Views: 50,184   Rating: 4.95/5    Votes: 46   Popularity: 8.22
Licence: The Code Project Open License (CPOL)      Bookmarked: 50   Downloaded: 708
Scrollable Zooming Extension for VS 2010

Debug Tips

Excellent Debugging Features in Visual Studio 2010 Beta 2
Posted: 4 Jan 2010   Updated: 4 Jan 2010   Views: 15,290   Rating: 4.66/5    Votes: 11   Popularity: 4.84
Licence: The Code Project Open License (CPOL)      Bookmarked: 17   Downloaded: 0
This article describes how to use Pin/Unpin of Object/Variable Data Tip during debugging In Visual Studio 2010 Beta 2

Scrapbook

Code Project GIT Meet 2010
Posted: 20 Jan 2011   Updated: 25 Jan 2013   Views: 128,684   Rating: 4.99/5    Votes: 47   Popularity: 8.35
Licence: The Code Project Open License (CPOL)      Bookmarked: 13   Downloaded: 0
It's all about the unofficial CodeProject meetup in Lonavala (a hilly region between Pune and Mumbai), India on 11th December 2010. Supported by GIT members.

Average blogs rating: 4.91

Combo & List Boxes

Multipurpose Find Combo Box in Visual Studio [Technical Blog]
Posted: 1 Nov 2010   Updated: 1 Nov 2010   Views: 16,027   Rating: 4.87/5    Votes: 6   Popularity: 3.89
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
Multipurpose Find Combo Box in Visual Studio

Dialogs and Windows

Customize the Debugging Windows : Change Debugging Window View as per your requirements [Technical Blog]
Posted: 27 Sep 2010   Updated: 27 Sep 2010   Views: 22,601   Rating: 4.97/5    Votes: 11   Popularity: 5.18
Licence: The Code Project Open License (CPOL)      Bookmarked: 8   Downloaded: 0
In this blog post I am going to explain how you can customize the complete view of the debugging window during debugging of application. By complete view means, where you can add own Properties, can customize the result, manipulate the data, hide properties which may not need during debugging etc. I

Document / View

“View this as root” – A Solution Navigator features in VS 2010 Productivity Power Tools [Technical Blog]
Posted: 20 Jul 2010   Updated: 20 Jul 2010   Views: 7,387   Rating: 4.96/5    Votes: 5   Popularity: 3.46
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
A Solution Navigator features in VS 2010 Productivity Power Tools

Grid & Data Controls

Using Silverlight Chart Controls With SharePoint 2010 [Technical Blog]
Posted: 25 Nov 2010   Updated: 25 Nov 2010   Views: 14,766   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
In this blog post, I am going to explain how we can use Silverlight Chart Control with SharePoint 2010. SharePoint 2010 supports fully integration with Silverlight application either of Silverlight In Browser or as a Silverlight OOB ( Out Of Browser) applications.

Tabs & Property Pages

How to Use ASP.NET “Property Pages” to create or host a Silverlight application in ASP.NET Site? [Technical Blog]
Posted: 25 Nov 2010   Updated: 25 Nov 2010   Views: 5,749   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
How to Use ASP.NET “Property Pages” to create or host a Silverlight application in ASP.NET Site?

ASP

How to sort ASP.NET DropDownList based on DataValueField or DataTextField using LINQ? [Technical Blog]
Posted: 8 Aug 2010   Updated: 8 Aug 2010   Views: 19,588   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 7   Downloaded: 0
Sorting ASP.NET Dropdown list is very common requirement for any of the web application development.  To Implement this features sometimes developers used to iterate through each and every item and create a sorted list of element then reassign the same source to dropdownlist or sort the element at s
How to remove Hyperlink from ASP.NET TreeView Nodes Control Nodes? [Technical Blog]
Posted: 23 Sep 2010   Updated: 23 Sep 2010   Views: 10,551   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
A post on how to remove Hyperlink from ASP.NET TreeView Nodes Control Nodes
Use Visual Studio 2010 to Profile your ASP.NET Application which is hosted on IIS [Technical Blog]
Posted: 18 Oct 2011   Updated: 18 Oct 2011   Views: 13,249   Rating: 4.90/5    Votes: 5   Popularity: 3.42
Licence: The Microsoft Public License (Ms-PL)      Bookmarked: 3   Downloaded: 0
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

ASP.NET

Beginners Introduction To XSL Transform : Rendering XML Data using XSL - Get HTML output [Technical Blog]
Posted: 5 Jul 2009   Updated: 7 Jul 2009   Views: 55,446   Rating: 3.82/5    Votes: 12   Popularity: 4.17
Licence: The Code Project Open License (CPOL)      Bookmarked: 40   Downloaded: 600
Beginners Introduction to Rendering XML data using XSL transformation, a step by step guide to rendering XML data using XSL
Beginners Guide’s to ASP.NET MVC Framework – Part 1 of n [Technical Blog]
Posted: 19 Oct 2009   Updated: 19 Oct 2009   Views: 29,955   Rating: 4.47/5    Votes: 10   Popularity: 4.67
Licence: The Code Project Open License (CPOL)      Bookmarked: 31   Downloaded: 0
This article describes an overview of ASP.NET MVC Framework, MVC Control Flow, etc. This article is Part 1 of the ASP.NET MVC Framework series.

ASP.NET Controls

ViewState Control in ASP.NET 4.0 [Technical Blog]
Posted: 15 May 2010   Updated: 15 May 2010   Views: 21,685   Rating: 4.85/5    Votes: 9   Popularity: 4.62
Licence: The Code Project Open License (CPOL)      Bookmarked: 17   Downloaded: 0
ViewState Control in ASP.NET 4.0
Creating a simple Context Sensitive Help for ASP.NET Controls using jQuery [Technical Blog]
Posted: 4 Apr 2011   Updated: 4 Apr 2011   Views: 6,061   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
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
ASP.NET Custom Repeater Control with EmptyTemplate, ShowHeaderWhenEmpty,ShowFooterWhenEmpty,ShowCount Properties [Technical Blog]
Posted: 4 Apr 2011   Updated: 4 Apr 2011   Views: 8,167   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
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
Few Nice features in Visual Studio 11 Developer Preview for ASP.NET Developers [Technical Blog]
Posted: 18 Oct 2011   Updated: 18 Oct 2011   Views: 14,450   Rating: 4.96/5    Votes: 6   Popularity: 3.86
Licence: The Microsoft Public License (Ms-PL)      Bookmarked: 3   Downloaded: 0
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

Client side scripting

How to pass ASP.NET server side array to client side and binding them with HTML element? [Technical Blog]
Posted: 8 Jul 2010   Updated: 8 Jul 2010   Views: 20,749   Rating: 4.95/5    Votes: 5   Popularity: 3.46
Licence: The Code Project Open License (CPOL)      Bookmarked: 14   Downloaded: 0
This is a frequent requirement for an ASP.NET developer to pass a server side array to client side and access them through JavaScript. There are several ways to do that. But here I am describing one of the simplest steps to pass server side array to client side.

Custom Controls

Custom Web Parts is not getting displayed after deployment in Share Point 2010. How to Resolve? [Technical Blog]
Posted: 10 Jul 2010   Updated: 10 Jul 2010   Views: 7,468   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
In SharePoint 2010, we can create Visual Web parts very easily from Visual Studio and can deploy it directly from Visual Studio...

HTML / CSS

CSS

CSS Friendly Menu Control in ASP.NET 4.0 [Technical Blog]
Posted: 18 May 2010   Updated: 18 May 2010   Views: 27,647   Rating: 4.33/5    Votes: 9   Popularity: 4.57
Licence: The Code Project Open License (CPOL)      Bookmarked: 8   Downloaded: 0
CSS Friendly Menu Control in ASP.NET 4.0

Session State

Programmatically Changing Session State Behavior in ASP.NET 4.0 [Technical Blog]
Posted: 15 Jan 2011   Updated: 15 Jan 2011   Views: 11,278   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
Programmatically Changing Session State Behavior in ASP.NET 4.0
Details explanation on Compression Enabled Session for SQL Server and State Server Session Mode in ASP.NET 4.0 [Technical Blog]
Posted: 26 Jan 2011   Updated: 26 Jan 2011   Views: 10,083   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
Details explanation on Compression Enabled Session for SQL Server and State Server Session Mode in ASP.NET 4.0
Few important tips that you should know while using ASP.NET Session [Technical Blog]
Posted: 25 May 2011   Updated: 25 May 2011   Views: 28,212   Rating: 4.77/5    Votes: 28   Popularity: 6.89
Licence: The Code Project Open License (CPOL)      Bookmarked: 42   Downloaded: 0
Few important tips while using ASP.NET Session

View State

Few Tips on Customizing Debugging Window View in Visual Studio [Technical Blog]
Posted: 29 Aug 2010   Updated: 29 Aug 2010   Views: 15,578   Rating: 4.95/5    Votes: 21   Popularity: 6.54
Licence: The Code Project Open License (CPOL)      Bookmarked: 11   Downloaded: 0
A few tips on customizing debugging windows
How to make ViewState secure in ASP.NET [Technical Blog]
Posted: 26 Jan 2011   Updated: 26 Jan 2011   Views: 17,267   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: The Code Project Open License (CPOL)      Bookmarked: 15   Downloaded: 0
Ways in which you can prevent someone from decrypting ViewState data.

Web Security

What is the difference between Web Farm and Web Garden? [Technical Blog]
Posted: 2 Oct 2010   Updated: 2 Oct 2010   Views: 63,831   Rating: 4.90/5    Votes: 36   Popularity: 7.63
Licence: The Code Project Open License (CPOL)      Bookmarked: 44   Downloaded: 0
The exact difference between web farm and web garden, and the advantages and disadvantages of using them.

Web Services

Different Versions of Integrated Web Server in Visual Studio 2010 [Technical Blog]
Posted: 3 Oct 2010   Updated: 3 Oct 2010   Views: 12,117   Rating: 4.94/5    Votes: 8   Popularity: 4.46
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
Different Versions of Integrated Web Server in Visual Studio 2010

SharePoint Server

Bing Maps Silverlight Control Integration with SharePoint 2010 – Integration of Silverlight 4 with SharePoint 2010 [Technical Blog]
Posted: 19 Jul 2010   Updated: 19 Jul 2010   Views: 11,636   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 7   Downloaded: 0
In this article I have demonstrated how we can integrate a Silverlight Application with SharePoint 2010. I have used Bing Maps Control for Silverlight as example. Development Environment I have used below development Environment for this application 1. Visual Studio 2010 Ultimate Edition 2. SharePoi
Silverlight Task Control For SharePoint 2010 – Example of High Touch Integration [Technical Blog]
Posted: 11 Oct 2010   Updated: 11 Oct 2010   Views: 12,317   Rating: 4.95/5    Votes: 8   Popularity: 4.52
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
SharePoint 2010 supports fully integration with Silverlight application either of Silverlight In Browser  or as a Silverlight OOB ( Out Of Browser) aplications. In this blog post I am going to explain about High Touch Integration with Silverlight and Sharepoint using SharePoint 2010 Client Object Mo

Other .NET Languages

When can we use HttpContext.Current.Items to stores data in ASP.NET? [Technical Blog]
Posted: 14 Jan 2011   Updated: 14 Jan 2011   Views: 21,818   Rating: 4.95/5    Votes: 11   Popularity: 5.15
Licence: The Code Project Open License (CPOL)      Bookmarked: 12   Downloaded: 0
When can we use HttpContext.Current.Items to stores data in ASP.NET?
Run ASP.NET Web Application from Command Prompt [Technical Blog]
Posted: 8 Mar 2011   Updated: 8 Mar 2011   Views: 35,825   Rating: 4.76/5    Votes: 37   Popularity: 7.47
Licence: The Code Project Open License (CPOL)      Bookmarked: 49   Downloaded: 0
Run ASP.NET Web Application from Command Prompt

Win32/64 SDK & OS

Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta [Technical Blog]
Posted: 22 Dec 2010   Updated: 22 Dec 2010   Views: 5,137   Rating: 4.92/5    Votes: 3   Popularity: 2.29
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta

Programming Tips

Using Bookmark in Visual Studio [Technical Blog]
Posted: 10 Oct 2009   Updated: 10 Oct 2009   Views: 29,108   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: The Code Project Open License (CPOL)      Bookmarked: 19   Downloaded: 0
Speedup code navigation using Bookmarking in Visual Studio

Threads, Processes & IPC

How to use IIS Manager to get Worker Processes (w3wp.exe) details information ? [Technical Blog]
Posted: 5 Nov 2010   Updated: 5 Nov 2010   Views: 20,676   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
In one of my previous blog post, Identifying Worker Process (w3wp.exe) – IIS 6.0 and IIS 7.0 for Debugging ASP.NET Application  -  I have explained about how we can identify the list of currently running worker process  using command prompt while we need to attach process from visual studio . But do

Uncategorised Tips and Tricks

Tips on Debugging : Using DebuggerHidden attribute [Technical Blog]
Posted: 11 Sep 2010   Updated: 11 Sep 2010   Views: 9,056   Rating: 4.82/5    Votes: 6   Popularity: 3.86
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
How to use the DebuggerHidden attribute
Tips on Debugging : Using DebuggerStepThrough attribute [Technical Blog]
Posted: 22 Sep 2010   Updated: 22 Sep 2010   Views: 10,925   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
Using DebuggerStepThrough attribute
10 Tips you should know about “Watch Window” While debugging in Visual Studio [Technical Blog]
Posted: 25 Oct 2010   Updated: 25 Oct 2010   Views: 12,408   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: The Code Project Open License (CPOL)      Bookmarked: 8   Downloaded: 0
Watch windows is one of most commonly used debugging tool with Visual Studio. We generally used to explore the objects, values, properties and other nested objects as a tree structure. Most of the time we used watch window to only view the values or change the current object properties values to see
Tips: Set Breakpoint to multiple Functions at the same time in Visual Studio [Technical Blog]
Posted: 22 Dec 2010   Updated: 22 Dec 2010   Views: 6,036   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
In this post, I am going to share two quick tips by which you can set breakpoints to functions very easily.
Exception Occurred ? – Get Troubleshooting tips from your favorite blogs [Technical Blog]
Posted: 6 Jan 2011   Updated: 6 Jan 2011   Views: 5,953   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
In this blog post, I am going to share a quite interesting tips, where you can customize the “Exception Assistant” in visual studio. As an example, I have shown how we can set some favorite blogs urls in troubleshooting tips section. Well, Let’s start with bit background to get an clear idea. We all

Windows 8 Design

Get the IR Stream and control the IR Emitter – Kinect for Windows SDK [Technical Blog]
Posted: 15 Jan 2013   Updated: 15 Jan 2013   Views: 1,606   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Microsoft Public License (Ms-PL)      Bookmarked: 0   Downloaded: 0
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

Code Generation

Color Indicator for Code Changes – Track Changes in Visual Studio 2010 [Technical Blog]
Posted: 14 Sep 2010   Updated: 14 Sep 2010   Views: 13,250   Rating: 4.97/5    Votes: 9   Popularity: 4.77
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Track Changes in Visual Studio 2010

Uncategorised Technical Blogs

Modify “Dirty Indicator” – Using Visual Studio 2010 Productivity Power Tool [Technical Blog]
Posted: 24 Jul 2010   Updated: 24 Jul 2010   Views: 5,534   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
“Dirty Indicator” is nothing but the indication of “Modified Unsaved” file in Visual Studio IDE. In Visual Studio 2010, by default dirty icon shows as “*”. Using productivity tool we can customize this icon. To launch the VS 2010 productivity Tool, from Visual Studio IDE Go To Tools > Option > Produ
How to pass external values with GridView HyperLinkField which are not part of your Gridview DataSource member [Technical Blog]
Posted: 4 Aug 2010   Updated: 4 Aug 2010   Views: 8,932   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
How to pass external values with GridView HyperLinkField which are not part of your Gridview DataSource member
One of my favorite Visual Studio Shortcuts - Very useful ! [Technical Blog]
Posted: 8 Aug 2010   Updated: 8 Aug 2010   Views: 13,182   Rating: 4.80/5    Votes: 6   Popularity: 3.77
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
How to use a single shortcut key “Ctrl+.” in different places of your development
How to setup multiple startup projects in Visual Studio ? [Technical Blog]
Posted: 10 Aug 2010   Updated: 10 Aug 2010   Views: 10,811   Rating: 4.82/5    Votes: 6   Popularity: 3.79
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
Small tips of Visual Studio where you will get to know how you can launch multiple projects at the same time.
How to suppress compiler warning using #pragma warning directives in Visual Studio [Technical Blog]
Posted: 27 Aug 2010   Updated: 27 Aug 2010   Views: 10,784   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
A post on how to suppress compiler warning using #pragma warning directives in Visual Studio
IIS Articles Archives [Technical Blog]
Posted: 1 Sep 2010   Updated: 1 Sep 2010   Views: 6,237   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
In this blog post, I have going to list out all of my IIS articles that I have published over last few years.
Use “Obsolete” attributes to indicate Obsolete Methods [Technical Blog]
Posted: 3 Sep 2010   Updated: 3 Sep 2010   Views: 8,028   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
In this post, I have explained how you can mark methods as obsolete using obsolete attributes which are not in use or may be removed in upcoming builds.
How to track an object which is Out of Scope while Debugging? [Technical Blog]
Posted: 20 Oct 2010   Updated: 20 Oct 2010   Views: 44,134   Rating: 5.00/5    Votes: 21   Popularity: 6.61
Licence: The Code Project Open License (CPOL)      Bookmarked: 24   Downloaded: 0
How to track an object which is Out of Scope while Debugging?
Use Shortcut or Context Menu for “Open Containing Folder” in Visual Studio [Technical Blog]
Posted: 25 Nov 2010   Updated: 25 Nov 2010   Views: 6,011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
Use Shortcut or Context Menu for “Open Containing Folder” in Visual Studio
Does IntelliTrace support all the .NET Frameworks? [Technical Blog]
Posted: 22 Dec 2010   Updated: 22 Dec 2010   Views: 4,223   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
Does IntelliTrace support all the .NET Frameworks?
New Features of IntelliTrace Debugging in Visual Studio 2010 – Service Pack 1 Beta [Technical Blog]
Posted: 22 Dec 2010   Updated: 22 Dec 2010   Views: 4,708   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
New Features of IntelliTrace Debugging in Visual Studio 2010 – Service Pack 1 Beta
Track Changes and Advance Scroll Mode in Visual Studio 2010 [Technical Blog]
Posted: 7 Mar 2011   Updated: 7 Mar 2011   Views: 8,310   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Track Changes and Advance Scroll Mode in Visual Studio 2010
Customizing Visual Studio Extension Icon in Visual Studio 2010 [Technical Blog]
Posted: 25 May 2011   Updated: 25 May 2011   Views: 7,949   Rating: 4.93/5    Votes: 5   Popularity: 3.44
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
How to customize /change the default Visual Studio extension icon and provide your own icon over there.
JScript Debugger– “Unable to attach the process. Another debugger might be attached to the process” – while application is running from Visual Studio. [ Solution ] [Technical Blog]
Posted: 20 Jan 2012   Updated: 20 Jan 2012   Views: 15,501   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Microsoft Public License (Ms-PL)      Bookmarked: 2   Downloaded: 0
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

Average tips rating: 4.33

ASP.NET

How to detect browser close when browser [X] is clicked ? [Tip/Trick]
Posted: 25 Aug 2009   Updated: 2 Sep 2009   Views: 22,317   Rating: 3.30/5    Votes: 22   Popularity: 4.27
Licence: The Code Project Open License (CPOL)      Bookmarked: 18   Downloaded: 0
Some times we need to detect the Browser Close to perform some operation before quiting from application. Here is a simple way.function CheckBrowser(){ // Check Browser Close [X] , Alt+F4 , File -> Close if(window.event.clientX < 0 && window.event.clientY <0) { wi
How to Freeze GridView Header While Scrolling ? [Tip/Trick]
Posted: 13 Sep 2009   Updated: 13 Sep 2009   Views: 35,599   Rating: 4.69/5    Votes: 12   Popularity: 4.32
Licence: The Code Project Open License (CPOL)      Bookmarked: 15   Downloaded: 0
This is very common problem in Web development that we need tofreeze the GridView header at the time of scrolling, Here is one simpletips:Step 1 : Create a CSS class as following .HeaderFreez  {  position:relative ;   top:expression(this.offsetParent.scrollTop);  z-index: 10;  }   .HeaderFr
How to get list of all active HttpModules in ASP.NET? [Tip/Trick]
Posted: 8 Jun 2010   Updated: 8 Jun 2010   Views: 4,837   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Get list of all active HttpMoudles in ASP.NET

Abhijit Jana
Software Developer (Senior)
India India
Member
.NET Consultant | Former Microsoft MVP - ASP.NET | CodeProject MVP, Mentor, Insiders| Technology Evangelist | Author | Speaker | Geek | Blogger | Husband
 
Blog : http://abhijitjana.net
Web Site : http://dailydotnettips.com
Twitter : @AbhijitJana
My Kinect Book : Kinect for Windows SDK Programming Guide


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 21 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid