On this new project were working on, it seems like less and less.
Data/business layer is in TSQL in the SQL Server supplying Web Services.
The front end is using Infragistics controls primarily and will be 100% client side DHTML/AJAX, so everything after the Page_Load event will all be in javascript.
So far with my Infragistics controls for the last 10 pages Ive made yesterday, not a single line of C# (that Ive written at least!) in them. Between the configurable controls and javascript, everything is taken care of.
Well have to write some code and maybe even a postback for logging in and Permissions/Roles.
The really funny part is that the company bought us AppDev training videos for C#, but not the Atlas/Ajax one yet, so were watching videos and learning all about .Net and not really using most of what were learning right now.
Anyone else have a similar situation?
Data/business layer is in TSQL in the SQL Server supplying Web Services.
The front end is using Infragistics controls primarily and will be 100% client side DHTML/AJAX, so everything after the Page_Load event will all be in javascript.
So far with my Infragistics controls for the last 10 pages Ive made yesterday, not a single line of C# (that Ive written at least!) in them. Between the configurable controls and javascript, everything is taken care of.
Well have to write some code and maybe even a postback for logging in and Permissions/Roles.
The really funny part is that the company bought us AppDev training videos for C#, but not the Atlas/Ajax one yet, so were watching videos and learning all about .Net and not really using most of what were learning right now.
Anyone else have a similar situation?