need to Develope web app..?
-
I am a WinForms develpoer and I need to develop a web application. What is the fastest way to do so?
Search for resources on web application development here
-
I am a WinForms develpoer and I need to develop a web application. What is the fastest way to do so?
Just start To Read MSDN For Web Application .....U will become master of web....
-
I am a WinForms develpoer and I need to develop a web application. What is the fastest way to do so?
BuzzMan87 wrote:
I am a WinForms develpoer and I need to develop a web application. What is the fastest way to do so?
Pick up a good book on the subject. There are plenty of them out there.
"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 am a WinForms develpoer and I need to develop a web application. What is the fastest way to do so?
-
I am a WinForms develpoer and I need to develop a web application. What is the fastest way to do so?
Well, it's pretty much the same, still totally different. You are moving from a stateful client application to a stateless client-server application. That's the part that is totally different. To make it easier for you, the web controls that you can use in a web application can to some extent emulate the statefulness that you are used to. However, this always comes with a cost, usually in the form of a larger payload that the browser has to download for every page.
Despite everything, the person most likely to be fooling you next is yourself.