Lenguaje c

Páginas: 5 (1093 palabras) Publicado: 25 de enero de 2012
Lenguaje c#
C # (pronunciado "C sharp") es una programación simple, moderno, orientado a objetos, y la seguridad de tipos del lenguaje. It will immediately be familiar to C and C++ programmers. Ello inmediatamente estarán familiarizados a C y C + + programadores. C# combines the high productivity of Rapid Application Development (RAD) languages and the raw power of C++. C # combina la altaproductividad de Rapid Aplicación Desarrollo (RAD) idiomas y el poder primas de C + +.
Visual C# .NET is Microsoft's C# development tool. Visual C #. NET es C de Microsoft herramienta # desarrollo. It includes an interactive development environment, visual designers for building Windows and Web applications, a compiler, and a debugger. Incluye un entorno desarrollo interactivo, diseñadores visualespara construir aplicaciones Windows y Web, compilador un y depurador uno. Visual C# .NET is part of a suite of products, called Visual Studio .NET, that also includes Visual Basic .NET, Visual C++ .NET, and the JScript scripting language. Visual C #. NET es parte de un paquete de productos, llamado Visual Studio. NET, que también incluye Visual Basic. NET, Visual C + +. NET y el lenguaje JScript.All of these languages provide access to the Microsoft .NET Framework, which includes a common execution engine and a rich class library. Todos estos lenguajes proporcionan acceso al Microsoft Framework. NET, que incluye un motor ejecución común y una biblioteca clase rica. The .NET Framework defines a "Common Language Specification" (CLS), a sort of lingua franca that ensures seamlessinteroperability between CLS-compliant languages and class libraries. El. Framework define un "Common Language Especificación" (CLS), una especie de lingua franca que asegura interoperabilidad inconsútil entre idiomas compatible con CLS y bibliotecas clase. For C# developers, this means that even though C# is a new language, it has complete access to the same rich class libraries that are used by seasonedtools such as Visual Basic .NET and Visual C++ .NET. Para C # desarrolladores, este significa que aunque C # es un nuevo idioma, tiene acceso completa a las bibliotecas misma clase ricos utilizados por herramientas sazonada como Visual Basic. NET y Visual C + +. NET. C# itself does not include a class library. C # sí no incluye una biblioteca clase.
The rest of this chapter describes the essentialfeatures of the language. El resto de este capítulo describe las características esenciales del idioma. While later chapters describe rules and exceptions in a detail-oriented and sometimes mathematical manner, this chapter strives for clarity and brevity at the expense of completeness. Mientras capítulos posteriores describir reglas y excepciones de manera detalle orientada y matemáticos veces,este capítulo esfuerza para claridad y brevedad a expensas de exhaustividad. The intent is to provide the reader with an introduction to the language that will facilitate the writing of early programs and the reading of later chapters. La intención es proporcionar el lector con una introducción al idioma que facilitará la escritura de programas temprana y la lectura de capítulos posteriores.1.2 Tipos
Visual Studio .NET 2003 Visual Studio. NET 2003
C# supports two kinds of types: value types and reference types. C # admite dos clases de tipos: los tipos de valor y los tipos de referencia. Value types include simple types (eg, char , int , and float ), enum types, and struct types. Los tipos de valor incluyen los tipos simples (por ejemplo, char , int y float ), tipos de enumeración,estructura y tipos. Reference types include class types, interface types, delegate types, and array types. Los tipos de referencia son los tipos de clase, tipos de interfaz, los tipos de delegado, y los tipos de matriz.
Value types differ from reference types in that variables of the value types directly contain their data, whereas variables of the reference types store references to objects....
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Lenguaje C#
  • LENGUAJE C
  • Lenguaje c
  • Lenguaje C
  • Lenguaje c
  • lenguaje c
  • lenguaje c
  • Lenguaje c

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS