M
Mark Goldin
I need to start to work on my first Web apps. in .NET.
It will have classic 3-tier architecture.
1. Back-end - SQL Server
2. Middle tier - ??
3. Browser based interface.
Regular static html pages that will have controls (listboxes,
treeview..) created by client site XSLT.
These pages will use dynamic XMLHTTP calls to get data.
Obviously that will require client script.
What script do I use? Is it Jscript, Jscript.net?
More I am thinking about it more questions I get.
Should ie be 100% asp.net? I mean no client site transformation?
For the middle tier will I create a component (DLL) written in C# and call
it from aspx page?
Or all middle tier code should be in the asp(x) page?
Please help me. I am experienced in web app. development. All I need is a
push into right direction.
Thanks
It will have classic 3-tier architecture.
1. Back-end - SQL Server
2. Middle tier - ??
3. Browser based interface.
Regular static html pages that will have controls (listboxes,
treeview..) created by client site XSLT.
These pages will use dynamic XMLHTTP calls to get data.
Obviously that will require client script.
What script do I use? Is it Jscript, Jscript.net?
More I am thinking about it more questions I get.
Should ie be 100% asp.net? I mean no client site transformation?
For the middle tier will I create a component (DLL) written in C# and call
it from aspx page?
Or all middle tier code should be in the asp(x) page?
Please help me. I am experienced in web app. development. All I need is a
push into right direction.
Thanks