Feeds:
Posts
Comments

Archive for May, 2009

Recently I got a requirement of restricting the text entered into a ListView Edit Control, since there is no such property which will restrict the text in ListView control.
After extensive searching in google I got a very good link which implements the same as per the requirement.
Click here to get the code.
Rishi

Read Full Post »

Strategy Pattern

Recently I again started reading Design Patterns by HeadFirst and hopefully I will continue with it. So the first pattern I learned was the Strategy Pattern. The example which they have explained is of SimU Duck game. I am really a gr8 fan of HeadFirst series. They have greatly explained with diagrams and also how [...]

Read Full Post »

Online Quiz

Recently I have started with the freelance coding. I got some 2-3 project and it was quite good experience to work independent and also learnt a lot technically. Recently I completed with Online Quiz Website project. I developed that in ASP.NET and MS-SQL. I completed that with functionality in 10 days (ofcourse without UI). Further [...]

Read Full Post »

Design patterns are the basic for designing any of the Softwares. There are lots of books covering this topic but personally I love head first series. Design patterns is a thing which you can learn easily through diagrams and graphics and not my theory. And no other book can match HeadFirst Design Patterns. They have [...]

Read Full Post »