abhijitjana
Name: abhijitjana
Score: 792.07
Last Seen: 613 days, 2 hours, 43 minutes ago
Member Since: 9 May, 2010
DotNetShoutout
atom rss
3
Shouts

Development With Kinect .NET SDK (Part I) – Installation and Development Environment Setup « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 613 days, 2 hours, 43 minutes ago
Tuesday, September 13, 2011 8:58:36 PM GMT
The Kinect SDK is a developer toolkit for developing applications. This SDK provides a fantastic interface to interact with Kinect programmatically. The Kinect for Windows SDK beta includes drivers that interact with H/W provides a interface to inter... (more)
category: Architecture | clicked: 5 | 1 comment | | source: abhijitjana.net
tags: Kinect SDK, C#, kinect
2
Shouts

Multiple URL Binding with IIS Express « Abhijit's World of .NET

published 650 days, 3 hours, 2 minutes ago posted by abhijitjanaabhijitjana 652 days, 15 hours, 26 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Friday, August 05, 2011 8:15:22 AM GMT
IIS Express is a lightweight, self-contained version of IIS and optimized for developers. IIS Express provides the power of IIS7.x  and makes it very easy to develop and test web applications. Visual Studio 2010 SP1  provides complete integration with IIS Express. In one of my previous post I discussed How you can Run “IIS Express” and “Cassini” simultaneously in Visual Studio 2010 SP1. In this post I am going to discuss about how you can bind multiple URL’s for a single Web Application with IIS Express. (more)
category: Web Dev | clicked: 7 | 1 comment | | source: abhijitjana.net
tags: Visual Studio 2010 SP1, IIS Express
3
Shouts

Using ASP.NET 4.0 Chart Control With New Tooling Support for SQL Server CE 4.0 in VS 2010 SP1 and Entity Model « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 675 days, 1 hour, 33 minutes ago
Wednesday, July 13, 2011 10:08:36 PM GMT
In this post I’m going to talk about how we can use ASP.NET 4.0 Chart Control with SQL CE as back-end data base using Entity Framework. I will also show how Visual Studio 2010 SP1 provides new tooling supports for SQL Server CE 4.0. ASP.NET 4.0 introduced inbuilt chart controls features and Visual Studio 2010 SP1 Came up with nice tooling support for SQL Server CE. SQL CE is a free, embedded, lightweight database engine that enables easy database storage. This does not required any installation and run... (more)
category: Web Dev | clicked: 12 | comment | | source: abhijitjana.net
tags: sql sever ce, Visual Studio 2010 SP1, Entity Framework, ASP.net chart, ASP.NET
2
Shouts

ASP.NET Internals : Visualizing ASP.NET Page Life Cycle using IntelliTrace « Abhijit's World of .NET

published 692 days, 3 hours, 58 minutes ago posted by abhijitjanaabhijitjana 692 days, 11 hours, 3 minutes ago
Sunday, June 26, 2011 7:43:52 PM GMT Sunday, June 26, 2011 12:38:32 PM GMT
Understanding the ASP.NET Page Life Cycle is an essential knowledge for developing ASP.NET Web Application. When request come from client to server there are many operations performed in backend. This article talks about internal of pagelife cycle events with the help of IntelliTrace Debugging ! (more)
category: Web Dev | clicked: 20 | comment | | source: abhijitjana.net
tags: Intellitrace in VIsual Studio 2010 ultimate, IntelliTrace, Page life Cycle, ASP.NET
3
Shouts

