|
|
|
|
|
| | Total Hits: 34 | Today: 0 | Author: Granville Barnett | Rating:  |
| |  In the previous few parts of this series we have talked a lot about what LINQ can give you, in this part of the series we will use LINQ, ASP.NET and ASP.NET AJAX to replicate the to-do list that Scott Guthrie created a while back to show off the features of ASP.NET AJAX.... |
| | Total Hits: 88 | Today: 0 | Author: Puran Mehra | Rating:  |
| |  Microsoft touts its new, object-oriented language, C#, as the best language for writing Microsoft .NET applications. C# provides the rapid application development found in Visual Basic with the power of C++. C# syntax is similar to C++ syntax. Some experts also say that C# is Microsoft's answer to Sun Microsystems' Java and Borland's Delphi.... |
| | Total Hits: 2146 | Today: 0 | Author: James Yang | Rating:  |
| |  C# is part of Microsoft+#39;s evolutionary .NET environment. It has collected the best features and aspects of many other programming languages including Visual Basic and C++. In this article James will show us how to create and compile a simple +quot;HelloWorld+quot; C# console application.... |
| | Total Hits: 41 | Today: 0 | Author: Buu Nguyen | Rating:  |
| |  The .NET framework 4.0 CTP has just been released, and I think it’s a good time to explore the new features of C# 4.0. In this post, I will introduce about the following features: dynamic lookup, generics covariance and contravariance support, optional and named parameters.... |
| | Total Hits: 12 | Today: 0 | Author: Marc Clifton, Mark Long | Rating:  |
| |  This article introduces a topic that I have taken an interest in, namely the National Information Exchange Model (NIEM) and the Information Exchange Package Documentation (IEPD). NIEM itself is interesting because it attempts to define an extensible standard for information exchange between various government agencies. An IEPD is the specific definition of this exchange for an information domain. Everything in the world of NIEM is based on XML and XSDs, and the specific schemas defined in an IEP... |
| | Total Hits: 45 | Today: 0 | Author: Niladri_Biswas | Rating:  |
| |  Object creation is always expensive. It is better to create object when it is actually needed to do so. Otherwise, unnecessary memory allocation on the heap will cause a memory load. Lazy T which is defined in the mscorlib assembly and belongs to System namespace, ensures that object is created only when it is needed.... |
| | Total Hits: 43 | Today: 0 | Author: Jesper A Nielsen | Rating:  |
| |  Session Initiation Protocol (SIP) was designed from the bottom up to connect people and devices whenever and wherever they are in order to engage in a (possibly lengthy) exchange of information. Existing protocols, such as HTTP and SMTP, were not purpose-built for this essential human activity, and so SIP was born to fill the gap. However, SIP borrows from these two other protocols heavily: from using HTTP's message exchange pattern, message format and encoding, to SMTP's URI scheme.... |
| | Total Hits: 39 | Today: 0 | Author: Sacha Barber | Rating:  |
| |  .NET 3.0 has now been released, so we should all know it by now shouldn't we? Jeez, it doesn't seem like that long ago that .NET 2.0 came along. Well for those that don't realize .NET 3.0 actually contains quite a lot of new stuff, such as:
* Windows Workflow Foundation (WWF): Managing object lifecycles / persistent object storage * Windows Communication Foundation (WCF): The new communication layer * Windows Presentation Foundation (WPF): The new presentation layer (XAM... |
| | Total Hits: 60 | Today: 0 | Author: Pallavi Wasnik | Rating:  |
| |  When I started working on xml for my project, I was very new to the concept. Of course there are a lot of resources you can find on internet regarding how to read and write xml file in .Net, how to transform it in HTML file, how to change the existing xml file. But I didn’t find a single resource that covers all these topics.... |
| | Total Hits: 60 | Today: 0 | Author: Granville Barnett | Rating:  |
| |  In the first part of this series I introduced you to the new language enhancements in C# 3.0, in this part we will look at querying relational data.... |
| | Total Hits: 10 | Today: 0 | Author: Granville Barnett | Rating:  |
| |  In this article we will look at some of the language enhancements in C# 3.0. Throughout the article we will use code examples to demonstrate these new enhancements and how to apply them to real world problems. This article will give you the core understanding you will require to further explore the C# 3.0 language using many of its new features.... |
| | Total Hits: 52 | Today: 0 | Author: John D. Cook | Rating:  |
| |  The first time you write numerical software in a new programming language, you ask the following questions:
* How do I import the standard math library? * How do I use common math functions? * What math functions are included and which ones will I need to write or find elsewhere?... |
| | Total Hits: 16 | Today: 0 | Author: interviews.dotnetthread.com | Rating:  |
| |  It is now close to a year since Microsoft Visual C# 3.0 shipped as part of Visual Studio 2008. In the VS Managed Languages team we are hard at work on creating the next version of the language (with the unsurprising working title of C# 4.0), and this document is a first public description of the planned language features as we currently see them.... |
| | Total Hits: 22 | Today: 0 | Author: Ayende @ Rahien, Paul B. | Rating:  |
| |  RavenDB is a new open source document database for .NET. If you have never worked with a document database before, the simplest way to think about it is to imagine serializing your objects and storing them on the hard drive where the app is. If you stored it using the key or whatever most common lookup method you might use, it would be quite easy to retrieve your entire object without having to map to and from columns and rows in a SQL database. Dealing with further ways of looking it up, concur... |
| | Total Hits: 166 | Today: 0 | Author: scott | Rating:  |
| |  Language Integrated Query (LINQ) gives .NET developers the ability to query and transform data using their .NET language of choice. The data can live inside XML documents, inside relational database tables, or inside collections of objects. What truly distinguishes LINQ from other data access APIs in .NET however, is LINQ's deep integration into the .NET languages like C# and VB. In this article, we will explore the basic features of LINQ and demonstrate this beautiful integration.... |
| | Total Hits: 382 | Today: 0 | Author: Peyton McCullough | Rating:  |
| |  In this second part to a two-part article on CIL, we'll take the C# program with which we started and convert it into CIL. This will involve several steps, which we'll describe and discuss in full.
In the previous article, we looked at a C# program that finds prime numbers between two and one million. We started to convert it to CIL, recreating the class and method involved in the program, and then we took a look at method calls and the concept of a stack. Finally, we diverged a bit from ... |
| | Total Hits: 454 | Today: 0 | Author: DanMayer. | Rating:  |
| |  There have been plenty of articles here on CodeProject discussing advanced use the PropertyGrid control. I have been asked repeatedly about these issues so I think it would help others who are trying to figure out PropertyGrid usage to start with a simplified sample of a solution to a common problem.... |
| | Total Hits: 731 | Today: 0 | Author: SREENIVAS | Rating:  |
| |  C# is a programming language designed by Microsoft. It is loosely based on C/C++, and bears a striking similarity to Java in many ways. Microsoft describe C# as follows: "C# is a simple, modern, object oriented, and type-safe programming language derived from C and C++. C# (pronounced 'C sharp') is firmly planted in the C and C++ family tree of languages, and will immediately be familiar to C and C++ programmers. C# aims to combine the high productivity of Visual Basic and the raw power of C+... |
| | Total Hits: 1058 | Today: 0 | | Rating:  |
| |  C# (pronounced C sharp) is a programming language with which you can build a wide range of applications that run on the .NET Framework. C# is a simple, type-safe, event-driven, component-oriented, and object-oriented programming language with inherent support for encapsulation, inheritance, polymorphism, interfaces, properties, indexes, delegates, and custom attributes. C# has C++ and Java-like syntax that adapts the best features of these languages, and has its own new features.... |
| | Total Hits: 628 | Today: 0 | Author: DevArticles | Rating:  |
| |  Learn the fundamentals of C# as Author takes us on an introductory tour, including keywords, identifiers, and much more. Author wrote this article for the novice who needs to grasp the concepts of what C# is all about, as well as how to write C# code. To read this article you must have an overview of the .NET Framework and Visual Studio.NET (VS.Net) if possible.... |
|
|
|
|
|
|
|
|
|
|
|
|
|