vote up 5 vote down star
1

I would like to know from those in hiring roles and in senior ASP.NET roles, would you seriously consider a person like myself for a senior ASP.NET role?

A bit about myself: I am seriously considering a switch from WinForms to ASP.NET. There just do not seem to be many positions for desktop application developers anymore. It's becoming a niche field. In the pursuit of greater opportunities, I am trying to repackage myself as an ASP.NET developer. Unfortunately, there is the obvious lack of professional experience that is a gap on the resume. Seriously, the only real issue with losing my senior status is the paycut involved. I couldn't care less about the title, but sadly, we all have bills.

I could argue that there is a lot more to software development that knowing the intricacies of web development vs desktop-- there are issues of designing reusable code, design patterns, C# language features, database experience (another place where my experience is light), class design, professional maturity, and so on.. But I fear that these arguments will fall on deaf ears, especially in these times, when there are already so many experienced ASP.NET developers already out of work. I can sling together a few simple web pages that hit a database and show the data, but this is far from a professional web site, I'm afraid.

flag
1  
Why the down vote? Seems a decent enough question to me – zebrabox Aug 31 at 21:49
8  
He's not posting, nor applying for, a job with this post. He's asking if his skills are transferable. Arguably at worst this should be CW. – womp Aug 31 at 21:54
1  
@Mike Farmer. That's a bit harsh. A fellow coder is asking for some help from his peers. He's not posting for a position or sticking his CV/Resume up. – zebrabox Aug 31 at 22:02
@MedicineMan you haven't provided enough information in your question for anyone who truly works with these decisions to say for sure. Feel free to email me if you'd like to discuss it one-on-one at length. – Rex M Aug 31 at 22:04

5 Answers

vote up 2 vote down

I think the odds are stacked against you but that doesn't mean you can't make the transition with a little effort.

The first thing you must do is find ways to convey to the potential employers that you can handle ASP.NET development. Have you ever worked with HTML, CSS, or JavaScript? Have you at least consumed Web services? Maybe you could buy one of those ASP.NET beginner books and work through the examples at home.

Next, elaborate on the similarities between your current job and that of an ASP.NET developer. You have likely used similar controls. You have likely followed similar high level design/development concepts. You have likely used the same tools. You have likely worked with complex SQL queries.

Take these things and target your resume / cover letter towards the posted job. Don't exaggerate or lie, just word it such that it is clear that while you haven't worked as a Web developer, you have certainly had enough exposure to handle the transition.

The only other thing I can suggest is patience. Other candidates will have more Web experience and you can't overcome that. You might even need to take a pay cut to make the transition.

Best of luck to you.

link|flag
vote up 0 vote down

This is an interesting question ...

Being a senior Winforms developer, shows you know a large part of .Net, and if you also know how the web works (HTML, JS, GET, POST, Headers, Cookies, etc) and also know ASP.Net fundamentals (page lifecycle, controls, authentication, sessions, etc ...) then you would get a fair change for a senior ASP.Net developer position.

link|flag
vote up 3 vote down

Well I hire ASP.NET and WinForms coders and I wouldn't rule you out. Interestingly, in the UK, Web coders tend to earn a lot more than WinForms coders so a strange reversal of your situation.
ASP.NET/Web coding has it's own challenges, especially the stateless design which is fairly alien to most Desktop coders so I'd spend some time getting to understand what you're letting yourself into, maybe knock up a couple of side project which you can put as links in your CV and give you something to discuss in the interview.
I'm interested to know why you are so keen to get into ASP.NET coding though - WinForms is still very popular, especially in Game Tools coding. You can make a decent living and work on a lot of interesting stuff.

Note - controversial but after interviewing a LOT of ASP.NET coders, I found the standard to be very hit and miss, whereas WinForms coders tend to be good solid coders so I suspect you're a decent coder which is ALWAYS a bonus on any team :)

link|flag
Unfortunately, WinForms is just not very popular in the SF Bay Area. – MedicineMan Aug 31 at 22:07
@MedicineMan. Well I know that Sony and EA are both in the Bay Area and I know for a fact that they'd jump at decent WinForms coders – zebrabox Aug 31 at 22:18
I saw the Sony posting. I'm interested in more than just a job. I'm looking for a career. It might be enough to get me through the recession though. – MedicineMan Aug 31 at 22:39
@MedicineMan Depends what your long term objectives are but both of those companies are good for building careers – zebrabox Aug 31 at 22:54
vote up 2 vote down

You are a senior developer, who is unfamiliar with ASP.net. So, you don't currently qualify as a senior ASP.net developer, as Senior implies familiar with the intricacies and peculiarities of the platform in which you work. Companies pay senior developers more because they do not have to spend cycles learning the basics of their development platform.

Fortunately the solution isn't too difficult. Just start writing code at home in asp.net. As a Senior .net developer you should be able to catch on very quickly. Put out a product or site to use as a portfolio and to show that you have gained experience in the ASP.net platform. And when you get to your spiffy new Senior ASP.net position, your company won't put undo pressure on you because you don't have the knowledge coming in that they expected from a senior developer.

link|flag
vote up 1 vote down

Well, I think it depends on a number of factors. Firstly, do you actually know ASP.NET? I mean more than "I can do the samples" -- I mean what's your actual level of proficiency? I would expect someone with your story who may not have had job responsibility in that area to have (extensive) personal experience (e.g., "I didn't do that at work, but for my personal web site bla bla bla"). Are you conversant with the frameworks, 3rd party addons, etc? If so, and you had deep experience elsewhere, I think you have a great shot at landing that type of job.

If you're coming in completely cold, honestly I don't think your chances are good...especially in this market.

The final thing I'd add is that it depends on the type and size of company. A small company hiring a single senior engineer for that slot may have more heartburn about your lack of commercial experience (I know I would), whereas a larger organization looking to build out a team would likely be less concerned.

link|flag
interesting point about the small company vs large company. I never considered the possibility of a hiring manager trying to 'build out his team' – MedicineMan Aug 31 at 22:05
Unfortunately no, I do not have much personal experience. I have started working on some personal web pages to broaden my skills, but I am a long way from knowing the intricacies of web development – MedicineMan Aug 31 at 22:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.