If you are developing applications using VS 2010 Express editions, you will miss the Package Manager console, which helps us to install libraries or packages via NuGet. The Nuget package manager console is not integrated to VS 2010 Express editions.(Visual Web Developer Express is an exception, it has a package manager console integration). To overcome [...]
Posts Categorized: Miscellaneous
K-MUG – Global Azure Bootcamp – 27 April 2013 – Infopark – Kochi
The Kerala Microsoft Users Group (K-MUG) will be organizing a Global Azure Boot camp on 27th April 2013 at Info park Campus in Kochi. K-MUG is one of the best developer community in India, which got Best User Group award in India as part of Microsoft Community Impact award 2010. The Global Azure boot camp [...]
How to get all controls from a form at runtime in C#
Here is a code snippet which helps you to enumerate all the controls in a form. This snippet can be used for any control, to find the child controls. And you can invoke this function like this, to enumerate all the controls of a Form.
K-MUG User Group Meeting – 19th Jan 2013
Another K-MUG UG Meeting, as usual the event was awesome. (Sorry I forgot to post about the event in my blog.) The first session was from Shiju Vargheese on Windows Azure Websites. A good introduction session about Windows Azure website. You can download / view the presentation here The second session was from Yanesh Tyagi. [...]
Multiple browser tabs and ASP.Net session
If you are using Session in ASP.Net for storing some user information, most of the modern browsers may create problem for you. Because if you open the asp.net application in same browser, but different tab, both of these tabs shares the session value. Two solutions are available for this problem. Using Cookieless SessionIDs – By [...]
TechDays 2012-2013: Kochi, India
TechDays is one of the premier technical events in India and should not be missed. This is a unique opportunity to listen to & learn from the experts and this time we are coming to your town. Thousands of technology professionals from across India will come together to network with peers and experts, while diving [...]