473,662 Members | 2,546 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# skills questionnaire

Hi All,

Does anybody know how to determine C# skill set of a new hire?
Our company is about to move to .Net and we have no experienced developers
to assess C# skills .
Are there any on-line questionnaires you can point us to?

Thanks,
Andy

Jul 1 '08 #1
22 4546
On Jul 2, 7:37*am, Jeroen Mostert <jmost...@xs4al l.nlwrote:
<snip>
Most current-crop developers have been raised on Java and should be able to
<snip>
--
J.
really?
Jul 2 '08 #2
C# skill is no big deal.
What matter more (takes more work) is comprehensive .NET framework
experience.

I mean the C# syntax can easily be learned and mastered in 1 week.
The real value is in knowing whole part of the API, like GUI programing in
WPF or Winform, or Web developement in ASP.NET, to name some major category.

You can ask people to show sample of their work, that would give you an
idea.

Ask what are their favorite community resource (for exemple:
codeproject.com , MSDN.microsoft. com, windowsclient.n et, asp.net,
codeplex.com).

What are their favorite tools (should at least include some of the
following: Visual Studio (express?), Reflector, NAnt, XamlPad, NUnit).
"Andy Summers" <an*********@po lyoptimum.comwr ote in message
news:Ob******** ********@TK2MSF TNGP02.phx.gbl. ..
Hi All,

Does anybody know how to determine C# skill set of a new hire?
Our company is about to move to .Net and we have no experienced developers
to assess C# skills .
Are there any on-line questionnaires you can point us to?

Thanks,
Andy
Jul 2 '08 #3
On Wed, 02 Jul 2008 00:10:23 -0700, Lloyd Dupont <ld@galador.rem oveme.net>
wrote:
C# skill is no big deal.
What matter more (takes more work) is comprehensive .NET framework
experience.

I mean the C# syntax can easily be learned and mastered in 1 week.
The _basic_ syntax learn in one week? Especially if you're not using any
of the C# features that don't directly map to C++ features. Sure.

The language _mastered_ in one week? Not even close.

I do agree that learning the .NET framework is obviously a very important
part. But being able to use the unique and powerful language features is
a very important aspect of productivity, and there's no way to achieve
mastery of that in a week. At best, a dedicated learner could achieve an
"advanced intermediate" (not mastery) skill level in a matter of months.

Pete
Jul 2 '08 #4
Lloyd Dupont <ld@galador.rem oveme.netwrote:
C# skill is no big deal.
What matter more (takes more work) is comprehensive .NET framework
experience.

I mean the C# syntax can easily be learned and mastered in 1 week.
That was true for C# 1. It's certainly not true by the time you include
C# 2 and 3.

--
Jon Skeet - <sk***@pobox.co m>
Web site: http://www.pobox.com/~skeet
Blog: http://www.msmvps.com/jon_skeet
C# in Depth: http://csharpindepth.com
Jul 2 '08 #5
On Jul 1, 4:26*pm, "Andy Summers" <andysumm...@po lyoptimum.comwr ote:
Hi All,

Does anybody know how to determine C# skill set of a new hire?
Our company is about to move to .Net and we have no experienced developers
to assess C# skills .
Are there any on-line questionnaires you can point us to?

Thanks,
Andy
Aside all "smartness" in previous answers, it's true that it's one
thing to determine C# skills and completely different animal
assessing .NET framework and overall coding experience. And not having
the skill yourself is what makes this task challenging.

We recently had to go through similar exercise. Don't have a cookie-
cutter for you, but following may help:
- find some C# Microsoft exam questionnaire and extract the questions
that most matter to your particular need. I used free online tests to
find pure C# syntax questions. Google "free practice test MCSD".
- Somebody here advised you to ask for favorite tools. I agree but I'd
say you need to ask if they are familiar with the tools you're going
to offer. Start simple: "how do you write a stored procedure and how
do you commit it to a SQL server". Then go as deep as possible/needed.
- We took a technology the candidate claimed she'd mastered and made
sure that she really possessed the skill, not just previous encounter
or consumption of that technology (as most of the resumes end up
being). As an example, we took a few samples from .NET/VS on-line help
and created a set of questions that asked how to accomplish certain
things with a DataGrid control for example... We tried to be able to
sift through people who know how to drag/drop and set some right-click-
available properties of the DataGrid control and find the candidate
who knew how to programmaticall y add a check-box column.
Sorry - didn't mean to "Advise" - just wanted to share our recent
experience.
Jul 2 '08 #6
Peter Webb wrote:
>
"Jeroen Mostert" <jm******@xs4al l.nlwrote in message
news:48******** *************** @news.xs4all.nl ...
>Andy Summers wrote:
>>Does anybody know how to determine C# skill set of a new hire?
Our company is about to move to .Net and we have no experienced
developers to assess C# skills .

Then why are you moving to .NET? That sounds rather paradoxical.

Maybe they have .NET skills, but in C++ or some other language.
It's possible. Not particularly likely, though.
>I'd invest in in-house training instead.


Maybe they are, as well. Maybe they want an experienced C# developer on
their development team, rather than relying completely on people who
have only been on a training course.
That's a good point, but part of the difficulty is hiring an experienced
developer who will be any good at supporting the others if you have no
in-house experience with it *at all*. At least a basic level would help a
lot in figuring out whether someone could be of use.

