Life is ten percent what happens to you and ninety percent how you respond to it.
Lou Holtz“Life is ten percent what happens to you and ninety percent how you respond to it.”
Lou Holtz“Life is ten percent what happens to you and ninety percent how you respond to it.”
It would be usefull to read part 1 and part 2 Now back to the object creation Every object must have some properties that correspond to the DB fields of the table and , for easier of use, other properties/methods. We will wrote those Publisher and we left others as an exercise for the user. […]
Please read the first part at http://serviciipeweb.ro/iafblog/2006/08/13/Programming+In+NET+Part+1.aspx The database will be, for Windows forms, Access , and for ASP.NET projects – SQL Server Express. Why this choice? Very simple. For Windows forms, I need something to be easy deployed – and the most easy is a file based database. For the ASP.NET application, must be […]
This is the first article from a long serie that wants to present the programming in .NET( Windows si Internet) for the understanding of beginners.To follow this minicourse, you must have minimum programming knowledge.I consider that you know what a variable is ,that you posess a minimum SQL knowledge and you have heard about 3-tier.The […]
The site http://www.ssw.com.au/ssw/Standardsis VERY GOOD. It is a must read. Some observations, though : Rules to Better Code15.Do you have the time taken at the end of a long process? It’s good to have the time * but to display in another box to force the user to push an OK It’s better (like you […]