blah blah blah is here! blah blah » Close

0
votes
1 answers

Serial Device Communications application design

Hi guys, I have been tasked with writing a small application that interfaces with a serial device. I have managed to create my communication wrapper which basically handles all the comms between the application and the device. So, it has ...

0
votes
0 answers

Best Practise - solution design

Could someone tell me the common/best practise for a solution layout. That is, I intend to develop a well designed 4 layered application (WinForms, .Net 3.5, Database app). I have had the habit of putting all the layers into one project, ...

0
votes
0 answers

Architecture Help - FTP/WebService?

Hi guys, I am writing a small home application that allows for files to be uploaded to an FTP Site (FTP / path). I may pass this application to a few friends. The FTP address\port\path are the same for all users. There's no login. The cu ...

0
votes
1 answers

Database design in nTier

Hi guys, Please assis with my initial nTier design. I#d like to have GUI level, Business level and DB level. I have created 2 objects (to start with). User and Role. These are basically the main user and Role objects that will be used. ...

0
votes
1 answers

Need help with Objects

I'm trying to develop a clean OOP driven application. My OOP is poor, and I am trying to resolve that. So... basic example... I have a 'User' table... Primary key is 'id'. I have a 'Role' table, with id and description... and this holds pos ...

0
votes
1 answers

Basic Help - Objects

I am creating a 'User' object. I have this: public class oUser { private int _id; private int _statusid; private string _username; private string _firstname; private string _surname; ...

0
votes
1 answers

Data Storage

All applications I have written have made use of SQL Server (or Interbase or Paradox). Now, I have been asked to write a small solution for a family member. It needs to store info such as text and numerical data, but more importantly, it mu ...

0
votes
1 answers

MDI Help

I am trying to create an MDI Application. I am opening the windows OK (MDI Children). But I don't think I am doing it correctly. Basically, I declare the forms on the main form (Parent). frm1 f1; frm2 f2; etc One for each form. Then, ...

0
votes
1 answers

Recommend a book?

I'm a Delphi Developer, wanting to pick up c#. I have visual studio .net, and would like to find a good book that helps me learn c# using VS.NET. I'd like it to assume no C experience, although I do use PHP alot. Any ideas of a suitable boo ...

Feedback