Create a library project using .NET Core in VS Mac.
- [Narrator] So far we've spent a fair amount…of time talking about why you would want to…use visual studio to write software for a Mac…and also why you would want to use C Sharp.…Why don't we actually get to the practice of it.…I'm still in visual studio community from our earlier…little experiment where we wrote our very first…Hello World command line program.…The first thing I'm going to want to do is go ahead…and close this project.…To close it, just right click in solution, and select close.…And now we're ready to start a new project.…
There's two different ways you can get to a new project.…There's a nice, pretty purple button here that…says "New Project" and, as you've probably guessed,…there is File, New Solution.…I want to point out that the terminology here…is different between these two buttons.…New Solution and New Project, they actually mean…the same thing, so let's go with "New Project" the button.…And then I'll cancel out of that.…And let's try it again, "New Solution" the exact…same dialog comes up so don't let that terminology…
Author
Released
1/17/2019- Exploring C# on a Mac
- Creating a reusable code library
- Classes and properties
- Loops, arrays, and lists
- Creating a console app
- Creating a command-line app
- Creating a Mac desktop app
- Creating a UI with view controllers and actions
Skill Level Beginner
Duration
Views
Related Courses
-
New Features Xamarin and Visual Studio 2017
with Kevin Ford1h 44m Intermediate -
Docker for .NET Developers with Visual Studio
with Lee Brandt46m 52s Intermediate
-
Introduction
-
Course overview2m 54s
-
Using the exercise files1m 50s
-
1. C# on the Mac?
-
C# for Mac development?3m 15s
-
Overview of the C# language3m 35s
-
-
2. Getting Started with C#
-
Understanding C# syntax2m 20s
-
Variables and types in C#16m 58s
-
Project rules6m 18s
-
Creating a class5m 1s
-
Auto-properties2m 15s
-
Encapsulation8m 15s
-
Constructors6m 54s
-
Random number method8m 1s
-
Generating the character3m 59s
-
-
3. Deeper into C#
-
Using the library7m 23s
-
Overriding ToString10m 22s
-
Using for loops4m 55s
-
Simple arrays7m 17s
-
Working with lists: Part 15m 23s
-
Working with lists: Part 27m 25s
-
Updating the ToString method3m 52s
-
Flow control9m 46s
-
Building and testing the app6m 13s
-
4. Creating a Mac App
-
Setting up the GUI project3m 46s
-
Customizing the controls3m 8s
-
Attribute inspector3m 48s
-
Creating Actions2m 20s
-
The view controller8m 34s
-
Adding a new text field2m 54s
-
Multiline text field2m 58s
-
Working with table views5m 53s
-
Table view outlets2m 28s
-
Finish the view controller3m 55s
-
-
Conclusion
-
Next steps3m 14s
-
- 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: Create a reusable code Library