All Projects → Amine-Smahi → C-Sharp-Learning-Journey

Amine-Smahi / C-Sharp-Learning-Journey

Licence: other
Some of the projects i made when starting to learn c#, winfroms and wpf

Programming Languages

C#
18002 projects
python
139335 projects - #7 most used programming language
smalltalk
420 projects

Projects that are alternatives of or similar to C-Sharp-Learning-Journey

Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (-71.58%)
Mutual labels:  visual-studio, winforms, dotnet-framework
Darkui
Dark themed control and docking library for .NET WinForms.
Stars: ✭ 539 (+467.37%)
Mutual labels:  visual-studio, winforms, dotnet-framework
Krypton Net 5.470
A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
Stars: ✭ 79 (-16.84%)
Mutual labels:  visual-studio, winforms
Dockpanelsuite
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
Stars: ✭ 1,326 (+1295.79%)
Mutual labels:  visual-studio, dotnet-framework
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (-46.32%)
Mutual labels:  visual-studio, winforms
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+4798.95%)
Mutual labels:  visual-studio, winforms
Mysqlconnection
Simple library to make it much easier to use MySQL in Visual Studio projects
Stars: ✭ 6 (-93.68%)
Mutual labels:  visual-studio, dotnet-framework
numara-calculator
Simple notepad calculator built on Electron, powered by Math.js
Stars: ✭ 16 (-83.16%)
Mutual labels:  calculator, notepad
NotepadPlusPlusPluginPack.Net
.Net package to install into visual studio to make plugins for Notepad++
Stars: ✭ 123 (+29.47%)
Mutual labels:  visual-studio, notepad
ganttchart
The Winforms Gantt Chart is the .NET Winforms control originally hosted on CodePlex (http://ganttchart.codeplex.com)
Stars: ✭ 150 (+57.89%)
Mutual labels:  winforms, dotnet-framework
AT-NetCore-NotepadPlusPlus
Notepad++ Editor is one of the most important programs on any computer that everyone uses every day. The most popular and popular editor in Windows operating systems is Notepad, which is definitely familiar to everyone.
Stars: ✭ 42 (-55.79%)
Mutual labels:  visual-studio, notepad
Visualplus
🎨 The VisualPlus Framework (VPF) for WinForms allows you to rapidly deploy professional .NET applications with customizable components and controls.
Stars: ✭ 268 (+182.11%)
Mutual labels:  visual-studio, winforms
Inventory-Management-System
Inventory Management System by asp.net and MSSQL
Stars: ✭ 27 (-71.58%)
Mutual labels:  visual-studio, inventory-system
setup-msbuild
A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.
Stars: ✭ 170 (+78.95%)
Mutual labels:  visual-studio, dotnet-framework
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+104.21%)
Mutual labels:  visual-studio, winforms
Ruler
Simple on-screen pixel ruler.
Stars: ✭ 251 (+164.21%)
Mutual labels:  visual-studio, winforms
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-36.84%)
Mutual labels:  crud, login
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+5093.68%)
Mutual labels:  visual-studio, winforms
Brute-Force-Login
Proof -Of-Concept Brute Force Login on a web-site with a good dictionary of words
Stars: ✭ 231 (+143.16%)
Mutual labels:  login, brute-force
util
封装了一些Java常用的功能
Stars: ✭ 19 (-80%)
Mutual labels:  calculator, file-manager

C# Learning Journey

The humble way i took to learn C# Language and .NET Framework, Be free to add any helpful resources!

Summary

  • What is .NET
  • What is .NET Core
  • What is C#
  • What this repository contains
  • Resources & tutorials
  • Credits

What is .NET Framework (By geeksforgeeks)

.NET is a software framework which is designed and developed by Microsoft. The first version of .Net framework was 1.0 which came in the year 2002. In easy words, it is a virtual machine for compiling and executing programs written in different languages like C#, VB.Net etc.
It is used to develop Form-based applications, Web-based applications, and Web services. There is a variety of programming languages available on the .Net platform, VB.Net and C# being the most common ones are . It is used to build applications for Windows, phone, web etc. It provides a lot of functionalities and also supports industry standards.

What is .NET Core (By Microsoft)

.NET Core is an open-source, general-purpose development platform maintained by Microsoft and the .NET community on GitHub. It's cross-platform (supporting Windows, macOS, and Linux) and can be used to build web, mobile,desktop, device, cloud, and IoT applications.

What is C# (By Wikipedia)

C# (pronounced C sharp) is a general-purpose, multi-paradigm programming language encompassing strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed around 2000 by Microsoft within its .NET initiative and later approved as a standard
C# was designed by Anders Hejlsberg, and its development team is currently led by Mads Torgersen. The most recent version is C# 7.3, which was released in 2018 alongside Visual Studio 2017 version 15.7.2.

What this repository contains

While learning i did very simple projects to test what i learned

Resources & tutorials

Credit

I want to say thank you for all my friends that helped and guided me all the way.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].