priyangpatel.wordpress.com
March | 2009 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2009/03
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. Something about MVC (Model View Controller)! By priyangpatel on March 25, 2009. I heard so much about MVC and want to share some basic things about MVC. Basically MVC is a design pattern defined many years back and ASP.NET MVC Framework is the framework to implement MVC pattern. 8220; Model View Controller. 8220;Models”...
priyangpatel.wordpress.com
June | 2008 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2008/06
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. Increase your productivity using visual studio 2008. Posted in Visual Studio Tips and Tricks. By priyangpatel on June 3, 2008. Start with debugging: F5. Start without debugging: CTRL. Download the Visual C# 2008 Keybinding Reference Poster. Use GhostDoc to create XML Comments. Over any other solution. This. Then fill in the ...
priyangpatel.wordpress.com
May | 2008 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2008/05
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. Find files faster with Find Combo Box! Posted in Visual Studio Tips and Tricks. By priyangpatel on May 30, 2008. This is the Find dropdown that is on the Standard Toolbar, not the Find dialog. Use the shortcut CTRL D. To activate the Find. In normal mode. Use CTRL /. To quickly go to a file, type CTRL D. Enjoy Code Snippet w...
priyangpatel.wordpress.com
January | 2010 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2010/01
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. Doloto : AJAX application optimization tool. By priyangpatel on January 19, 2010. Tags: JavaScript JQuery Optimization. In our experiments across a number of AJAX applications and network conditions, Doloto reduced the amount of initial downloaded JavaScript code by over 40%, or hundreds of kilobytes resulting in startup oft...
priyangpatel.wordpress.com
April | 2008 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2008/04
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. Test your .NET skills. Posted in Check your skills now. By priyangpatel on April 9, 2008. Shared assemblies are installed where? A) System Assembly Cache (B) Global Assembly Cache. C) Machine Assembly Cache (D) Windows Assembly Cache. Which of the following is not a method of System.Object? A) Locating (B) Probing (C) Searchi.
priyangpatel.wordpress.com
November | 2006 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2006/11
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. Google fixes security flaw in Reader. Posted in Technology News. By priyangpatel on November 28, 2006. Google said it fixed a security flaw in Google Reader on Wednesday that could have allowed a hacker to steal sensitive information from Web surfers. And Microsoft join forces on sitemaps. Posted in Technology News. Appleman...
priyangpatel.wordpress.com
Doloto : AJAX application optimization tool | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2010/01/19/doloto-ajax-application-optimization-tool
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. Doloto : AJAX application optimization tool. By priyangpatel on January 19, 2010. Tags: JavaScript JQuery Optimization. In our experiments across a number of AJAX applications and network conditions, Doloto reduced the amount of initial downloaded JavaScript code by over 40%, or hundreds of kilobytes resulting in startup oft...
priyangpatel.wordpress.com
September | 2009 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2009/09
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. RESTful Services With ASP.NET MVC. By priyangpatel on September 10, 2009. I have found a very nice article of create RESTful Services With ASP.NET MVC. Http:/ msdn.microsoft.com/en-us/magazine/dd943053.aspx. Posted in C# 3.0. By priyangpatel on September 10, 2009. SSRS 2005 limitations :. By priyangpatel on September 7, 2009.
priyangpatel.wordpress.com
March | 2008 | Priyang Patel's Weblog
https://priyangpatel.wordpress.com/2008/03
Skip to search - Accesskey = s. Priyang Patel’s Weblog. TechDudes Think only technologies. Check your skills now. SSRS (Sql Server Reporting Services). Visual Studio Tips and Tricks. C# 30 New language features. Posted in C# 3.0. By priyangpatel on March 27, 2008. If you are a C# developer today, you are probably quite used to writing classes with basic properties like the code-snippet below:. The new C# compiler that ships in “Orcas” provides an elegant way to make your code more concise whi...Get; set;.