Collecting Module Specific Debugging Information using IntelliTrace « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 714 days, 6 hours, 20 minutes ago
Saturday, June 04, 2011 5:21:14 PM GMT
Using IntelliTrace you can capture module specific information. This is really helpful when you don’t want to debug certain modules during your debugging process. In this post I am going to discuss about how you can collect module specific information using IntelliTrace (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: IntelliTrace, Debugging, Visual Studio
2
Shouts

ASP.NET Internals : “Clearing ASP.NET Session Variables” a in-depth look « Abhijit's World of .NET

published 713 days, 8 hours, 14 minutes ago posted by abhijitjanaabhijitjana 714 days, 14 hours, 4 minutes ago
Sunday, June 05, 2011 3:27:33 PM GMT Saturday, June 04, 2011 9:37:27 AM GMT
ASP.NET Session is one of most common state management technique for any ASP.NET Web Application. If you want to do a quick refresh or want to know some thing more, please go ahead and read one of my article “Exploring Session in ASP.NET” published at Code Project. ASP.NET provides several methods for removing Session. But which methods needs to use at what time, is a must known stuff for asp.net developer. In this post I going to talk about bit internals of removing session variables from applications... (more)
category: Web Dev | clicked: 13 | 1 comment | | source: abhijitjana.net
tags: Session.Clear(), Session.RemoveAll(), ASP.NET, Session
2
Shouts

Generic Way to Bind Enum With Different ASP.NET List Controls « Abhijit's World of .NET

published 775 days, 3 hours, 55 minutes ago posted by abhijitjanaabhijitjana 776 days, 4 hours, 28 minutes ago
Monday, April 04, 2011 7:46:31 PM GMT Sunday, April 03, 2011 7:13:19 PM GMT
In this post I am going to explain how we can bind a Enum with ASP.NET List Controls. These comprise of four different types of control, CheckBoxList, DropDownList, ListBox and RadioButtonList. This is one of the common requirements during development to bind a Enum with List Control and c... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: abhijitjana.net
tags: enum, Tips & Tricks, Linq, bind, ASP.NET
2
Shouts

Exception Occurred ? – Get Troubleshooting tips from your favorite blogs « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 863 days, 3 minutes ago
Thursday, January 06, 2011 11:38:11 PM GMT
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 favorites blog url in troubleshooting tips section. (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: exception assistant, Tips and Tricks, Visual Studio
2
Shouts

Video Webcast: 10 Tips you should know about “Watch Window” While debugging in Visual Studio « Abhijit's World of .NET

published 864 days, 5 hours, 30 minutes ago posted by abhijitjanaabhijitjana 866 days, 8 hours, 38 minutes ago
Wednesday, January 05, 2011 6:11:52 PM GMT Monday, January 03, 2011 3:04:01 PM GMT
Video Webcast: 10 Tips you should know about “Watch Window” While debugging in Visual Studio. (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: Tips and Tricks, watch window, Debugging, Visual Studio
2
Shouts

New Features of IntelliTrace Debugging in Visual Studio 2010 – Service Pack 1 Beta « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 886 days, 31 minutes ago
Tuesday, December 14, 2010 11:10:21 PM GMT
Visual Studio 2010 Service Pack 1 Beta having some great enhancement for IntelliTrace debugging. One of the most important features is debugging 64bit application with IntelliTrace and also debug SharePoint projects using IntelliTrace. Apart from the above enhancement, there are some changes in saving of .iTrace Log files as well. Earlier, by default, IntelliTrace saves IntelliTrace log files (.iTrace files) to Trace debugging storage location and there was no option to enabled or disabled the log gen... (more)
category: Web Dev | clicked: 2 | comment | | source: abhijitjana.net
tags: IntelliTrace, Debugging, visual studio 2010 SP1 beta
2
Shouts

Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 887 days, 4 hours, 18 minutes ago
Monday, December 13, 2010 7:23:22 PM GMT
IntelliTrace is an new features of Visual Studio 2010 Ultimate Edition. By default IntelliTrace is enabled . During  debugging in Visual Studio, IntelliTrace works  in the background and  collect debugging information automatically and stored them in Int... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: IntelliTrace, Debugging, Visual Studio 2010
2
Shouts

Add document header for files automatically in Visual Studio

published 895 days, 15 hours, 1 minute ago posted by abhijitjanaabhijitjana 896 days, 1 hour, 41 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 10:00:18 PM GMT
In this blog post I am going to share how you can add a document header of xml comments with code file automatically. This is going to be an very interesting and helpful for all of you who are using styleCop to maintain coding standard. Actually extensive using of StyleCop helped me to think to make it automate. There are many tools available which can helps us in this case to do this automatically. But I always prefer let’s Visual studio do the job for me. Here I am going to share with you two differ... (more)
category: Web Dev | clicked: 3 | comment | | source: abhijitjana.net
tags: Tips and Tricks, Visual Studio
3
Shouts

Tips : Set Breakpoint to multiple Functions at a same time in Visual Studio « Abhijit's World of .NET

published 895 days, 15 hours, 1 minute ago posted by abhijitjanaabhijitjana 896 days, 20 hours, 30 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 3:11:08 AM GMT
Visual Studio having great features to set breakpoint in multiple functions at same time. For most of the time, to set a breakpoint with in a function you just put a breakpoint in the first line of the function. Now, assume you have 10 different overloaded methods or you have same function in different project, and you want to put breakpoint all of them or few of them, then it will take time to put breakpoint in each and every function. In this post I am going to share two quick tips by which you ca... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Debugging, Visual Studio, brekpoint
4
Shouts

How to Use ASP.NET “Property Pages” to create or host a Silverlight application in ASP.NET Site ? « Abhijit's World of .NET

published 913 days, 21 hours, 53 minutes ago posted by abhijitjanaabhijitjana 916 days, 8 hours, 42 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Sunday, November 14, 2010 2:59:40 PM GMT
While creating a Silverlight application in Visual Studio 2010, after providing the application name, IDE asked for whether you want to host the Silverlight application in a new ASP.NET web site or not. If you select the “Ok” button , Visual Studio will create a ASP.NET Site to host the corresponding Silverlight Application. So whenever you will run the Silverlight application, ASP.NET site will automatically host the Silverlight file But suppose you have an existing Silverlight Application and you want... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Silverlight, Visual Studio 2010, ASP.NET
5
Shouts

Use Shortcut or Context Menu for “Open Containing Folder” in Visual Studio « Abhijit's World of .NET

published 922 days, 8 hours, 37 minutes ago posted by abhijitjanaabhijitjana 923 days, 1 hour, 53 minutes ago
Monday, November 08, 2010 3:04:18 PM GMT Sunday, November 07, 2010 9:48:08 PM GMT
“Open Containing Folder” is one of the frequent used functionality to open a particular file location in windows explore from Visual Studio IDE . How did we do that ? Yes it’s very simple, Just right click on file from files Tab and select “Open Containing Folder” from the context menu This will open the selected item location in windows explorer. This operation by default having no keyboard shortcut. But do you know we can assign keyboard shortcut for the same or even we can customize the context me... (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Visual Studio
2
Shouts

Using Silverlight Chart Controls With SharePoint 2010 « Abhijit's World of .NET

published 923 days, 14 hours, 14 minutes ago posted by abhijitjanaabhijitjana 924 days, 2 hours, 34 minutes ago
Sunday, November 07, 2010 9:27:51 AM GMT Saturday, November 06, 2010 9:07:53 PM GMT
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. In this blog post, I will be using one Share Point List to read the data using SharePoint Client Object Model (OM) and display them using Silverlight Chart Control inside SharePoint as a SharePoint Out of the box Silverlight Web Parts. This i... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: abhijitjana.net
tags: Silverlight, SharePoint 2010
3
Shouts

How to use IIS Manager to get Worker Processes (w3wp.exe) details ? « Abhijit's World of .NET

published 926 days, 1 hour, 25 minutes ago posted by abhijitjanaabhijitjana 926 days, 20 hours, 26 minutes ago
Thursday, November 04, 2010 10:17:02 PM GMT Thursday, November 04, 2010 3:15:49 AM GMT
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 you know for IIS 7.0 and IIS 7.5 we can get the worker process (w3wp.exe) details like Application Pool name, Process ID, CPU Usages from IIS Manager itself. Even you can get details of each worker process fo... (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: worker process, IIS, ASP.NET
4
Shouts

How to pass InitParams to Silverlight Application which is hosted as SharePoint 2010 web parts? « Abhijit's World of .NET

published 927 days, 7 hours, 29 minutes ago posted by abhijitjanaabhijitjana 928 days, 1 hour, 39 minutes ago
Wednesday, November 03, 2010 4:12:33 PM GMT Tuesday, November 02, 2010 10:03:03 PM GMT
While working with Silverlight Web Parts in SharePoint 2010 it may required to pass initial parameter to Silverlight application from SharePoint sites. For any ASP.NET hosted Silverlight application, you can pass the initialization value using “initparams” with in the “Object” tag. But for Silverlight applications which are hosted as SharePoint Web parts don’t have any object tag to set the “initparams”. But SharePoint Out of the Box (OOB) Silverlight Web Parts having inbuilt features from where we ca... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Silverlight, SharePoint 2010, initparams
3
Shouts

Multipurpose Find Combo Box in Visual Studio « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 930 days, 3 hours, 41 minutes ago
Sunday, October 31, 2010 8:00:54 PM GMT
Most of the time we use Visual Studio find combo box ( ) only for search contents with in the solution. But the find combo box is something more than what we know. We can use the find combo box in different purpose like create file, open files, create project, print, open watch windows etc. As for example you can close all the open files by just typing “>CloseAll” with in find combo box followed by a “Enter”. Fundamentally we can execute all the commands from Find Combo box which are available from ... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips and Tricks, Visual Studio
4
Shouts

10 Tips you should know about “Watch Window” While debugging in Visual Studio « Abhijit's World of .NET

published 934 days, 8 hours ago posted by abhijitjanaabhijitjana 935 days, 11 hours, 56 minutes ago
Wednesday, October 27, 2010 3:41:07 PM GMT Tuesday, October 26, 2010 11:45:22 AM GMT
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 the effects of changed object during debugging. But we can use watch windows for many different purposes. In this blog post I am going to show 10 Tips, that may help you while dealing with Watch Window. (more)
category: Web Dev | clicked: 3 | comment | | source: abhijitjana.net
tags: Debugger, Tips and Tricks, watch window, Visual Studio
Previous 1 2 3 4 Next