Need a fast C tutorial for short-term non- Net programmers

0 votes
I work for a large corporation's research department, and we build our prototypes using the.Net platform (which implies the product team always reproduces our work if the prototype is 'useful.')

For our projects, we also hire interns. Some interns are mostly involved in research and consequently code less. In any case, interns must be able to code in C# or, if possible, F#. The majority of them have never worked with C# before. They are usually senior undergrads or graduates who are familiar with Java and C++. However, they are unlikely to have obtained any formal programming training.

The difficult aspect is teaching them C#/.Net quickly enough for them to focus on their research difficulties during their 3- or 6-month internship. They also need to know some excellent C# practices, as the codebase they create during their internship will not be reusable afterward.

My approach to learning C# differs from that of others (I learned F# first, then read CLR via C# and Effective Java from beginning to end.) As a result, I'd like to seek advice from experienced C# users in order to recommend a short-term (say, two or three days) C# tutorial.
Jun 8, 2022 in C# by pranav
• 2,590 points
267 views

1 answer to this question.

0 votes
First use this link http://www.thinkingparallel.com/2007/03/06/c-vs-c-a-checklist-from-a-c-programmers-point-of-view/

Second, ask them to directly buy this book : C# 4.0 in a nutshell by Joseph Albahari.

This will be enough provided sufficient training.
answered Jun 9, 2022 by rajiv
• 1,620 points

Related Questions In C#

0 votes
1 answer

A good and complete tutorial about reflection in .NET?

First, go to this link http://www.codeproject.com/Articles/55710/Reflection-in-NET Also, you ...READ MORE

answered Jun 6, 2022 in C# by pranav
• 2,590 points
304 views
0 votes
1 answer

How do I turn a C# object into a JSON string in .NET

Newtonsoft.json can be used to accomplish this. ...READ MORE

answered Jun 13, 2022 in C# by krishna
• 2,820 points
359 views
0 votes
1 answer

Awesome ASP.NET and C# tutorials for beginners

Go here https://dotnet.microsoft.com/en-us/learn/aspnet They have some nice tutorials ...READ MORE

answered Jun 17, 2022 in C# by jyoti
• 1,240 points
614 views
0 votes
1 answer

Beginners book for .NET and C#

It depends on how proficient you are ...READ MORE

answered Jun 21, 2022 in C# by jyoti
• 1,240 points
233 views
0 votes
1 answer
0 votes
2 answers

Is there a .NET equivalent to Apache Hadoop?

Hadoop is a Java-based platform. So, to ...READ MORE

answered Jul 16, 2020 in Big Data Hadoop by Suhana
• 340 points
1,406 views
0 votes
1 answer

Validate String against USPS State Abbreviations

Try something like this: private static String states ...READ MORE

answered Sep 20, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
689 views
0 votes
1 answer

Authenticate on an ASP.Net Forms Authorization website from a console app

Essentially, we need to record a regular ...READ MORE

answered Sep 20, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
605 views
0 votes
1 answer

Convert VB.NET --> C# Projects

You may decompile whole Assemblies into Visual ...READ MORE

answered May 30, 2022 in C# by rajiv
• 1,620 points
355 views
0 votes
1 answer

What is the best C# to VB.net converter

Telerik has a solid SharpDevelop-based converter that ...READ MORE

answered May 30, 2022 in C# by rajiv
• 1,620 points
1,315 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP