Aran8276
Aran8276
  • 114
  • 5 953
JOBSHEET KONEKSI DAN LOGIN SISTEM INFORMASI PERPUSTAKAAN AKSATA | C# WinForms
github.com/Aran8276/desainperpus_aran
docs.google.com/document/d/1o1fAm4nABhVRkkLfOx4ZJ29bMooRNy7ZcX0Pqd3rsgo/edit?usp=sharing
(1) Desain Tampilan Aplikasi: th-cam.com/video/dvBgqLFIGz4/w-d-xo.html
(2) Desain Database: th-cam.com/video/bVzWJuQ0OA0/w-d-xo.html
(3) Cara mengisi data ke database / table: th-cam.com/video/Ygw0bT3AH6U/w-d-xo.html
Untuk menambahkan Form siswa, dapat dengan:
1. Klik menu "Project" di kiri atas Visual Studio 2022
2. Pilih "Add form (Windows Forms)..."
3. Ganti nama pada input name dari "Form2.cs" menjadi sesuatu seperti "FormSiswa.cs"
4. Klik tombol "Add"
Jika Form Designer tertutup:
Pada solution explorer (tampilan sebelah kanan, bisa dibuka melalui menu "View / Solution Explorer" pada pojok kiri atas Visual Studio 2022 jika belum terbuka). Klik kanan nama form anda (contohnya "FormSiswa.cs") dan pilih "View Designer".
English Context: Connecting application to the SQL Server Database to create a fully functional login system using username and password.
มุมมอง: 83

วีดีโอ

Cara mengisi table menggunakan TransactSQL (Ex: Table user dan siswa) | SQL Server Management Studio
มุมมอง 207 ชั่วโมงที่ผ่านมา
Referensi Pembuatan Table: th-cam.com/video/bVzWJuQ0OA0/w-d-xo.htmlsi=X-EXrcAobN_e8JMS 1. Query Table User INSERT INTO [user] ( [nama], [role], [email], [no_telp], [username], [password] ) VALUES ('fajar', 'admin', 'fajar@gmail.com', '085689765872', 'fajar', 'fajar'), ('beni', 'siswa', 'user1@example.com', '081234567890', 'beni', 'beni'), ('pedro', 'siswa', 'mod2@example.com', '082345678901', '...
SISTEM INFORMASI PERPUSTAKAAN AKSATA | SQL Server Management Studio
มุมมอง 827 ชั่วโมงที่ผ่านมา
docs.google.com/document/d/1G7N6Ae78ecPwp-0akxtg7guidTYpWk0ImwVx_FMcxNI/edit?usp=sharing (English Context: Creating database tables about a school library loan desktop application and defining relationship through a schema designer for Microsoft SQL Server using SMSS). 0:00 Detail Tugas (Studi Kasus) 0:18 Konek SQL Server 0:59 Buat Database Baru 1:17 Buat Table user 3:24 Buat Table siswa 4:58 B...
Cara membackup database | SQL Server Management Studio
มุมมอง 57 ชั่วโมงที่ผ่านมา
Cara membackup database | SQL Server Management Studio
Cara melakukan relasi 2 table menggunakan database designer | SQL Server Management Studio
มุมมอง 77 ชั่วโมงที่ผ่านมา
Cara melakukan relasi 2 table menggunakan database designer | SQL Server Management Studio
Cara menambahkan primary key yang bersifat auto increment | SQL Server Management Studio
มุมมอง 47 ชั่วโมงที่ผ่านมา
Cara menambahkan primary key yang bersifat auto increment | SQL Server Management Studio
Cara menambahkan kolum yang bersifat unik | SQL Server Management Studio
มุมมอง 37 ชั่วโมงที่ผ่านมา
Cara menambahkan kolum yang bersifat unik | SQL Server Management Studio
Cara memperbaiki table tidak bisa di save setelah edit table | SQL Server Management Studio
มุมมอง 147 ชั่วโมงที่ผ่านมา
Cara memperbaiki table tidak bisa di save setelah edit table | SQL Server Management Studio
DESAIN SISTEM INFORMASI PERPUSTAKAAN SMK AKSATA | C# WinForms
มุมมอง 18119 ชั่วโมงที่ผ่านมา
github.com/Aran8276/desainperpus_aran docs.google.com/document/d/11mX9QSCoikPBLe7Q_ktwbcL0j53nsOtzHOfrPLyB-as/edit?usp=sharing (English Context: Creating a front-end UI design on C# WinForms for book loan library desktop application) 0:00 Buat Projek 1:10 Login 9:39 Template Sidebar & Topbar 18:14 Dashboard & Penyesuaian Layout User Control 24:20 Master Siswa 35:30 Master Buku 39:45 Peminjaman ...
Membuat aplikasi sederhana menggunakan 3 form | C# WinForms
มุมมอง 92วันที่ผ่านมา
github.com/Aran8276/aran_hitungluas
Membuat aplikasi sederhana menggunakan 2 form | C# WinForms
มุมมอง 55วันที่ผ่านมา
github.com/Aran8276/perhitungan English Context: Creating a simple C# WinForms calculator application with 2 forms, which does very simple equations.
TeamGroup MP33 TM8FP6001T M.2 NVMe SSD reaching 82C while copying files / Benchmark
มุมมอง 123หลายเดือนก่อน
Using laptop, FX506HC. Been like this for over a year, had no clue why this is, thought it was some DRAMLESS caching stuff being slow. Checked on CrystalDiskInfo while it was faulty today to copy some files, and noticed the S.M.A.R.T was saying "Temprature Issue". So I looked up the internet more and found out that separate NVMe heatsink is a thing (so yes in this case there's no heatsink and i...
Cara melakukan merge di GitHub
มุมมอง 32หลายเดือนก่อน
Merge bisa memungkinkan pull request yg dibuat orang lain di "approve" dan perbuahan codingan masuk ke repository (terutama di branch main). Cara membuat pull request: th-cam.com/video/5PbGgCNP3NM/w-d-xo.html
Cara membuat pull request di GitHub (Contoh React.js)
มุมมอง 25หลายเดือนก่อน
Indonesian: Contoh ini kita mempelajari tentang pull request, forking, dan branch di git / GitHub menggunakan sebuah projek React.js (github.com/Aran8276/react-sekawan-shadecn). English: "In this example, we learn about pull requests, forking, and branching in Git/GitHub using a React.js project (github.com/Aran8276/react-sekawan-shadecn)."
Laravel Role Middleware Short Demonstration
มุมมอง 102 หลายเดือนก่อน
github.com/Aran8276/modul-laravel-sekawan github.com/Aran8276/library-app
C# File Downloader Example
มุมมอง 73 หลายเดือนก่อน
C# File Downloader Example
GTA Online Unlocking Unreleased Canis Castigator Bottom Dollar Career Progress Tier 4
มุมมอง 5314 หลายเดือนก่อน
GTA Online Unlocking Unreleased Canis Castigator Bottom Dollar Career Progress Tier 4
Test Drive Unlimited Solar Crown Demo | 4GB RTX 3050 Laptop | i5-11400H | 16GB RAM | ASUS TUF F15
มุมมอง 5555 หลายเดือนก่อน
Test Drive Unlimited Solar Crown Demo | 4GB RTX 3050 Laptop | i5-11400H | 16GB RAM | ASUS TUF F15
The Crew Motorfest | Intel i5 11400H | RTX 3050 | 16GB RAM | Multiplayer Cockpit View | Med Settings
มุมมอง 1926 หลายเดือนก่อน
The Crew Motorfest | Intel i5 11400H | RTX 3050 | 16GB RAM | Multiplayer Cockpit View | Med Settings
Demo of Next.js Authentication Admin School Project (next-auth Credentials + MySQL)
มุมมอง 626 หลายเดือนก่อน
Demo of Next.js Authentication Admin School Project (next-auth Credentials MySQL)
Next.js School Admin Portal Sample
มุมมอง 216 หลายเดือนก่อน
Next.js School Admin Portal Sample
PHP + Tailwind CSS CRUD Sample Project
มุมมอง 656 หลายเดือนก่อน
PHP Tailwind CSS CRUD Sample Project
Subpar Drifting (1,119,482)
มุมมอง 1811 หลายเดือนก่อน
Subpar Drifting (1,119,482)
thirty dollar granturismo
มุมมอง 97ปีที่แล้ว
thirty dollar granturismo
Nightlife Leak 4:18 PS5 Attempt
มุมมอง 16ปีที่แล้ว
Nightlife Leak 4:18 PS5 Attempt
Marina 2:52 PS5 Attempt
มุมมอง 13ปีที่แล้ว
Marina 2:52 PS5 Attempt
Nightclub 3:00 PS5 Attempt
มุมมอง 66ปีที่แล้ว
Nightclub 3:00 PS5 Attempt
Slowest minecraft speedrun leaderboard be like:
มุมมอง 18ปีที่แล้ว
Slowest minecraft speedrun leaderboard be like:
"The run is trash, so much time loss, anyone with half a brain could do better"
มุมมอง 36ปีที่แล้ว
"The run is trash, so much time loss, anyone with half a brain could do better"
Random car images from Google with Gran Turismo 3 Arcade OST for 10 minutes straight
มุมมอง 1.2K2 ปีที่แล้ว
Random car images from Google with Gran Turismo 3 Arcade OST for 10 minutes straight

ความคิดเห็น

  • @maulanadaffabhagaskara
    @maulanadaffabhagaskara วันที่ผ่านมา

    udah like and subscribe bang, lanjut database perpustakaan dong 🤩🤩

    • @Aran8276
      @Aran8276 20 ชั่วโมงที่ผ่านมา

      th-cam.com/video/bVzWJuQ0OA0/w-d-xo.htmlsi=-3eFP0AjK3U8do1a

  • @zerozangetsu5681
    @zerozangetsu5681 2 วันที่ผ่านมา

    mantapp🔥🔥🔥

  • @firdausandhika2503
    @firdausandhika2503 10 วันที่ผ่านมา

  • @Lyzedanial
    @Lyzedanial 10 วันที่ผ่านมา

    🔥🔥

  • @lobanoubm4234.
    @lobanoubm4234. 2 หลายเดือนก่อน

    Now I know how he got 6k subs 😮

  • @ninondemarquis
    @ninondemarquis 4 หลายเดือนก่อน

    Dude this beat is so dope it got me breakdancing at the airport like a freak. I don’t know how to breakdance

  • @VL06VLY
    @VL06VLY 4 หลายเดือนก่อน

    Dacia Duster

  • @corey_duane
    @corey_duane 4 หลายเดือนก่อน

    Can this be used as a replacement to the bail truck? Or it’s just a regular car?

    • @Not_Aran8276
      @Not_Aran8276 4 หลายเดือนก่อน

      Just a regular car. There is absolutely no way to replace that bail enforcement van, except if there’s some sort of glitch to do it.

  • @capteinbrunost1929
    @capteinbrunost1929 4 หลายเดือนก่อน

    Yo could u help med Get the car? Wia buying it wia LS car meet? Can give u some heist?

    • @kevjatsss1157
      @kevjatsss1157 4 หลายเดือนก่อน

      I hv it on f1 and benny's

  • @SalamiGoya97
    @SalamiGoya97 4 หลายเดือนก่อน

    🫡

  • @gh0stdrag0n62
    @gh0stdrag0n62 5 หลายเดือนก่อน

    i have basically the same specs as your laptop, thanks for posting the vid. Will you post another one if they optimise the game further. The game looks much worse on low settings.

    • @Not_Aran8276
      @Not_Aran8276 5 หลายเดือนก่อน

      Yeah 20-30 FPS with a Roblox graphics is ridiculous, Forza Horizon 5 which looks 10x better than this runs stable 60FPS with some of the settings set to extreme on my laptop, and not to mention this also 1080p, heck even Roblox doesn’t run this bad on the highest settings. But again it is a demo so. (Replying this from my alt channel, since this channel is my second one)

  • @Beanzops
    @Beanzops 8 หลายเดือนก่อน

    I eat the cotton candy from my walls

    • @Epic_Egg
      @Epic_Egg 8 หลายเดือนก่อน

      I eat the cotton candy from my walls

    • @lobanoubm4234.
      @lobanoubm4234. 2 หลายเดือนก่อน

      I eat the cotton candy from my walls

  • @Supernasa19999.
    @Supernasa19999. 8 หลายเดือนก่อน

    😊😊😊😊

    • @Epic_Egg
      @Epic_Egg 8 หลายเดือนก่อน

      Skibidi rizz

    • @lobanoubm4234.
      @lobanoubm4234. 2 หลายเดือนก่อน

      Skibdi dop

  • @Not_Aran8276
    @Not_Aran8276 11 หลายเดือนก่อน

    Important camera setting: set your controller to 0 deadzone for smoother and consistent camera like in the clip, acceleration and sensitivity can be whatever, but I don’t recommend the default sensitivity

  • @mr.ice_cold
    @mr.ice_cold ปีที่แล้ว

    How does this vid not have more views

    • @Not_Aran8276
      @Not_Aran8276 ปีที่แล้ว

      More like How does this vid has some views

  • @romania_christian
    @romania_christian ปีที่แล้ว

    Pezefectzeze

  • @Epic_Egg
    @Epic_Egg ปีที่แล้ว

    Daniel give me coffee 😂❤

    • @dotdotdot-lol07
      @dotdotdot-lol07 8 หลายเดือนก่อน

      ☕😂❤

    • @Epic_Egg
      @Epic_Egg 8 หลายเดือนก่อน

      @@dotdotdot-lol07 truly an Epiccly Cosmonia moment 🇮🇴🐸📄❤️🎅🏿

    • @epicosmonia_cool
      @epicosmonia_cool 2 หลายเดือนก่อน

      Daniel give me coffee

  • @Epic_Egg
    @Epic_Egg ปีที่แล้ว

    Who else is here because the playlist with 4096 of this video

  • @Not_Aran8276
    @Not_Aran8276 ปีที่แล้ว

    We need a sequel

  • @xxzoomfractalchannelxx8676
    @xxzoomfractalchannelxx8676 ปีที่แล้ว

    >< marks the spot

  • @Krisblox17
    @Krisblox17 ปีที่แล้ว

    how to loop a video whitout looping it:

  • @cabypaby
    @cabypaby 2 ปีที่แล้ว

    we need a sequel

  • @eggspm
    @eggspm 2 ปีที่แล้ว

    Meow

  • @apples874
    @apples874 2 ปีที่แล้ว

    This video is nostalgic because it has Granturismo 2 music

  • @gregh5061
    @gregh5061 2 ปีที่แล้ว

    This reminds be of that BTS song

  • @gregh5061
    @gregh5061 2 ปีที่แล้ว

    Nice

  • @toadtoddler
    @toadtoddler 3 ปีที่แล้ว

    This playlist has 4096 same videos lmao

    • @jujuu5750
      @jujuu5750 2 ปีที่แล้ว

      Wtf

    • @ಡ_ಡ-ಯ3ಬ
      @ಡ_ಡ-ಯ3ಬ 2 ปีที่แล้ว

      @@jujuu5750 th-cam.com/play/PLv8g4cj6YpHBDC10RIBylmP4QL_Tq7I0y.html

    • @apples874
      @apples874 2 ปีที่แล้ว

      Those who aren't watching this video through the playlist aren't able to know what you're talking about

    • @toadtoddler
      @toadtoddler 2 ปีที่แล้ว

      @@apples874 true

    • @Epic_Egg
      @Epic_Egg ปีที่แล้ว

      Who made the playlist, when I found it, the creator wasn't shown

  • @-._.-._--._.-._--._.-._--._.-.
    @-._.-._--._.-._--._.-._--._.-. 3 ปีที่แล้ว

    good ol times

  • @Crsevey
    @Crsevey 3 ปีที่แล้ว

    LMQOLMQO

  • @halilaza9248
    @halilaza9248 3 ปีที่แล้ว

    Nice post 🔥