background preloader

C#

Facebook Twitter

C#, Visual Studio 2010, Silverlight, ASP.NET, WPF, WCF, WF, and Windows 7 Community. Windows Phone 7 - Wprowadzenie | MSDN (Polska) Autor: Bartłomiej Zass Opublikowano: 2010-09-23; Zaktualizowano: 2010-12-20 Windows Phone 7 jest innowacyjną platformą mobilną umożliwiającą tworzenie zaawansowanych gier oraz aplikacji użytkowych. Każde urządzenie ma ustaloną z góry specyfikację techniczną, co ułatwia przystosowanie projektowanych rozwiązań do szerokiej grupy odbiorców. Każdy telefon Windows Phone 7 musi spełniać następujące wymagania sprzętowe: Duży ekran pojemnościowy o rozdzielczości WVGA (800x480) Czteropunktowy mechanizm multi-touch Akceleracja sprzętowa grafiki DirectX 9 Zestaw sensorów: GPS, akcelerometr, kompas, światło i czujnik zbliżeniowy Kamera cyfrowa Stały zestaw przycisków: Start, Search, Back Wsparcie dla komunikacji poprzez sieci telefonii komórkowej oraz Wi-Fi 256 MB (lub więcej) RAM oraz 8 GB (lub więcej) pamięci flash Telefony zintegrowane są z globalnym katalogiem aplikacji – Windows Marketplace, który jest jednocześnie jedynym dostępnym mechanizmem wgrywania ich na telefon.

MSDN — strona główna (Polska) C# Community. Get Method Names using Reflection. Introduction - C# Tutorial. Welcome to this C# tutorial. With the introduction of the .NET framework, Microsoft included a new language called C# (pronounced C Sharp). C# is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably Java. C# could theoretically be compiled to machine code, but in real life, it's always used in combination with the .NET framework. Therefore, applications written in C#, requires the .NET framework to be installed on the computer running the application. While the .NET framework makes it possible to use a wide range of languages, C# is sometimes referred to as THE .NET language, perhaps because it was designed together with the framework.

C# is an Object Oriented language and does not offer global variables or functions. In the following chapters, you will be guided through the most important topics about C#.