|
|
|
|
|
| | Total Hits: 276 | Today: 0 | Author: Michael Youssef | Rating:  |
| |  Learn the fundamentals of C# as Michael takes us on an introductory tour, including keywords, identifiers, and much more.... |
| | Total Hits: 304 | Today: 0 | Author: Kumar Gaurav Khanna | Rating:  |
| |  There's always one particular topic that catches the fancy of most C/C++ programmers, and is considered quite complicated and difficult to understand: pointers! Albeit, whenever C# is discussed, most of the people I have come across are of the opinion (and pretty strong one, if I may add) that C# carries no concept of pointers. In fact, it's done away with it. However, unsafe code is that part of C# programming, which is all about programming with pointers. Unlike it's literal meaning, the... |
| | Total Hits: 389 | Today: 0 | Author: Mahesh Chand | Rating:  |
| |  Windows (GUI) Application. Creating a GUI application using Visual C# is way easier than that in VC++ previous versions. This tutorial guides you to create your first Windows Application using the Visual C# Project Wizard.... |
| | Total Hits: 245 | Today: 0 | Author: The Macadamian C# Team | Rating:  |
| |  This articles provides brief introduction about C-Sharp. No matter where you stand on the Java-C# controversy, if you want to develop applications for .NET, C# might just be your new best friend. At Macadamian, we’ve been working with C# since it was just a Beta. Recently, we sat down with some of our developers and let them sound off about all things C#.... |
| | Total Hits: 1779 | Today: 0 | | Rating:  |
| |  This article takes a detailed look at a simple "Hello World" program and describes various parts of a C# program.... |
| | Total Hits: 22 | Today: 0 | Author: Mohammad Elsheimy | Rating:  |
| |  Marshaling is the process of creating a bridge between managed code and unmanaged code; it is the homer that carries messages from the managed to the unmanaged environment and reverse. It is one of the core services offered by the CLR (Common Language Runtime.)... |
| | Total Hits: 124 | Today: 0 | Author: Rekha Singh | Rating:  |
| |  *
C# 3.0 adds the interesting behavior of Declaring Local Variables Implicitly. This means that there is no need to mention the data type when declaring a variable. A local variable can be declared implicitly using the var keyword in C#.
*Declaring local variables implicitly has some restrictions; the variable must be initialized to some expression that can not be null.... |
| | Total Hits: 61 | Today: 0 | Author: Stanley B. Lippman | Rating:  |
| |  This chapter attempts to capture your interest while grounding you in the fundamentals of C#. Stan Lippman introduces the language elements as they become necessary to implement a small first program. For those more traditionally minded, the chapter ends with a summary listing of the predefined language elements. He also covers simple types, as well as the namespace and exception-handling mechanisms.... |
| | Total Hits: 58 | Today: 0 | Author: Joshy Geo | Rating:  |
| |  This is SQL Server Backup and restore tool, the system will store the backup files in standard Zip format ,the user-friendly screen let you backup and restore SQL Server database to local harddisk or remote network driver easily and quickly.The program can restore database easily. To do: 1) First Enter Your Sql Server username and password on corresponding Text Box 2) Click on Backup Button 3) it will take backup on folder ("application path"\Backup). if folder not found then program... |
| | Total Hits: 50 | Today: 0 | Author: csharphelp | Rating:  |
| |  For the past two decades, C and C++ have been the most widely used languages for developing commercial and business software. While both languages provide the programmer with a tremendous amount of fine-grained control, this flexibility comes at a cost to productivity. Compared with a language such as Microsoft® Visual Basic®, equivalent C and C++ applications often take longer to develop. Due to the complexity and long cycle times associated with these languages, many C and C++ programmers have... |
| | Total Hits: 107 | Today: 0 | Author: Ahmed Negm | Rating:  |
| |  # Sculpture is a .NET open source Model-Driven Development code generation framework ideal for creating and managing .NET Enterprise Applications. # With Sculpture you can model your application components, and then transform this model to deployable components for your favorite technology. # Sculpture comes with a host of ready-made Molds (The word “Molds” come from Molding) like (DAAB, NHibernate, LINQ, WCF, ASMX, SQL Server, MYSQL …). # Sculpture contains a Guidance Package for build... |
| | Total Hits: 86 | Today: 0 | Author: Stanley B. Lippman | Rating:  |
| |  C++/CLI is a self-contained, component-based dynamic programming language that, like C# or Java, is derived from C++. Unlike those languages, however, we have worked hard to integrate C++/CLI into ISO-C++, using the historical model of evolving the C/C++ programming language to support modern programming paradigms. You can say that C++/CLI is to C++ as C++ is to C. More generally, you can view the evolution leading to C++/CLI in the following historical context: * BCPL (Basic Computer Pr... |
|
|
|
|
|
|
|
|
|
|
|
|
|