Browse by Tags

All Tags » kaushalparik27 (RSS)
Good news readers! I have been awarded with Microsoft Community Contributor [MCC] Award 2011 by Microsoft. Its truly said that credit should be given where its due. Long live the community! :)
Last week, I needed to complete one task on which I am going to blog about in this entry. The task is "Create a control panel like webpage to control (Start/Stop) Window Services which are part of my solution installed on computer where the main...
This is something that might be annoying or irritating for end user. Obviously, It's impossible to prevent end user from closing the/any browser. Just think of this if it becomes possible!!!. That will be a horrible web world where everytime you will...
In this blog entry, I am making a small note of ?? Operator. I think many of you may already have idea on this. Sometimes, it happens with me that I come across some basic things which I think I should be aware of from my academic or fresher level. ?...
This blog entry is in continuation with my first post on Part 1: LINQ Tips & Tricks [Things to get you started efficiently] Continuing to share some other important tips that you can take care of while developing with LINQ. [9] Loading Options while...
While my development with LINQ I got around some helps, links, small tips and tricks which makes life much easier, improves query formulation capabilities and speedup the program execute performance. Here I am sharing some of the tips I found as a LINQ...
This is one of my posts based on LINQ subject on which I gratefully able to work a lot since last one and half year and I am hoping for myself to have some of good posts on EF & LINQ. In this post, I am going a bit theoretical here. As the name implies...
Somasegar has announced on his blog entry that Visual Studio 2010 Service Pack 1 Beta is available and now ready for download! MVP Groups and MSDN subscribers can download the beta immediately with general availability on December 9,2010. It is even exciting...
Update: The article has been selected as "Article of the day" on 3rd Feb 2011 at official asp.net ( http://www.asp.net ) site Recently I came across a very interesting situation thru that I came to know that the order in which the codeSubDirectories...
I prefer to use fiddler which is an awsome tool for tracing up the http trafic, to test the performance script result OR to generate the Visual Basic web test script for performance testing. While working on one of my live site it helped me a lot as a...
friends, I didn't remember about the real source where i got it but I found one handy sheet for common operation in Linq To SQL. I thought you guys will find it useful too. I have also attached PDF file with this blog entry which contains all the...
I am going to write this entry once I get some time. Till if anybody have already any idea and wish to have code for this, I have created a small sample application with this entry. Please find it in attachment. Click here if you don't find the attachment...
My friend developers, I have something this time handy code block which is useful to transform any Xml data with the desired Xslt output file. Below code snippet provides you line by line code comment for better understandability. The function requires...
This something like - anybody would think why I will require to do this thing ever?. I mean calling a web service without adding reference of it. Obviously, to call a web service I would simply add the "Web Reference.." from the Solution Explorer;...
Did you ever need to write disconnected process which should be run at a defined interval time? Commonly, when we are in such need - we use to write window service which is based on some timer mechanism where we set some interval for the timer and in...
More Posts Next page »