I'm new to the .net world, but I've been developing native Win32 3-tier applications for some time now.
I'm not sure what are my options to develop this kind of applications in .NET, so I'd like to know what's the advantages of using LLBLGen Pro for this purpose.
Basically, what I'm looking for is to have a WinForms thin client that requests objects from a middle tier. This middle tier could filter the list of objects before sending to the client according to logged user rights. When the changes an object, I want to send these changes to the middle tier, that will decide what to do. The thin client will never connect to the databse, only the middle tier will.
Any comments are appreciated. Thanks in advance.