<snip>
Gee, the guy wants some C# resources and you criticise his company's IT
strategy.
I don't know if that's his company's IT strategy. I'm just cautioning
against a particularly common IT strategy.
Wow. All this advice on how to cross-train different types of
programmers, but not a single word that answers his question.
I can't answer his question directly. Does that mean I can't post a response?
You must be really, really good to be able to provide all this high
level IT training strategy advice from the information provided in a
mere two sentence post.
If I came off as heavy-handed, I apologize. The advice was not tailored to
the OP's situation, of which I of course know nothing. I'm sure it can be
appreciated in the same context.

--
J.
Jul 2 '08 #7
..\\axxx wrote:
On Jul 2, 7:37 am, Jeroen Mostert <jmost...@xs4al l.nlwrote:
<snip>
>Most current-crop developers have been raised on Java and should be able to
<snip>

really?
Well, it's been the darling of CS courses as the teaching language for quite
a while now. There are still plenty that still go for C/C++, of course, and
some will have switched to C#.

Of course, it depends on your definition of "raised"... Most developers will
have seen another language before they ever saw Java.

--
J.
Jul 2 '08 #8
Andy Summers wrote:
Hi All,

Does anybody know how to determine C# skill set of a new hire?
Our company is about to move to .Net and we have no experienced
developers to assess C# skills .
Are there any on-line questionnaires you can point us to?
Brainbench....
>
Thanks,
Andy

Jul 2 '08 #9
On Jul 2, 12:26*am, Jon Skeet [C# MVP] <sk...@pobox.co mwrote:
I mean the C# syntax can easily be learned and mastered in 1 week.

That was true for C# 1. It's certainly not true by the time you include
C# 2 and 3.
Well speak for yourself Jon. The rest of us took about a week. I
myself learned from a book "C# Programming: with the public beta" by
Harvey et al, which was C# beta (1999). And I see no need to buy
another book. However, I did have C++ experience beforehand.

As to the OP, I would consider asking applicants to show sample code,
check their references, and as a last resort ask them to do a short
sample program, for example a GUI that solves the 8-queens problem or
Towers of Hanoi.

RL
[C# N00b MVP]
Jul 2 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1904
by: hp | last post by:
I'm currently developing an online questionnaire system for my dissertation and I have now come across a few problems. I'm developing an online approach recommendation system. The basic feature is that a client will answer a number of questions online and based on the results an approach will be recommended. There will be four pages with 5 questions on each site, this will all be sent to a database and based on this an approach will be...
3
2227
by: Jason A. Thompson | last post by:
Dear Access Gurus, I have a database which I hoped to use to administer questionnaires, or rather that someone who knows nothing about Access could use to administer them. Each q'aire item is on a different form and I dropped in command buttons on each to move forward and backward through the "pages" of the q'aire. Problem is, the first record in the common underlying table is overwritten each time we go through the q'aire. (The code to...
3
6803
by: Tom_F | last post by:
To comp.databases.ms-access -- I have a questionnaire for which I would like to design a MIcrosoft Access form. I understand that the proper Access table structure would be: Respondent_ID Question_ID Response 101 1 Yes 101 2 No 101 3 Yes
0
1639
by: Christian Zotter | last post by:
Hello NG, I am a student at UDA in Austria, Austrian Partner of International Universities. To finnish my study i have to do a final year project. I have choosen the topic 'Evaluation of low cost CMS systems' for my project. Most of them are written in PHP, so i thought that this NG is a good place to ask for help.
1
3030
by: javedna | last post by:
Can PHP help with the following as I have tried in the MYSQL Forums and cant get any help Thanks Nabz ---------------------------------------- Hi I am developing a PHP MYSQL questionnaire tool. The problem I am having is that of inserting all the answers into the table. The questionnaire is Dynamic so the number of questions can vary. I have a variable that counts them so at the moment there is 75 questions.
7
2093
by: javedna | last post by:
Hi guys Ive got a simple problem, im designing an online questionnaire and on submission the coding that I have used to validate whether a user has filled in all the questions is supposed to identify any questions they have missed out and print out a simple error message. It correctly identify which questions have not been filled in but returns the following error message too: . . .
2
1467
by: Vili | last post by:
Hi all I am having problems with creating an functional questionnaire with asp.net 2.0 and MSSQL 2005 database. I have a table with field id (key & auto int), clientId (int), QuestionId (int), And answer (nvarchar(255)) and a set of questions on an another table. Questions can have 0 or more answers
10
3016
by: fishlab | last post by:
Hello I'm using visual basic 2005 and i'm really useless and completely stuck. i'm making a questionnaire with a track bar from 1-7 to collect reponses. I have three forms. The first form is to collect information about the people i.e. name, gender etc but i don't know how to record the data that people put in and present it back to them at then end? The second form is the actual questionnaire ......the problem is i have 15...
20
2152
by: gremlin | last post by:
http://www.cilk.com/multicore-blog/bid/6703/C-Inventor-Bjarne-Stroustrup-answers-the-Multicore-Proust-Questionnaire
0
8344
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8857
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8546
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7367
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5654
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1993
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.