.net Job Interviews

I have an interview tomorrow for the .NET store. Over the past few years, I have developed in languages ​​other than .NET, and perhaps it is a good idea to refresh what is cool and new in the .NET world. I read about LINQ and WPF, but this is more technology than trends. What else should I look at?

Read things like:

Edit

As it turned out, this interview was at a high level, and we really didn’t fall into many features specific to .NET than generics.

+4
source share
5 answers

Take this with salt, but in my experience, LINQ and WPF are still in the “yes, we’d like to enter this someday” area.

Most stores are still on VS2005 and .NET 2.0, so I want to make sure that I am aware of the main features:

  • generics
  • ADO.NET
  • Depending on WinForms / WebForms

And so on.

+1
source

This is a fully linguistic agnostic, so you can skip it, but I founded a lot of my practice and preparing for an interview around Steve Yegge gets a job on google post .

I use many topics not only as a guide to interview preparedness, but also as a list of things that I know SHOULD . Admittedly, I'm still working on some books and exercises, but every bit helps.

EDIT: I'm not sure it is good to focus on the latest trends in web development for job interviews. When I interview someone, I am more impressed if they can write a recursive function to solve a problem or write a really cool algorithm, and then if they know all the details about some last thing that is going to fix everything but it's really just a buzzword

+4
source

As a student of many languages ​​/ frameworks, I cannot stress that you should not concentrate on the latest and greatest material. This is a solid understanding of the well-developed and true principles of programming (see Design Patterns, DRY Principle, OOP Agreements, etc.) and a general introduction to the framework that employers (and other developers) are looking for.

+1
source

If you're a web developer, ASP.NET MVC and Silverlight (né WPF / e) come to mind as a relatively recent trend.

0
source

It's probably a bit late to look at the code trends for an interview tomorrow night.

Microsoft is currently busy with what it always did: I'm too functional, only better. New dynamically typed languages ​​with a new runtime and MVC look really promising.

With WPF and Expression, they create different interfaces for user interface developers and business logic developers. I'm not so sure - I would prefer Expression Blend to be part of VS.

They push open source more than ever - http://www.codeplex.com is getting busier. VS Express editions are a great way to technology.

Using their Team System, they are pushing Agile methods more and more - they even enabled them using more structured processes such as CMMI.


-1? serves me first with a sarcastic comment, - (

How about: how to hack an interview ?

0
source

Source: https://habr.com/ru/post/1276365/


All Articles