binbsr / NET-Centric-Computing-MBM-A

In this course, we will be studying about theoretical foundation as well as its practical aspects of ASP.NET Core web application framework and C# language features. With that, we will be developing cross-platform web application on top of ASP.NET Core using C# as a programming Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NET-Centric-Computing-MBM-A

In this course, we will be studying about theoretical foundation as well as its practical aspects of ASP.NET Core web application framework and C# language features. With that, we will be developing cross-platform web application on top of ASP.NET Core using C# as a programming Language.

Before we begin

  • Please make sure Git for Windows is installed on your laptop thereafter you can use regular cmd or git bash to run git commands.
  • Clone the repository to your laptop (on some relevent folder): git clone https://github.com/binbsr/NET-Centric-Computing-MBM-A.git -[x] Under root folder (NET-Centric-Computing-MBM-A) just cloned, create folder called Your Name - Student
  • Create a text file readme.txt with in Your Name - Student folder and modify it with your MBM credentials: Your name MBM credentails
  • Push your changes to the repo.
  • There on, create your projects/files/folders on your directory only, to avoid conflicts.

Assignments

SEP 13

  1. Given two numbers, write C# method that returns true if sum of both numbers is greater than 500. Otherwise returns false.

  2. Create a function that takes the number of wins, draws and losses, and calculates the number of points a football team has obtained so far. wins get 5 points draws get 2 point losses get 0 points

  3. Creates a function that takes a two word string separated by space and returns the concatenated first characters of both the words. E.g. GetInitials("Bishnu Rawal") => "BR" GetInitials("Alex Wales") => "AW"

About

In this course, we will be studying about theoretical foundation as well as its practical aspects of ASP.NET Core web application framework and C# language features. With that, we will be developing cross-platform web application on top of ASP.NET Core using C# as a programming Language.


Languages

Language:C# 100.0%