.Net blog of Sijin Joseph
My experiences with .Net
Sign in
|
Join
Home
Contact
About
RSS
Atom
Search
Tags
.Net
Community News
Engineering
fun
general
General Software Development
Personal
Sites
Software Development
Source
Tools
Navigation
Home
Blogs
Archives
November 2008 (1)
August 2008 (1)
June 2008 (1)
May 2008 (1)
April 2008 (2)
March 2008 (1)
August 2007 (1)
July 2007 (2)
May 2007 (7)
October 2006 (1)
August 2006 (3)
July 2006 (4)
May 2006 (2)
April 2006 (1)
May 2005 (1)
March 2005 (8)
February 2005 (10)
January 2005 (3)
December 2004 (1)
November 2004 (1)
October 2004 (5)
September 2004 (5)
August 2004 (4)
July 2004 (8)
April 2004 (1)
March 2004 (2)
February 2004 (5)
January 2004 (4)
May 2003 (1)
April 2003 (15)
.Net Tools
NUnit
NUnit Add-in
Other
My personal blog
Reference
O'Riely Network
MSDN
Software Development
Joel on Software
ObjectMentor
Agile Modelling
Worth visiting daily
CodeProject
MSDN .Net
July 2004 - Posts
Comments
Rapid Data Forms Development
by
Sijin Joseph
I discovered a quick and dirty way to manipulate DB tables using .Net Windows forms. "Drag and Drop" 1. Drag a table from "Server Explorer" and automatically get a connection and dataAdapter object 2. You can use the dataadapter object to generate a typed...
Filed under:
.Net
Comments
Identity Crisis
by
Sijin Joseph
I had been trying to connect my laptop to my home pc using a cross cable for so many days. Finally yesterday i decided to get it done no matter what. The problem was that despite all proper TCP/IP settings the two computers were not able to ping each...
Filed under:
Software Development
,
Personal
2
Comments
ADO.Net powertoys
by
Sijin Joseph
Shawn Wildermuth aka ADO guy has a great book on ADO.Net called Pragmatic ADO.Net . It's a definite must read for anyone involved in ADO.Net programming, i have been working with ADO.Net for over a year and yet the book taught me so much, a definite buy...
Filed under:
.Net
Comments
Binding problems
by
Sijin Joseph
I recently came across a problem in a GUI i had designed. The UI was data bound to an object, now when the user entered some text in a textbox, the change only got propogated back to the object when the user moved the focus away from the textbox. Not...
Filed under:
.Net
2
Comments
Great site for connection strings
by
Sijin Joseph
This site has a great collection of connection strings for different scenarios and explanations for all the options that are used in connection strings. A definite bookmark if you are involved in DB programming.
Filed under:
Software Development
,
.Net
Comments
These controls rock
by
Sijin Joseph
Divil has updated his excellent UI controls for .Net. These controls totally blew me away, much more easy to use and way better looking than some commercial controls, and the prices are simply amazing. It's free for non-profit use. The controls include...
Filed under:
.Net
3
Comments
Interfaces can be both value and reference type
by
Sijin Joseph
Yesterday someone posted a message on our user group asking if interfaces were reference or value type. Initially i thought reference type, but then i thought that since value types can implement interfaces too, it needs to be a value type as well. I...
Filed under:
.Net
1
Comments
My session for Delhi .Net User Group
by
Sijin Joseph
I did session on advanced data binding in the Windows Forms. Basically i talked about how to setup two-way databinding in Windows Forms, implementing custom collection classes which implement IBindingList. Also i talked about implementations of IDataErrorInfo...
Filed under:
.Net
More Posts