home » people » vivek_iit

vivek_iit

Vivek Thakur

Profile

Name:
Vivek Thakur
Location:
N/A
Bio:
I am one of the administrators at CodeAsp.Net and I love programming, architecting solutions, code reviews, teaching and writing about ASP.NET.
Interests:
N/A

Community info

Member since:
11/27/2008 11:54:25 AM
Rank:
3
Role:
SiteAdministrator
Total Posts:
55
Total points:
3325

Personal Information

Favorite Music:
N/A
Favorite TV Shows:
N/A
Favorite Books:
N/A
Favorite Cuisines:
N/A
Occupation:
Architect.
Sex:
Male
Industry:
Loading ...

Confirm

  • C# DataGridView control with custom collection in Windows Forms
    This is a brief quick tutorial on how to use Windows DataGridView control in your windows forms based applications with custom collections in C# or VB.NET
    3/22/2009 12:33:42 PM - Comments: 4
  • ASP.NET Viewstate and ControlState
    This article gives a brief introduction on ViewState and Control State in ASP.NET, and also focuses on some of the tricky issues with both.
    3/19/2009 9:51:48 PM - Comments: 4
  • Globalization and localization demystified in ASP.NET 2.0
    This article explains how to globalize an ASP.NET 2.0 website, step by step, with a practical example.
    3/16/2009 1:27:09 AM - Comments: 26
  • ASP.NET Page Lifecycle
    I have tried to explain relevant events in the Page lifecycle and their importance with some gotchas. I will keep updating this article with more tips and tricks, besides readers are welcome to point out mistakes and suggest corrections and give feedback! An important thing to remember here is that the entire lifecycle is repeated on every reque
    3/11/2009 4:52:04 PM - Comments: 11
  • Static Keyword Demystified
    We examined the static keyword in C#, and saw how it helps in writing good code. It is best to think and foresee possible uses of the static keyword so that the code efficiency, in general, increases.
    2/9/2009 1:26:19 AM - Comments: 0
  • ASP.NET MVC Framework Tutorial
    The Model View Controller (MVC) is a buzzword in the ASP.NET community, thanks to the upcoming ASP.NET MVC Framework that Microsoft has launched recently. The Framework allows easier adoption of the different MVC patterns in our web applications. In this article we will discuss ASP.NET MVC Framework in detail with the help of a Sample Project. We a
    2/5/2009 2:42:29 AM - Comments: 3
  • Dependency Injection And Factory Design
    Using simple design patterns can help create flexible software which is also easy to maintain and also reduce costs. By the help of this article I wanted to explain how this flexibility can be achieved in real world programs. Also if there are any suggestions on improving this design, I would love to hear them.
    2/3/2009 5:48:42 AM - Comments: 0
  • Story of two Textboxes
    This story tells the reader the difference between different types of controls and the importance of Viewstate; Author: Vivek Thakur; Section: ASP.NET;
    1/5/2009 4:16:45 AM - Comments: 10
  • Difference Between Unix and Windows Shell
    This article aims to discuss the true meaning of a shell in both Unix and Windows
    12/26/2008 4:03:07 AM - Comments: 0
  • Dictionary vs Hashtable vs ListDictionary vs HybridDictionary
    Hastables are deprecated now because with .NET 2.0 and above the Dictionary class is introduced which is much more efficient because it does not need to box or unbox data while adding/retrieiving items. ListDictionary should be used when the number of ite...
    7/22/2009 5:23:33 AM - Comments:0
  • Caching in ASP.NET: Velocity Distributed caching Framework
    Many beginner developers do not realize how effcient caching mechanisms can play a big role in increasing application performance. Most developers are accustomed to using the default In-Proc session state, or the Cache object to store the application rela...
    7/16/2009 12:33:50 PM - Comments:1
  • SQL server install error:One or more of the components being installed are already registered as 32 bit components in the target application.
    Recently I got this error while installing SQL Server 2005 64 bit on a machine where previously SQL Server 2005 32 bit was installed: Failed to install and configure assemblies C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTas...
    7/15/2009 12:09:10 PM - Comments:2
  • Abstract classes vs interfaces c#
    When should you use Abstract classes for implementing dynamic polymorphism? and when Interfaces are your best option? Most beginners tend to get confused between Abstract classes and Interfaces, so here is a quick primer: In Abstract classes you can use "...
    7/9/2009 8:11:46 AM - Comments:0
  • You must first install one of the qualified Visual Studio editions
    Today I was installing MS Visio Enterprise Architect and got this error the moment the installer started to load: "You must first install one of the qualified Visual Studio editions". Considering that I have already installed Visual Studio 2008 Architecte...
    6/26/2009 1:44:18 PM - Comments:0
  • The 7 Laws of IT Success in a Super-Slow Economy
    The seriousness of the world economy is starting to worry me. Not that it has affected my business one bit. But with billionaire investor George Soros telling the Times of London, "The chances of a depression are quite high," I realize there are lots of I...
    5/4/2009 4:11:57 PM - Comments:1
  • Row associated with the currency manager's position cannot be made invisible
    In your windows forms applicatons, if you want to hide/make inivisible a row of the DataGridView control at runtime, you would assume that this line will do the trick: for (int i = 0; i < dgridView.Rows.Count; i++)   {        if(someCondition)      ...
    4/1/2009 3:03:21 AM - Comments:1
  • How to capture keypress in Windows Forms?
    You can capture any keypress in your Windows Forms based applications using any of these three events: 1. KeyPress: you can capture the key pressed using KeyPressEventArgs.Keychar property 2. KeyDown: 3. KeyUp Now in windows applications, the ...
    3/31/2009 12:11:43 PM - Comments:0
  • Div background image
    In ASP.NET projects, we sometimes use the <DIV> tag's background property as: <div style="background-image: url(../images/background.gif); height: 200px; width: 400px; border: 1px solid black;">Example of a DIV element with a background im...
    3/31/2009 9:52:19 AM - Comments:0
  • WebDev.WebServer.Exe has stopped working
    Sometimes your VS might throw this error: WebDev.WebServer.Exe has stopped working , and would stop running your projects. Looking into the event log will show some Socket related exception. There are a few approaches to fix this error: 1. Reboot your ...
    3/26/2009 12:24:02 PM - Comments:3
10 people found.
  • MVP Chat
    MVP Chat: Chat with ASP.NET MVPs, learn how they program their applications, best practices they follow and frameworks they like/dislike. A great opportunity to know more about the MVP program and also what it takes to become an MVP!
    1/30/2009 9:50:57 AM
  • Real World Interoperability through Application Integration and SOA, Feb 16, Bangalore
    Join us for a live demonstration of real world solutions that help drive platform-to-platform, application-to-application, and people-to-people interoperability. Whether you are an IT professional and decision maker, a developer, an advisor/consultant or a policy-maker, you will find these demos useful in addressing your most critical concerns about interoperability in today's complex heterogeneous IT environments. Meet with technical experts from Microsoft, Quest Software, S3 Edge, and Sonata to learn how to: • Extend Microsoft Active Directory capabilities to non-Microsoft based systems in a mixed enterprise environment• Develop Silverlight applications within the Java-based Eclipse development environment, utilizing .Net 3.5 features • Utilize the Azure Services Platform to support multiple Internet protocols for Interoperability, including HTTP, REST, SOAP, and "plain old XML" (POX) • Enable real-time application-to-application integration through SOA • Bring disparate LOB applications to a Single Desktop Interface through the Customer Care Framework (CCF) • Deliver cutting edge SOA through RFID in heterogeneous environments • Enable accessibility by converting OpenXML docs to DAISY audio files for visually impaired Timings • Morning Session: 10:30 AM-1:00 PM• Lunch: 1:00 PM-2:00 PM• Afternoon Session: 2:00 PM-3:30 PM This is an invite only event. Please register for this event if you plan to attend. For registration send an email to: response@erfolgcs.com
    2/6/2009 1:52:24 AM