Csharp
C# (pronounced as see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and is one of the programming languages designed for the Common Language Infrastructure.
Site: https://msdn.microsoft.com/en-us/library/z1zx9t92.aspx
Csharp
C# (pronounced as see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and is one of the programming languages designed for the Common Language Infrastructure.
Site: https://msdn.microsoft.com/en-us/library/z1zx9t92.aspx
Book list
-
C# Features Succinctly
C# Features Succinctly is a concise guide to the significant features packaged in C# 7, 8, and 9. To help readers understand the evolution of the language, author Dirk Strauss first covers the important additions that arrived in version 7, such as tuples, pattern matching, and out variables. Next, he covers more than a dozen features in version 8, from nullable reference types to unmanaged constructed types. Finally, readers get a taste of the latest features in C# 9, and some of the productivity enhancements provided to .NET developers in Visual Studio.
Author: Dirk Strauss
Pages: 77 | Year: 2021 | Language: EN
Added: 2021-10-15 -
SQL Server for C# Developers Succinctly
Developers of C# applications with a SQL Server database can learn to connect to a database using classic ADO.NET and look at different methods of developing databases using the Entity Framework. This book addresses common pitfalls, why databases run slowly, how to troubleshoot performance issues, and how to test and deploy SQL Server databases. The first half has a focus on C# and development while the second half focuses on troubleshooting using the SQL Server tools.
Author: Sander Rossel
Pages: 96 | Year: 2016 | Language: EN
Added: 2019-01-25 -
OOP in C# Succinctly
Object-Oriented Programming in C# Succinctly provides an introduction to OOP for C# developers. Author Sander Rossel provides overviews and numerous samples to guide readers towards OOP mastery.
Author: Sander Rossel
Pages: 95 | Year: 2016 | Language: EN
Added: 2016-11-10 -
C# Code Contracts Succinctly
In C# Code Contracts Succinctly, author Dirk Strauss demonstrates how to use Code Contracts to validate logical correctness in code, how they can be integrated with abstract classes and interfaces, and even how they can be used to make writing documentation less painful.
Author: Dirk Strauss
Pages: 90 | Year: 2016 | Language: EN
Added: 2016-11-10 -
C# Succinctly
C# is a general purpose, object-oriented, component-based programming language. As a general purpose language, there are a number of ways to apply C# to accomplish many different tasks. With C# Succinctly by Joe Mayo, you will quickly learn the syntax you need to build your own C# applications.
Author: Joe Mayo
Pages: 98 | Year: 2015 | Language: EN
Added: 2016-11-10 -
Threading in C#
An extensive article on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, Synchronization Contexts, Memory Barriers and non-blocking synchronization constructs.
Author: Joseph Albahari
Pages: 125 | Year: 2011 | Language: EN
Added: 2016-11-15