Hello all,
I was wondering if anyone could give me any advice on how much easier a Web App would be with LLBLGEN as opposed to developing a distributed system.
Our requirements/tools are as follows
- All dotnet platform
- Internal usage (we have control over everything)
- We will be in charge of the service side and the client side and always will be
- Transfer speed is not a huge issue
- Development cost and time to market is the biggest issue for us.
Which is the best technology to use to do this in conjunction with LLBLGEN? (It is a CRM/Invoicing type application)
I'm leaning towards Remoting with WCF. I'm dead scared however that there will be lots of overhead with developing this. (We started off using Webservices exposing the DAL as datasets and have already made that costly mistake...ewww). All ways of developing correct SOA implementations seem to me to have rediculous overheads compared with a regular stand alone application.
It seams alot quicker and easier to just do a regular website, however with that comes the overhead and inflexability of the UI. (For mine winforms is so much quicker to develop)
I've been reading about this for months and I just cant seem to come up with an answer...I feel like I may as well just stick my hand in a hat and pick a random number...then dive in....(ie...screw it up for the poor old maintenance guy
)
Thank you kindly for anyone's advice.
John Sheppard