Can someone explain to me what makes a .net Developer?
kanecain
Member Posts: 186 ■■■□□□□□□□
And what are the differences between a .net developer and a normal programmer?
WGU - Bachelors of Science - Information Security
Start Date: Jan. 1st, 2012
Courses: Done!!!
Start Date: Jan. 1st, 2012
Courses: Done!!!
Comments
-
lsud00d Member Posts: 1,571".net developer" is pretty ambiguous considering .net is a framework and a lot is entailed by virtue of the openness...Most of the time job postings for this will further specify what they are asking for, like the language (C#, vb.net, etc) and stack (asp.net, winforms, etc).
-
paul78 Member Posts: 3,016 ■■■■■■■■■■Just to expand a little more about what lsud00d said...
.NET is a software development framework and platform from Microsoft. The predominate programming language used on .NET is C# and VB.Net. A .NET developer is basically someone that develops software using that framework - See here for a description - .NET Framework
A competing framework would be the J2EE framework by Oracle. The language used is Java. You can find more information here - Java EE at a Glance
There is no such thing as a normal software developer Developers can specialize with different platforms and different layers of the application stack. A .NET developer usually develops end-user or business processing applications. -
kanecain Member Posts: 186 ■■■□□□□□□□Thanks for the responses guys!WGU - Bachelors of Science - Information Security
Start Date: Jan. 1st, 2012
Courses: Done!!! -
kurosaki00 Member Posts: 973Like others have said, in my experience also the .net programmer we had in my old company his languages were C# and Java.meh
-
ptilsen Member Posts: 2,835 ■■■■■■■■■■Paul gave a very good explanation. I would go a step further and say that ".NET programmer" is nearing synonymity with "Windows programmer." If you learn any of Microsoft's IDEs and languages, you'll be learning .NET alongside them. Even serious PowerShell programming often utilizes .NET.
-
paul78 Member Posts: 3,016 ■■■■■■■■■■kurosaki00 wrote: »also the .net programmer we had in my old company his languages were C# and Java.
-
ptilsen Member Posts: 2,835 ■■■■■■■■■■Wikipedia confirms. I've actually used Java far more that C#, but I can see why they dropped J++ and J#. There's really no need for J#. If you need to use Java, you need to use actual Java. If you're just more familiar with Java syntax, you ought to be able to adapt to C# easily enough.