All language subtitles for 2. Your first MVC application

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese Download
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,820 --> 00:00:09,380 Now that you know what the ABCs all about, it is time for you to create your first MTV speed-Up Natcore 2 00:00:09,410 --> 00:00:10,340 Embassy project. 3 00:00:11,060 --> 00:00:16,790 For that, you need to have the Dubnyk Core five installed in your machine and also the Visual Studio 4 00:00:16,790 --> 00:00:19,070 2019 community Decern. 5 00:00:20,130 --> 00:00:25,050 Throughout this course, I'll be using the DUBNYK or five because that is the current latest stable 6 00:00:25,050 --> 00:00:25,500 version. 7 00:00:25,980 --> 00:00:31,860 But when the other dotnet virgins are released, I'll update this course and the application as well. 8 00:00:32,310 --> 00:00:37,020 Now, to set up the development environment, you first need to go to the dot net dot Microsoft dot 9 00:00:37,020 --> 00:00:38,970 com slash download. 10 00:00:39,300 --> 00:00:43,950 And then from here, you need to install the current latest stable version of the Dot Net framework. 11 00:00:44,070 --> 00:00:55,380 And that is the dot net 5.0 in your download and install the SDK 64 and also the runtime the next. 12 00:00:55,380 --> 00:00:57,390 You need to install the Visual Studio. 13 00:00:57,930 --> 00:01:03,900 For that, you need to go to Visual Studio dot Microsoft dot com slash downloads, and then you can 14 00:01:03,900 --> 00:01:07,500 use any of the Visual Studio 2019 additions. 15 00:01:07,710 --> 00:01:09,680 But I'll be using the community edition. 16 00:01:09,690 --> 00:01:11,850 You can use that version as well. 17 00:01:12,360 --> 00:01:18,450 Now, I'll just go to Visual Studio because I have already installed the as decky, the runtime and 18 00:01:18,450 --> 00:01:21,840 Visual Studio, and create an empty project. 19 00:01:23,510 --> 00:01:29,060 To create a new project in Europe, just go to file than new. 20 00:01:30,200 --> 00:01:30,950 And project. 21 00:01:32,140 --> 00:01:37,030 From the search for templates, I'll search for MVC, so I'll just type in here and we see. 22 00:01:38,750 --> 00:01:47,720 And then in year, I'll select the speed-Up Natcore, Web app model view controller, and that is basically 23 00:01:47,720 --> 00:01:53,150 the MVC, and also make sure that just like the sharp sharpers, the programming language, because 24 00:01:53,150 --> 00:01:59,360 that is the programming language that we're going to use throughout this course and then click next. 25 00:02:00,110 --> 00:02:05,540 Now, throughout this course, we are going to build an ecommerce application that is used to buy online 26 00:02:05,540 --> 00:02:08,450 tickets for movies from different cinemas. 27 00:02:08,810 --> 00:02:16,070 So I'm just going to name this project E Tickets, and then I'll leave the same solution name and click 28 00:02:16,400 --> 00:02:16,790 next. 29 00:02:17,480 --> 00:02:24,220 Now from the Target Framework dropdown, I'll make sure that I select the DOT that 5.0, which is the 30 00:02:24,230 --> 00:02:25,460 currently stable version. 31 00:02:25,820 --> 00:02:32,060 But if you have already installed other dotnet versions, you'll see them here on the dropped on. 32 00:02:32,750 --> 00:02:37,370 And then the authentication type is going to be because we are going to create our own authentication 33 00:02:37,370 --> 00:02:37,970 mechanism. 34 00:02:38,630 --> 00:02:47,090 I'll leave the configure for https checked are not able docker and then just click the button. 35 00:02:51,170 --> 00:02:54,860 Now that the project is created, if you go to the solution explorer. 36 00:02:56,000 --> 00:03:00,980 You'll see that we already have some predefined coding here, and we are going to talk about that in 37 00:03:00,980 --> 00:03:07,490 the next part throughout this course, we are going to use a GitHub repository to manage the code. 38 00:03:07,820 --> 00:03:12,170 So for that, then I'll just publish this project to a new GitHub repository. 39 00:03:12,650 --> 00:03:18,200 For that, I'll just click you to the add to source control, then git. 40 00:03:21,470 --> 00:03:26,960 And you need to sign in and then you need to define a repository name. 41 00:03:28,090 --> 00:03:40,630 I'll name this repository Complete E Commerce, that Desch is Beñat Dash, and we see that application. 42 00:03:41,350 --> 00:03:47,410 Then I'll just uncheck the private repository option, because this is going to be the public repository 43 00:03:47,860 --> 00:03:50,710 and click the create and push button. 44 00:03:51,800 --> 00:03:54,170 Then here, click the up, Erin here. 45 00:03:56,700 --> 00:04:01,430 Now let us go to my GitHub accounts, and here I'll just type at the ENT e Troopa. 46 00:04:02,410 --> 00:04:09,610 And then you go to the repositories and this is the repository that we just create. 47 00:04:10,060 --> 00:04:12,460 And inside here you have the tickets project. 48 00:04:13,400 --> 00:04:18,230 And then inside this project, you have the default files that you could see in Visual Studio. 5208

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.