praveenkjain.blogspot.com
Watch the most interesting: June 2007
http://praveenkjain.blogspot.com/2007_06_01_archive.html
Watch the most interesting. A Blog at your finger tips for all solutions. Tuesday, June 05, 2007. It’s an astounding announcement and a wonderful feature… Google has come up with Street Maps. http:/ maps.google.com/help/maps/streetview. This came at the same time when Microsoft announced http:/ preview.local.live.com. And all the vehicles from cars to bicycles will have these maps on their screen to avoid. Traffic. A Dream come true…. Subscribe to: Posts (Atom). View my complete profile.
praveenkjain.blogspot.com
Watch the most interesting: April 2007
http://praveenkjain.blogspot.com/2007_04_01_archive.html
Watch the most interesting. A Blog at your finger tips for all solutions. Wednesday, April 25, 2007. How to add custom rules in Code Analysis. One feature we all know that’s available in FxCop and not in VSTS Code Analysis is adding custom rules. So how to add custom rules to Code Analysis? The answer is, Code Analysis internally uses FxCop ( C: Program Files Microsoft Visual Studio 8 Team Tools Static Analysis Tools FxCop. Http:/ www.guysmithferrier.com/downloads/FxCop.pdf. Friday, April 20, 2007. How t...
praveenkjain.blogspot.com
Watch the most interesting: February 2008
http://praveenkjain.blogspot.com/2008_02_01_archive.html
Watch the most interesting. A Blog at your finger tips for all solutions. Thursday, February 28, 2008. Https:/ downloads.channel8.msdn.com/. Question: Why Microsoft did not provide this service to Indian school students? Answer: As they are sure that we would anyhow master these tools. Http:/ www.tafiti.com/Original. Check this out. It has been one of my recent favorites. It’s just so cool. Hit a search, filter them and check the various options it gives. It requires SilverLight runtime.
praveenkjain.blogspot.com
Watch the most interesting: Skype in VS IDE
http://praveenkjain.blogspot.com/2008/03/skype-in-vs-ide.html
Watch the most interesting. A Blog at your finger tips for all solutions. Sunday, March 23, 2008. Skype in VS IDE. Keng has come out with a package which add the Skype in the VS.Net 2005 Editor, So now you could chat send the code snippets to your friends from a single IDE. This sounds really good. Check out more information at. Http:/ pongsathonkeng.blogspot.com/2008/03/skype-in-visual-studio-2005-v-10.html. Subscribe to: Post Comments (Atom). FxCop in VS 2008. Skype in VS IDE. Enterprise Library 4.0.
praveenkjain.blogspot.com
Watch the most interesting: AppFabric Connection issue
http://praveenkjain.blogspot.com/2010/07/appfabric-connection-issue.html
Watch the most interesting. A Blog at your finger tips for all solutions. Thursday, July 15, 2010. Recently I encountered the below error message while refreshing the cache via powershell script. Test connection failed for ConnectionString Data Source=". Initial Catalog=;Integrated Security=True and Provider System.Data.SqlClient. Nvalid cluster settings provided. After some good time spent on it realized that it was pretty basic simple mistake. Subscribe to: Post Comments (Atom). View my complete profile.
praveenkjain.blogspot.com
Watch the most interesting: October 2004
http://praveenkjain.blogspot.com/2004_10_01_archive.html
Watch the most interesting. A Blog at your finger tips for all solutions. Saturday, October 23, 2004. Configuring your web application. Its a general error which most of the delevopers face, when they copy a project and paste it under the wwwroot directory and they try to run. Line 46: by Microsoft that offers a single logon and core profile services for member sites. Tuesday, October 12, 2004. How to redirect the user to the re-login page when the session is expired in ASP.Net? If your application needs...
praveenkjain.blogspot.com
Watch the most interesting: March 2008
http://praveenkjain.blogspot.com/2008_03_01_archive.html
Watch the most interesting. A Blog at your finger tips for all solutions. Monday, March 24, 2008. There are two nice helper apps included in Visual Studio 2008, which allow you to test-host your WCF service and invoke the methods to check they're working correctly. The two apps are called WcfSvcHost.exe and WcfTestClient.exe. Http:/ blogs.msdn.com/knom/archive/2008/03/24/wcfsvchost-and-wcftestclient-in-vs-2008.aspx. Check out the above link for more details. Sunday, March 23, 2008. FxCop in VS 2008.
praveenkjain.blogspot.com
Watch the most interesting: July 2007
http://praveenkjain.blogspot.com/2007_07_01_archive.html
Watch the most interesting. A Blog at your finger tips for all solutions. Friday, July 13, 2007. When to use Collection. I searched a lot to get the difference between generic Collection and generic List but could not come across any article which would specifically talk about differences. Then I started to try on myself to find out what could be the difference, and to my luck I got the answer from my test application where I exposed the List. Subscribe to: Posts (Atom). View my complete profile.
praveenkjain.blogspot.com
Watch the most interesting: May 2007
http://praveenkjain.blogspot.com/2007_05_01_archive.html
Watch the most interesting. A Blog at your finger tips for all solutions. Thursday, May 31, 2007. Few more recent releases. Http:/ www.dotnetblogengine.net. 8211; Support for VB.Net, Silverlight and XAML. How Microsoft does proves its new release capabilities. Check out the newly announced Microsoft Surface. Monday, May 28, 2007. Enterprise Library 3.1 now released. There is a new version of enterprise library available Enterprise Library 3.1. Friday, May 25, 2007. PopFly Addin for VS 2005. This all ...
praveenkjain.blogspot.com
Watch the most interesting: IsDotNetAssembly
http://praveenkjain.blogspot.com/2008/03/isdotnetassembly.html
Watch the most interesting. A Blog at your finger tips for all solutions. Tuesday, March 18, 2008. How to determine whether a given assembly is a .net dll or not? Many of the developers have faced this issue, and the common method to achieve this is to read the clr header and determine it with the hex value. But there is also a simpler way to do the same. Method 01: Simplest way. ValidAssemblyExpected = -2146234344;. Check of the supplied File is a valid .NET assembly. ErrorCode = ValidAssemblyExpected ).