Hi everybody..
I’m starting to build a new application which needs to access a centralized database from several points in the country through broadband.
After reading a lot I decided to use .NET remoting using http channel and the binary formatter (vb Win app).
Having looked through the forum and compared Northwind examples (SelfServicing and Adapter) I chose Adapter model due to distributed nature of the application.
So, the problem’s this is all theory and I don't have a clue where to start !!! . My main dude is how to build a facade using adapter model and remotely access it (I’m new to .NET so new to remoting). Next week I need to demonstrate my bosses that it's easier and quicker to develop this app with llblgen and make them buy a license.
I´m a vb6 developer and used to have my DAL code generated by my own simple code generator so that’s why I think llblgen is the best choice. I’m already convinced but need help to convince my bosses and a few clues on llblgen and remoting (have a practical example?)
Thanks a lot
regards
Martin
Montevideo, Uruguay