Skip to content

Hi All, In this repo I'll add some links with study topics to prepare for .NET interviews in a month.

Notifications You must be signed in to change notification settings

ChiragKalia/CSharpInterviewPrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

CSharp Interview Preparation

Hi All, In this repo I will add some links that will be my study topics to prepare for .NET C# interviews in one week.

It's not complete for now, There are a lot of topics I haven't covered. I wanted to let you guys know that I got hired by Landis&Gyr after brushing up my skills through these links

Inspired from JWasham's coding-interview-university

What is it?

This is my week long(maybe more) study plan to get myself a decent job at a big companies(MNC's) Coding at the whiteboard - from HBO's Silicon Valley

This is meant for guys who feel like stagnated at their current job or they don't have much exposure or feel like their current job is not challenging anymore. I am also one of these guys and I feel like I'm stagnated currently. I aspire to join one of the big 4's one day.


Table of Contents

Why use it?

If you are planning to appear for interviews and you feel like you're out of sync with the latest changes to the .NET Framework, Then it's the right place for you. In this repo, I'll add study material links starting from scratch that'll help you in your journey.

It's not a long plan. It's just a list of interview relevant links that are useful during interviews. If you are familiar with a lot of this already it will take you a lot less time.

Prerequisite Knowledge

  • Learn C#

    • C# is everywhere in .NET Land. You'll see examples in books, lectures, videos, everywhere while you're studying .NET.
    • CLR With C#
      • This is a nice book, It will give you a great handle on how CLR works and if you practice it a little you'll quickly get proficient. Understanding C# helps you understand how programs and memory work.
  • Learn C# MVC

    • C# MVC Tutorials(Video)
      • This is a video playlist of 100 videos on C# MVC. The author goes into great depth to give the students a great insight into how C# MVC works
    • C# MVC Tutorials(Resources)
      • You can also check this link to gather the best resources to learn asp.net MVC framework without the need of watching videos. You can also download some PDF's on your handheld devices so that you can learn it on the go.
    • I have added C# MVC to the list of pre requisites because a lot of interviews demand candidates to know about C# MVC (If you don't know it then it's not a big issue unless the job you're applying to says so)
  • Learn C# WCF(Not Mandatory)

    • C# WCF Tutorials(Video)
      • These tutorials were the best I could find online. These videos provide a hands on experience creating WCF services. You can learn WCF step by step by following these video lectures.
    • C# WCF's knowledge is not mandatory as a lot of people don't know about WCF. It's an added bonus if you want to prepare it too.

Study Material

  • .NET Components

  • ASP.NET & ASP.NET MVC Page Life Cycle

  • C# Interview Questions

  • C# MVC Interview Questions

    • Turn to this page for a nifty list of C# MVC Interview questions that'll help a lot during interviews- C# MVC Q & A
    • You can also download this PDF from where you can find all the MVC interview questions C# MVC Q & A PDF
  • C# WCF Interview Questions