SlideShare a Scribd company logo
Getting Started with .NET on
OpenSuse
(ASP.NET with C#)
Alin Nur Alifah / Alin
alinnural@gmail.com
Alin Nur Alifah
Alin
alinnural.com
@alinnural
GNU Linux Bogor Activist
WEB Developer @IPB
Ilkomerz @IPB
Thank you
Thank you
For join my class
Lets sharing...
.NET ???
.NET ???
.NET is a layer of software that makes it easier for you to write
programs
.NET Core
Vs
.NET Framework
.NET Core
Vs
.NET Framework
.NET Core is a general purpose, modular, cross-platform and open
source implementation of the .NET Platform.
.NET with C# Languange
C# Languange
The C# language is disarmingly simple, which makes it good for beginners, but
C# also includes all the support for the structured, component-based,
object-oriented programming that one expects of a modern language built on
the shoulders of C++ and Java.
Lets Code...
Install dotnet
# sudo zypper install libunwind libicu
# curl -sSL -o dotnet.tar.gz
https://go.microsoft.com/fwlink/?LinkID=827532
# sudo mkdir -p /opt/dotnet && sudo tar zxf
dotnet.tar.gz -C /opt/dotnet
# sudo ln -s /opt/dotnet/dotnet /usr/local/bin
Let's initialize a sample Hello World
application!
# mkdir hwapp
# cd hwapp
# dotnet new
# dotnet restore
# dotnet run
Let's initialize a sample Hello World
application!
Simple
ASP.NET Core
Application
Node.js and npm
is required !
Install node.js and npm
# wget -qO-
https://raw.githubusercontent.com/creation
ix/nvm/v0.31.7/install.sh | bash
# source ~/.bashrc
# nvm install v.x.xx.x
Scaffolding usings Yeoman
Install the necessary yeoman generators and bower using npm.
# npm install -g yo generator-aspnet bower
Run the ASP.NET Core generator
# yo aspnet
# dotnet restore
# dotnet run
Scaffolding usings Yeoman
Scaffolding usings Yeoman
Sub Generators
https://github.com/omnisharp/generator-as
pnet#sub-generators
eg : add a new class
# yo aspnet:mvccontroller BlogController
Connect Database
New SQLite Database
"dependencies": {
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
"Microsoft.EntityFrameworkCore.Design": {
"version": "1.0.0-preview2-final",
"type": "build"
}
"tools": {
"Microsoft.EntityFrameworkCore.Tools":
"1.0.0-preview2-final"
}
Connect Database
Verify that Entity Framework is installed by running
# dotnet ef - -help
Run dotnet restore again to install the new packages.
# dotnet restore
Create Model
Generate Database
This will find our context and models, and generate a migration
# dotnet ef migrations add MyFirstMigration
create the database file and creates the tables
# dotnet ef database update
Use Model on Controller
[HttpGet]
[AllowAnonymous]
public IActionResult Index(string nama = null)
{
var db = new BloggingContext();
db.Blogs.Add(new Blog { Url = nama });
db.SaveChanges();
ViewData["daftarBlog"] = db.Blogs;
return View();
}
Getting started with .net on openSUSE  (asp.net with c#)
Thank you
Referensi
https://docs.asp.net/en/latest/tutorials/your-first-mac-aspnet.html
https://docs.asp.net/en/latest/client-side/yeoman.html
https://github.com/omnisharp/generator-aspnet#sub-generators

More Related Content

PDF
High Productivity Web Development Workflow
PDF
Cross-platform Desktop application with AngularJS and build with Node-webkit
PDF
"13 ways to run web applications on the Internet" Andrii Shumada
PPTX
Bringing Javascript to the Desktop with Electron
PDF
NativeScript: mobile app. no webview.
PPTX
TechUG - Kubernetes 101 - May 2020
PPT
Behat sauce
PPT
Dockerising Appium : London Appium Meetup
High Productivity Web Development Workflow
Cross-platform Desktop application with AngularJS and build with Node-webkit
"13 ways to run web applications on the Internet" Andrii Shumada
Bringing Javascript to the Desktop with Electron
NativeScript: mobile app. no webview.
TechUG - Kubernetes 101 - May 2020
Behat sauce
Dockerising Appium : London Appium Meetup

What's hot (19)

PPTX
Pluralsight Webinar: Simplify Your Project Builds with Docker
PPTX
“ASP.NET Core. Features and architecture”
PDF
Webpack and angularjs
PPT
Audioproject
ODP
iOS Automation with Cucumber, Appium and Saucelabs
ODP
iOS Developers Conference-iOS Automation with Cucumber, Appium and Saucelabs
PDF
Sep Nasiri "Upwork PHP Architecture"
PDF
Modern Web Applications Utilizing HTML5 (Dev Con TLV 06-2013)
PPT
Dockerizing BDD : Ruby-Cucumber Example
PDF
[English][Test Girls] Zero to Hero: Start Test automation with Cypress
PDF
Beginner's Guide to Angular 2.0
PPTX
Devops Boise - Israel Shirk - Pragmatic Migration to Infrastructure As Code
PPTX
Fullstack workshop
PDF
DevOps Camp 2017 NYC Local Development using Vagrant by Anthony Alvarez
PDF
Puppeteer - Headless Chrome Node API
PDF
[Js hcm] Deploying node.js with Forever.js and nginx
PDF
Slim PHP when you don't need the kitchen sink
PPTX
Deploy Node.js application in Heroku using Eclipse
PPT
Griffon: Swing just got fun again
Pluralsight Webinar: Simplify Your Project Builds with Docker
“ASP.NET Core. Features and architecture”
Webpack and angularjs
Audioproject
iOS Automation with Cucumber, Appium and Saucelabs
iOS Developers Conference-iOS Automation with Cucumber, Appium and Saucelabs
Sep Nasiri "Upwork PHP Architecture"
Modern Web Applications Utilizing HTML5 (Dev Con TLV 06-2013)
Dockerizing BDD : Ruby-Cucumber Example
[English][Test Girls] Zero to Hero: Start Test automation with Cypress
Beginner's Guide to Angular 2.0
Devops Boise - Israel Shirk - Pragmatic Migration to Infrastructure As Code
Fullstack workshop
DevOps Camp 2017 NYC Local Development using Vagrant by Anthony Alvarez
Puppeteer - Headless Chrome Node API
[Js hcm] Deploying node.js with Forever.js and nginx
Slim PHP when you don't need the kitchen sink
Deploy Node.js application in Heroku using Eclipse
Griffon: Swing just got fun again
Ad

Viewers also liked (20)

ODP
Women Contribution Today's in Technology Era
PPT
1.3 creating links
PPTX
Recycling
PDF
Questionnaire results students-teachers-zr
PPT
Idiom 1
PPTX
Global warming
PPTX
Global dimension in social sciences subjects in formal
PPT
7.1 xhtml validation
PPTX
Global warming, presentatation made by Lāsma Akote
PPT
Questionaire pancevo-teachers-2011
PPTX
Football
PPTX
Another world (2)- Aļona
PPTX
Java da kod yazmağa başlamaq(if else)
PPTX
Solar energy
PPTX
Ecologic footprint
PPT
4.2 css classes
PPS
LETRA A
PPTX
Dress from newspapers_-_copy (1)
PPTX
Como sair das dividas de uma vez por todas
Women Contribution Today's in Technology Era
1.3 creating links
Recycling
Questionnaire results students-teachers-zr
Idiom 1
Global warming
Global dimension in social sciences subjects in formal
7.1 xhtml validation
Global warming, presentatation made by Lāsma Akote
Questionaire pancevo-teachers-2011
Football
Another world (2)- Aļona
Java da kod yazmağa başlamaq(if else)
Solar energy
Ecologic footprint
4.2 css classes
LETRA A
Dress from newspapers_-_copy (1)
Como sair das dividas de uma vez por todas
Ad

Similar to Getting started with .net on openSUSE (asp.net with c#) (20)

PDF
.NET Core on Mac
PDF
.NET Study Group - ASP.NET Core with GCP
PPTX
Quick Interview Preparation Dot Net Core
PDF
GCPUG.TW Meetup #25 - ASP.NET Core with GCP
PDF
introduction to asp.net core lebanese university.pptx
PDF
Asp.net core tutorial
PDF
.NET Core, ASP.NET Core Course, Session 6
PDF
Asp.Net Core MVC , Razor page , Entity Framework Core
PPTX
Developing Cross-Platform Web Apps with ASP.NET Core1.0
PDF
.Net framework vs .net core a complete comparison
PPTX
Academy PRO: .NET Core intro
PDF
ASP.NET vs ASP.NET Core
PPTX
Advantage of .Net Appplication - You can write app
PDF
Pottnet Meetup Essen - ASP.Net Core
PDF
Pottnet MeetUp Essen - ASP.Net Core
PPTX
Cross platform dotnet development using dotnet core
PPTX
.NET Conf 2019 高雄場 - .NET Core 3.0
PDF
Introduction to ASP.NET Core
PPTX
Docker With Asp.net Core
PDF
White Paper : ASP.NET Core AngularJs 2 and Prime
.NET Core on Mac
.NET Study Group - ASP.NET Core with GCP
Quick Interview Preparation Dot Net Core
GCPUG.TW Meetup #25 - ASP.NET Core with GCP
introduction to asp.net core lebanese university.pptx
Asp.net core tutorial
.NET Core, ASP.NET Core Course, Session 6
Asp.Net Core MVC , Razor page , Entity Framework Core
Developing Cross-Platform Web Apps with ASP.NET Core1.0
.Net framework vs .net core a complete comparison
Academy PRO: .NET Core intro
ASP.NET vs ASP.NET Core
Advantage of .Net Appplication - You can write app
Pottnet Meetup Essen - ASP.Net Core
Pottnet MeetUp Essen - ASP.Net Core
Cross platform dotnet development using dotnet core
.NET Conf 2019 高雄場 - .NET Core 3.0
Introduction to ASP.NET Core
Docker With Asp.net Core
White Paper : ASP.NET Core AngularJs 2 and Prime

Recently uploaded (20)

PPTX
Telecom Fraud Prevention Guide | Hyperlink InfoSystem
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Empathic Computing: Creating Shared Understanding
PDF
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Transforming Manufacturing operations through Intelligent Integrations
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced IT Governance
PDF
madgavkar20181017ppt McKinsey Presentation.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
cuic standard and advanced reporting.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Electronic commerce courselecture one. Pdf
PDF
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Telecom Fraud Prevention Guide | Hyperlink InfoSystem
The Rise and Fall of 3GPP – Time for a Sabbatical?
Empathic Computing: Creating Shared Understanding
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Transforming Manufacturing operations through Intelligent Integrations
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced IT Governance
madgavkar20181017ppt McKinsey Presentation.pdf
Understanding_Digital_Forensics_Presentation.pptx
GamePlan Trading System Review: Professional Trader's Honest Take
cuic standard and advanced reporting.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
NewMind AI Weekly Chronicles - August'25 Week I
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Electronic commerce courselecture one. Pdf
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....

Getting started with .net on openSUSE (asp.net with c#)