Other News

Community

Studying design patterns in VB.NET

(David M. Simmonds) Design Patterns in VB.NET is specifically designed to help Software Architects and Programmers to take advantage of GoF design patterns so that they can build software which is flexible and easy to maintain. You will find that application of the concepts which you learn in this s

Community

Inserting a New Row in GridView

(Bipin Joshi) Many months back I wrote an article that explained a trick that allows you to add a new row to DataGrid. Just like DataGrid control the new GridView control doesn’t allow you to add new rows. Developers often use the following techniques to add new rows in such case: –They place a

Community

Using the New MySQL Query Profiler

(Robin Schumacher) One of the great things about MySQL is the superior innovation model that’s used to deliver database server software. Rather than relying solely on internal engineers who create and maintain a piece of software (as in a traditional software company), MySQL partners with the millio