Presenting at DevDays – Hyderabad 29th January 2012 January 25, 2012
Posted by Abhijit Jana in .NET Community Events.Tags: Community Events, Microsoft, MUGH
add a comment
Microsoft User Group Hyderabad (MUGH ) invites you to Developer Day on 29th Jan’12 . This is scheduled on this Sunday (29th Jan – from 9:30 A.M to 1.30 PM ) at Microsoft Campus , Building 3 MPR Halls , Gachibowli, Hyderabad.
I am presenting on “Coding for fun on Kinect” . During this1 hr. session, I will be talking about Kinect .NET SDK APIs and will be developing some cool application using Kinect for Windows SDK Beta 2. Yeah, something interesting!
JScript Debugger– “Unable to attach the process. Another debugger might be attached to the process” – while application is running from Visual Studio. [ Solution ] January 20, 2012
Posted by Abhijit Jana in .NET 4.0, ASP.NET 4.0, ASP.NET 4.5, Tips and Tricks, Visual Studio, Visual Studio 2010, Visual Studio 2011.Tags: ASP.Net, codeproject, Debugging, Visual Studio
1 comment so far
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 application directly from visual studio, you might came across the problem of “Unable to attach to the process” while click on “Start debugging” button in IE Developer toolbar. In this post I am going to talk about the resolution of the same and will also talk about little bit behind the scene.
I wish you a Happy New Year 2012 January 1, 2012
Posted by Abhijit Jana in Announcement.Tags: Announcement, General
1 comment so far
Wish you and your family a very happy and prosperous new year 2012. May this new year bring many opportunities your way to explore every joy of life. I Hope this new year fills your life with happiness and perfect health always, much more success and happiness.
As we wind up with year 2011, I would like to express my sincere thanks to all the visitors, readers, followers of my blog for their encouragement, feedbacks and support. Please keep visiting and send me your feedback.
Keep visiting here and follow me @AbhijitJana for quick update.
Again, Thanks you and a very very happy new year 2012 !
Thanks !
AJ
Daily .NET Tips – Completed 1 Year Today December 27, 2011
Posted by Abhijit Jana in Announcement, Daily.NETTips, General.Tags: dailydotnettips
4 comments
I am very happy to inform that, Daily .NET Tips marks the first anniversary today. 27th Dec 2010, I announced the official launch of this web site ( .NET Tip a Day, Keeps painkillers away! – Live at http://dailydotnettips.com – 27th Dec 2010 ). A year back I started with this site with intention of sharing most useful and handy tip and tricks on .NET that can improve productivity of work while coding and can give solutions of much required problems. This site is completely design for sharing Tips and Tricks, New Features, useful Code Snippet which you can use in daily development work and targeted anything related with .NET.
Wishing you all Merry Christmas December 25, 2011
Posted by Abhijit Jana in Announcement, General.Tags: Announcement, General
add a comment
Here’s wishing you all the joys of the season. Wish you and your family a Merry Christmas and a prosperous New Year in year in advance. May this good times become the golden memories of tomorrow for all of you. Wish you lots of love, joy and happiness.
Best Regards,
Abhijit
Download : “Betty Wallpapers” – Windows Phone App for Bing image search December 21, 2011
Posted by Abhijit Jana in Windows Phone.Tags: Image Search, MarketPlace, windows phone, WP7
add a comment
If you ever wanted an application in windows phone which can search images and wallpapers from internet and download it into your phone, then your wait is over.
My friend Jebarson has developed a very simple app named "Betty Wallpapers" which uses Bing for searching the images / wallpapers from the internet and shows up on the screen. You can download them directly into your library.
The application also exposes search options which allows you to filter your images by size, aspect, color, style,etc.
My Upcoming Events : Virtual Tech Days and Technology Conclave Delhi 2011 December 10, 2011
Posted by Abhijit Jana in .NET Community Events.Tags: Community Events, TechConDelhi
5 comments
The 13th edition of Microsoft Virtual Tech Days – being held on 14th to 16th Dec 2011. I’ll be presenting a session on Web Developer Track and will talk about “Inside IIS Request Processing and ASP.NET Page Life Cycle” on 15th Dec 2011 from 3:00pm – 4:00pm (IST) . Understanding the ASP.NET Page Life Cycle is an essential knowledge for developing ASP.NET Web Application, and before Page Life Cycle, IIS does a numbers of internal process with the request coming from client browser. During this session I will discuss how IIS process ASP.NET Requests, what happens when some client request comes to IIS, how IIS decided what kind of request it is and later in internals of ASP.NET Page lifecycle.
Presenting at MUGH Tech Meet – Hyderabad 26th Nov’11 November 23, 2011
Posted by Abhijit Jana in .NET Community Events.Tags: ASP.NET 4.5, Community Events, MUGH, Visual Studio 2011
add a comment
Microsoft User Group Hyderabad (MUGH ) invites you to monthly Tech Meet on 26th Nov’11 . This monthly UG meet scheduled on this Saturday (26th Nov – from 9:30 A.M ) at Microsoft Campus , Building 3 MPR Halls , Gachibowli, Hyderabad.
I am presenting on ASP.NET 4.5 and Visual Studio 2011 Developer Preview. This will be a complete demo oriented session where I will be talking on few new features of VS 2011 Developer preview and enhancement of ASP.NET 4.5 core runtime enhancement, data binding and new request validation features.
Presenting at Developer Conference – Kolkata 12th November, 2011 November 6, 2011
Posted by Abhijit Jana in .NET Community Events.Tags: Community Events, Developer Conference, Kolkata
add a comment
November 12th , I will be presenting at Developer Conference 2011 Organized by Microsoft User Group Kolkata (KolkataGeeks) . Developer Conference is the premier technical event for technology professionals at Kolkata interested in learning, connecting and exploring latest Microsoft technologies. This is also going to be community Launch event for Office 365. So be there and enjoy the flavor of cutting edge Microsoft technologies.
16 Tips on .NET, ASP.NET 4.5, Visual Studio 2011 Developer Preview, Profiler – October 2011 Links November 1, 2011
Posted by Abhijit Jana in ASP.NET 4.5, Tips and Tricks, Visual Studio 2011.Tags: dailydotnettips, Tips
add a comment
Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily development work and targeted anything related with .NET. This month we have wide range of tips including ASP.NET 4.5, C#, .NET , Visual Studio 2011 Developer Preview, Profiler etc. In this post I am quickly listing down all the tips which are published over the month October 2011
Few Nice features in Visual Studio 11 Developer Preview for ASP.NET Developers October 12, 2011
Posted by Abhijit Jana in ASP.NET 4.5, Visual Studio 2011.Tags: ASP.NET 4.5, codeproject, Developer Preview
7 comments
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 Jason Zander’s WebLog to know more about the newly launched Visual Studio. In this post I am going talk few of nice features of Visual Studio 2011 developer preview related with ASP.NET.
(more…)
Bundling and Minification in ASP.NET 4.5 October 6, 2011
Posted by Abhijit Jana in ASP.NET 4.5, Developer Preview, Visual Studio 2011, VNext.Tags: ASP.Net, ASP.NET 4.5, Developer Preview, New Features in ASP.NET VNext, Visual Studio 2011
19 comments
Optimizing application performance is a key element for business. There are several ways by which we can optimize the applications performance. It can be done either by server side code optimization, caching or some client side optimization. In this post I am going to discuss about one handy and smart way to optimize web applications performance using Bundling and Minification features which is introduced with ASP.NET 4.5 Developer Preview. ASP.NET 4.5 Developer Preview introduced bundling, which combines multiple JavaScript files for faster loading with less number of requests for download and minification, which reduces the size of JavaScript and CSS files by removing unneeded characters . Combination of these bundling and minification helps web pages to load very faster. Let’s have a looks how it works.
Use Visual Studio 2010 to Profile your ASP.NET Application which is hosted on IIS October 4, 2011
Posted by Abhijit Jana in ASP.NET 4.0, IIS, Profiler, Visual Studio 2010.Tags: asp.net 4.0, codeproject, IIS, Profiler Tool, Visual Studio 2010
2 comments
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 inspect the generated performance report (.vsp) file within Visual Studio. But, do you know we can do the complete profiling within Visual Studio itself. How ? Here you go.
Download Presentation Slide “Knotting Windows Phone 7, Windows Azure and Kinect” – Developer Conference 2011 October 3, 2011
Posted by Abhijit Jana in .NET Community Events.Tags: Community Events, Developer Conference
add a comment
Here is the presentation slide that we have used during our session at Developer Conference 2011, Hyderabad on 1st October. During the session I started with very fundamentals of Kinect devices and Kinect .NET SDK. I have shown how much easy it was to code with Kinect .NET SDK and developed different application with Kinect Camera, 3D Depth and Skeleton Tracking. In the next step, captured images using Kinect when it was detecting any Skeleton and uploaded the same on live Azure Blob Storage and added some information on Azure Queue Storage. After that Jebarson took it forward and shown how Push notification can be placed in between Azure and Windows Phone 7 to notify the subscribed user when some photo been captured, uploaded to the Azure and then the image is shown in your WP7 Device after successfully authentication.






