What is everyone using for thier presentation layer?
-
I have been doing asp.net (and ajax) for a while. While I have taken the time to learn 3.5, WCF and LINQ. I have not invested any energy in learning the new presentation tools. I am just curious if the rest of you have and if so what you are using. Anyone think I am missing out and that I should move away from ASP.Net? Do you use any of the following? ASP.Net (including AJAX) Win Forms WPF SilverLight Other.
I didn't get any requirements for the signature
I recently did a quick foray into Silverlight because I want to write a web front-end to Interacx. I guess I found it frustrating, but I didn't spend a lot of time on it. Instead, I ended up opting to use Telerik's Ajax ASP.NET controls. Telerik also has a pre-release available of some Silverlight stuff, but it's too early still, though I will look at it later when it (and Silverlight) matures more. I guess part of my decision to stick with ASP.NET is that it's a lot more comprehensive. Otherwise, for WinForm stuff, I typically use MyXaml and standard WinForm controls, although I have licenses for both DevExpress and Infragistics if I need something truly fancy. Marc
-
I have been doing asp.net (and ajax) for a while. While I have taken the time to learn 3.5, WCF and LINQ. I have not invested any energy in learning the new presentation tools. I am just curious if the rest of you have and if so what you are using. Anyone think I am missing out and that I should move away from ASP.Net? Do you use any of the following? ASP.Net (including AJAX) Win Forms WPF SilverLight Other.
I didn't get any requirements for the signature
-
I have been doing asp.net (and ajax) for a while. While I have taken the time to learn 3.5, WCF and LINQ. I have not invested any energy in learning the new presentation tools. I am just curious if the rest of you have and if so what you are using. Anyone think I am missing out and that I should move away from ASP.Net? Do you use any of the following? ASP.Net (including AJAX) Win Forms WPF SilverLight Other.
I didn't get any requirements for the signature
Oh ... and I forgot ... RFGen :)
-
The DOS command prompt.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Command prompt is for girls! Keypunch rocks! ;P
-
Oh ... and I forgot ... RFGen :)
I feel sorry for you. The last time I had to work with that I wanted to quit my job.
Mike Lasseter
-
ToddHileHoffer wrote:
ASP.Net (including AJAX)
Yes.
ToddHileHoffer wrote:
Win Forms
Yes.
ToddHileHoffer wrote:
WPF
Yes.
ToddHileHoffer wrote:
SilverLight
Investigating.
Deja View - the feeling that you've seen this post before.
Pete O'Hanlon wrote:
SilverLight Investigating.
Same here.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
I have been doing asp.net (and ajax) for a while. While I have taken the time to learn 3.5, WCF and LINQ. I have not invested any energy in learning the new presentation tools. I am just curious if the rest of you have and if so what you are using. Anyone think I am missing out and that I should move away from ASP.Net? Do you use any of the following? ASP.Net (including AJAX) Win Forms WPF SilverLight Other.
I didn't get any requirements for the signature
Today, I used the Console and MFC. The several daysy, I used nothing--the app had no presentation layer (unless you count the log file) and I was working on library code.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
I recently did a quick foray into Silverlight because I want to write a web front-end to Interacx. I guess I found it frustrating, but I didn't spend a lot of time on it. Instead, I ended up opting to use Telerik's Ajax ASP.NET controls. Telerik also has a pre-release available of some Silverlight stuff, but it's too early still, though I will look at it later when it (and Silverlight) matures more. I guess part of my decision to stick with ASP.NET is that it's a lot more comprehensive. Otherwise, for WinForm stuff, I typically use MyXaml and standard WinForm controls, although I have licenses for both DevExpress and Infragistics if I need something truly fancy. Marc
I have been bugging my boss to get me the Telerik AJAX controls and they finally agreed. They are just super. I can't even describe how good they are compared to the ajax toolkit that I was using...
I didn't get any requirements for the signature
-
The DOS command prompt.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001funny
I didn't get any requirements for the signature
-
I have been doing asp.net (and ajax) for a while. While I have taken the time to learn 3.5, WCF and LINQ. I have not invested any energy in learning the new presentation tools. I am just curious if the rest of you have and if so what you are using. Anyone think I am missing out and that I should move away from ASP.Net? Do you use any of the following? ASP.Net (including AJAX) Win Forms WPF SilverLight Other.
I didn't get any requirements for the signature
asp.net 2.0, ajax, and xsl are my daily grind. I like to do some WinMobile and Win Forms in my "free" time though. Ive played around with wpf(gesture recognition and the likes) and it was pretty impressively easy to get going. I've recently installed Blend and Ive been playing around with the storyboard recording and it's a lot of fun. I haven't found the best way to have the same project open in VS and blend w/o minor issues.. but it's nice to be able to quickly make a snazzy ui with animations/transformations and then be able write the backend very similar to how I would a winform/asp.net app. You just cant beat code reusability!
DrewG, MCSD .Net
-
I have been doing asp.net (and ajax) for a while. While I have taken the time to learn 3.5, WCF and LINQ. I have not invested any energy in learning the new presentation tools. I am just curious if the rest of you have and if so what you are using. Anyone think I am missing out and that I should move away from ASP.Net? Do you use any of the following? ASP.Net (including AJAX) Win Forms WPF SilverLight Other.
I didn't get any requirements for the signature
http://www.hanselman.com/blog/SurveyRESULTSWhatNETFrameworkFeaturesDoYouUse.aspx This was an interesting, fairly big survey of the .NET space at least.
rjempo
-
oh man I love it. It's definately a breath of fresh air. Yeah, it's very easy to integrate. What we are doing it hosting WCF services in IIS that return strings to Flex. The strings are XML serialized LINQ objects. So we just use LINQ to query SQL Server, serialize the LINQ object to an xml string, modify the xml with Flex, pass the xml back to WCF where it gets deserialized back to a LINQ object, then update the db. It's awesome. With Flex Builder 3 you just import the WSDL generated by WCF, and FB 3 creates the required Actionscript classes you need to call the WCF service. There is a special thing you have to do to "flatten" the generated WSDL so Flex can understand it, but it's worth it for the killer UI you get with Flex. ok, boy I'm getting winded, you can see my excitement...
-
I have been doing asp.net (and ajax) for a while. While I have taken the time to learn 3.5, WCF and LINQ. I have not invested any energy in learning the new presentation tools. I am just curious if the rest of you have and if so what you are using. Anyone think I am missing out and that I should move away from ASP.Net? Do you use any of the following? ASP.Net (including AJAX) Win Forms WPF SilverLight Other.
I didn't get any requirements for the signature
-
oh man I love it. It's definately a breath of fresh air. Yeah, it's very easy to integrate. What we are doing it hosting WCF services in IIS that return strings to Flex. The strings are XML serialized LINQ objects. So we just use LINQ to query SQL Server, serialize the LINQ object to an xml string, modify the xml with Flex, pass the xml back to WCF where it gets deserialized back to a LINQ object, then update the db. It's awesome. With Flex Builder 3 you just import the WSDL generated by WCF, and FB 3 creates the required Actionscript classes you need to call the WCF service. There is a special thing you have to do to "flatten" the generated WSDL so Flex can understand it, but it's worth it for the killer UI you get with Flex. ok, boy I'm getting winded, you can see my excitement...
So where do you perform validation and where do you implement business rules? In the flex UI???
-
http://www.hanselman.com/blog/SurveyRESULTSWhatNETFrameworkFeaturesDoYouUse.aspx This was an interesting, fairly big survey of the .NET space at least.
rjempo
That's sort of what I was interested in. Thanks for posting that.
I didn't get any requirements for the signature
-
So where do you perform validation and where do you implement business rules? In the flex UI???
Both IMO. Flex has validation components built in. We also do some in the biz logic layer.
-
Flex is the way to GO. am trying it out ...and yes great WOW factor indeed...thousand pounds of respect :)
That's right, "WOW factor" that's a good phrase for it! :-D
-
Flex is the way to GO. am trying it out ...and yes great WOW factor indeed...thousand pounds of respect :)
My vote is also for Flex, although now that Silverlight is at version 2 there's a lot of great things to say about it as well. RIAs are, in my opinion, the way to go though. Better separation of concerns, better security, real application development environment and languages, incredibly easy deployment, clients are always up-to-date without any effort, the list goes on and on.
-
No, no issues of that sort. I guess I'm not familiar with the terms object graphs and object trees either. Our WCF service just gets LINQ objects, serializes them to an xml string, and hands them to Flex, and then the reverse. It works tremendously well.
-
passing LINQ objects? ;) Is is any different than "array of objects being passed between client and service" (just adding some well known buzzwords WCF, LINQ to impress someone, IMO). How this affects topic about presentation layer :)?
Not I'm not trying to impress anyone. :laugh: :laugh: We're all programmers here right? At least that is what I thought. If a programmer is impressed by a couple of acronyms,. I feel sorry for that guy. If you look at my first post in this thread, I was responding to the thread starter. Then other's proceeded to ask questions so I obliged. :-D