Join Reynald Adolphe for an in-depth discussion in this video Set up the business layer, part of C# Best Practices for Developers.
- [Instructor] So, in Visual Studio, lets go ahead and…create a new project and solution…by going to File, New, Project.…And we'll want to choose a console application,…so .NET Framework.…And the name of our project will be Prestige.Biz.…However for the solution…we'll call this BestPractices.…And you can choose whatever location you want,…and click OK.…
Now, the next step that I'd like to do,…is to create another project,…but it'll be a unitest project.…So, let's right click on the solution,…go to add, new project.…Click on test.…And let's call this…Prestige.BizTest.…Click OK.…For the test I'd like to keep that in a folder…so, I'll right click on the solution…and choose: add, solution folder,…and I'll name this Test.…
And all we need to do…is select BizTest and drag it into our Test folder.…Perfect.…So, to make sure everything is set up correctly,…let's go ahead and add a class in Prestige.Biz,…and its going to be called actor…When we're done with that we'll run a quick unit test…to make sure everything functions as we expect…
Author
Released
6/5/2018- Naming and handling classes
- Running a unit test
- Using constructors
- Naming and handling methods, fields, and properties
- Using properties correctly
- Managing objects efficiently
- Common design patterns as best practices
Skill Level Intermediate
Duration
Views
Related Courses
-
Introduction
-
Welcome1m 9s
-
-
1. Best Practices: An Overview
-
Best practices defined1m 1s
-
When to use it1m 8s
-
Getting the team to follow1m 10s
-
-
2. Naming and Handling Classes
-
Project setup overview1m 13s
-
Set up the business layer2m 18s
-
Running a unit test3m 13s
-
Using constructors3m 9s
-
Unit testing constructors4m 30s
-
Namespaces2m 48s
-
Static classes3m 10s
-
Unit testing static classes4m 20s
-
Using a singleton2m 6s
-
-
3. Naming and Handling Methods, Fields, and Properties
-
Method overloading5m 16s
-
Unit testing with parameters2m 54s
-
Method chaining4m 7s
-
Using properties correctly2m 11s
-
Using properties demo4m 29s
-
Auto-implemented properties1m 33s
-
-
4. Managing Objects Efficiently
-
Initializing objects3m 54s
-
Related objects needed once4m 19s
-
Checking for null3m 6s
-
-
5. More Best Practices Resources
-
Conclusion
-
Next steps37s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Set up the business layer