Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# ASP.NET MVC Forms Introducing CRUD Applications Introduction

Andrada Terenche
Andrada Terenche
1,103 Points

Would this help for my C# Windows Forms exam?

I am trying to study for my C# Windows Forms exam and would like to know how much this track would help. Some of the concepts included in our curriculum are:

  • Observer, Delegate, Event
  • ListView, TreeView
  • MDI Applications
  • Clipboard
  • ADO.NET

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! I saw you sent a request for response, but this question is a bit tough. My inclination is to say that unfortunately, probably not. The ASP.NET courses are, of course, geared to ASP. ASP.NET is generally about serving up webpages to a requesting client, handling http requests, responses, redirects, errors etc.

However, I see that you're currently on CRUD operations and given that your exam covers ADO.Net which is mostly about accessing data sources, some of those concepts may be useful to you, depending on your current level of knowledge with SQL and general database administration and normalization.

The other sections you're covering will likely not be helped by this particular course as Windows Forms are client or standalone applications.

Hope this helps! :sparkles: