وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
6

TimCorey – C# Mastercourse

سرفصل های دوره
  • 001. Introduction 387K
  • 002. Who This Course Is For 421K
  • 003. What This Course Covers 416K
  • 004. What This Course Does Not Cover 337K
  • 005. What Outcomes Should You Expect 475K
  • 006. Getting Visual Studio 524K
  • 007. Installing Visual Studio 527K
  • 008. Creating a Project 445K
  • 009. Touring the IDE 420K
  • 010. Installing an Extension 521K
  • 011. Updating Visual Studio 474K
  • 012. Understanding Applications 438K
  • 013. Building and Running an Application 448K
  • 014. Modifying an Application 392K
  • 015. Planning Out the Application 499K
  • 016. Creating the Project 410K
  • 017. Implementing Our Plan 461K
  • 018. Executing Our Application 508K
  • 019. Introduction 403K
  • 020. String 466K
  • 021. Int 406K
  • 022. Double 425K
  • 023. Decimal 396K
  • 024. Bool 455K
  • 025. Null 405K
  • 026. Homework - Variables 417K
  • 027. DateTime 476K
  • 028. DateOnly 467K
  • 029. TimeOnly 435K
  • 030. Type Conversions 485K
  • 031. Homework - Type Conversions 467K
  • 032. Introduction 380K
  • 033. Basic If Statements 492K
  • 034. Advanced If Statements 541K
  • 035. Switch Statements 490K
  • 036. Homework - Conditional Statements 453K
  • 037. Introduction 369K
  • 038. Requirements (Homework) 479K
  • 039. Planning the Project 381K
  • 040. Building the Project 564K
  • 041. Testing the Project 617K
  • 042. Introduction 383K
  • 043. Do-While Loops 522K
  • 044. Homework - Do Loops 446K
  • 045. Arrays 481K
  • 046. Homework - Arrays 438K
  • 047. Lists 464K
  • 048. Homework - Lists 407K
  • 049. Dictionary 531K
  • 050. Homework - Dictionary 430K
  • 051. For Loops 443K
  • 052. Homework - For Loops 458K
  • 053. Foreach Loops 418K
  • 054. Homework - Foreach Loops 449K
  • 055. Introduction 364K
  • 056. Creating a Method 408K
  • 057. Calling a Method 424K
  • 058. Design Principles (DRY, do one thing) 477K
  • 059. Method Parameters 545K
  • 060. Returning Data 589K
  • 061. Tuples 599K
  • 062. Homework - Methods 427K
  • 063. Introduction 372K
  • 064. Requirements (Homework) 475K
  • 065. Planning the Project 423K
  • 066. Building the Project 526K
  • 067. Testing the Project 790K
  • 068. Introduction 350K
  • 069. Using Breakpoints 453K
  • 070. Handling Exceptions 504K
  • 071. Advanced Exceptions 522K
  • 072. Advanced Breakpoints 497K
  • 073. Mini Project 484K
  • 074. Introduction 401K
  • 075. Static Classes 472K
  • 076. Instantiated Classes 470K
  • 077. Property Types 465K
  • 078. Namespaces 441K
  • 079. Class Libraries 422K
  • 080. Mini-Project 533K
  • 081. Introduction 532K
  • 082. WOULD Framework 378K
  • 083. W & O Steps 389K
  • 084. U, L, & D Steps 368K
  • 085. Class Library Creation 413K
  • 086. Console App Creation Part 1 566K
  • 087. Console App Creation Part 2 633K
  • 088. Wire Up the Logic 660K
  • 089. Debugging and Testing 571K
  • 090. Introduction 406K
  • 091. Inheritance 458K
  • 092. Interfaces 484K
  • 093. Mini Project 542K
  • 094. Access Modifiers 506K
  • 095. Abstract Classes 444K
  • 096. Method Overriding 477K
  • 097. Mini Project 513K
  • 098. Method Overloading 518K
  • 099. Extension Methods 505K
  • 100. Mini Project 519K
  • 101. Generics 501K
  • 102. Events 588K
  • 103. Mini Project 565K
  • 104. Conclusion 404K
  • 105. Course Introduction 379K
  • 106. Introduction to .NET Core 403K
  • 107. Class Libraries Project Type 489K
  • 108. Unit Test Project Type 584K
  • 109. Mini Project - Unit Tests 542K
  • 110. WinForm Project Type 542K
  • 111. Mini Project - WinForms 566K
  • 112. WPF Core Project Type 534K
  • 113. Mini Project - WPF Core 587K
  • 114. ASP.NET Core Razor Pages Project Type 509K
  • 115. Mini Project - ASP.NET Core Razor Pages 545K
  • 116. ASP.NET Core MVC Project Type 644K
  • 117. Mini Project - ASP.NET Core MVC 606K
  • 118. ASP.NET Core API Project Type 515K
  • 119. Mini Project - ASP.NET Core API 528K
  • 120. Blazor Server Project Type 486K
  • 121. Mini Project - Blazor Server 476K
  • 122. Blazor WebAssembly Project Type 469K
  • 123. Mini Project - Blazor WebAssembly 511K
  • 124. Project Types Conclusion 379K
  • 125. Course Introduction 356K
  • 126. Our Scenario 437K
  • 127. Basic Normalization 396K
  • 128. Our ORM of Choice 471K
  • 129. SQL Server 584K
  • 130. SQLite 669K
  • 131. MySQL 666K
  • 132. NoSQL Concepts 434K
  • 133. MongoDB 609K
  • 134. CosmosDB 568K
  • 135. Text Files 559K
  • 136. APIs 640K
  • 137. Linq - Lambdas 534K
  • 138. Entity Framework Core 589K
  • 139. Course Wrap Up 357K
  • 140. Course Overview 377K
  • 141. The App Idea 468K
  • 142. Planning Review WOULD Process 371K
  • 143. W Step 318K
  • 144. O Step 381K
  • 145. U Step 359K
  • 146. L Step 354K
  • 147. D Step 320K
  • 148. Wrap Up 338K
  • 149. Introduction 358K
  • 150. Room Type Table 406K
  • 151. Rooms Table 431K
  • 152. Guests Table 403K
  • 153. Bookings Table 478K
  • 154. Starter Data 580K
  • 155. Wrap up 341K
  • 156. Introduction 348K
  • 157. Class Library Setup 394K
  • 158. Dapper Setup 622K
  • 159. Get Available Rooms 564K
  • 160. Book Guest 625K
  • 161. Search For Bookings 616K
  • 162. Check In 534K
  • 163. Wrap Up 529K
  • 164. Introduction 339K
  • 165. Project Creation 574K
  • 166. Room Search Page 583K
  • 167. Book Room Page 611K
  • 168. Wrap Up 366K
  • 169. Introduction 365K
  • 170. Project Creation 587K
  • 171. Search Form 637K
  • 172. Check In Form 650K
  • 173. Wrap Up 359K
  • 174. Introduction 361K
  • 175. Room Type Table 517K
  • 176. Rooms Table 555K
  • 177. Guests Table 497K
  • 178. Bookings Table 566K
  • 179. Starter Data 496K
  • 180. Wrap Up 368K
  • 181. Introduction 356K
  • 182. Dapper Setup 683K
  • 183. Dependency Injection Setup 651K
  • 184. Get Available Rooms 720K
  • 185. Book Guest 708K
  • 186. Search For Bookings 730K
  • 187. Check In 632K
  • 188. Wrap Up 372K
  • 189. Hotel App Wrap Up 528K
  • 190. Introduction 415K
  • 191. How Do I Ask Great Questions 3205K
  • 192. How Do I Get Work Experience 3624K
  • 193. What Should Be In My Portfolio 3491K
  • 194. How Do I Evaluate A Job Opportunity 3613K
  • 195. How Do I Get A Great Start At A New Job 3579K
  • 196. How Do I Grow As A Developer 3197K
  • 197. How Do I Help Others 3529K
  • 198. How Do I Become More Efficient 3870K
  • 199. Where Do I Go From Here 4094K
  • 200. Conclusion 3941K
  • 179,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 36537
    حجم: 108768 مگابایت
    مدت زمان: 4237 دقیقه
    تاریخ انتشار: ۶ تیر ۱۴۰۳
    طراحی سایت و خدمات سئو

    179,000 تومان
    افزودن به سبد خرید