I’ve been doing ASP for about 4 years and I’ve had recruitment agents call me and ask if I’ve done .Net to which I have to say no
Should I lie or is there much difference?
By the way I’m pretty naive when it comes to new tech…I’ve learned what I’ve learned and until someone tells me I have to I shy away from learning new things so if ASP & .Net are similar then I don’t know.
Is ASP.Net & .Net different cause I think ASP.Net is the same (or pretty close) as ASP
There’s a lot of difference. Traditional ASP is a lot like PHP in terms of execution method. ASP.Net is more like Java, it’s compiled to bytecode and then executed.
The “compiled to bytecode” step means that you can write .net in any language - C#, VB.net etc and make use of the same standard library.
ahhhh I see…fair enough, there are some companies nearby who are converting to ASP.Net, I’ll have to get a job there and learning Java’s always been on the list
a list I haven’t done anything about for four years but I know I should
any tips for what todays web developer should be learning or should know?