C4Swimmers Newsletter  

C#

C# (C-Sharp) Resources

Search Engine on C Programming

Search for C/C++/Unix Programming related information.
<!-- Google CSE Search Box Begins -->



<!-- Google CSE Search Box Ends -->

(Tutorial) Csharp (C#) Tutorial

Csharp (C#) Tutorial

This csharp tutorial ( C# tutorial) is intended for beginners who want to learn C# programming.

If you and want jump coding, and you have the compiler for Charp (C# ) installed in your computer, skip this introduction and go directly to next page. Otherwise go ahead and read on.

INTRODUCTION

(Article) C# HTML email through Gmail

Article : C# HTML email through Gmail

SMTP Email
C#.NET comes with built-in libraries to send html email easily. Particulary in this article, we'll focus on sending email with Google's Gmail service. You will need a gmail account, which is free to make if you don't already have one.The trick to send html email messages is to connect to Gmail's SMTP server. STMP stands for Simple Mail Transfer Protocol and is a popular way to send emails.

(Article) C# Boolean Matrix

Article : C# Boolean Matrix

Boolean Matrix
A Boolean Matrix in C# (also known as a logical matrix) is a useful mathematical tool for complex math operations. A boolean matrix is a number matrix that consists of only 1's and 0's (or true and false). They are useful in a wide range of mathematics.Since .NET Framework does not come with built-in support for matrix math, our boolean matrix C# math library is going to be written from scratch.

(eBook) Pro Silverlight 2 in C# 2008

eBook : Pro Silverlight 2 in C# 2008

(Article) Use of XML to Dynamically Store retrieve data in asp.net

in

Article : Use of XML to Dynamically Store & retrieve data in asp.net

Introduction:
This article will help you to create child nodes with data in XML file automatically on button click from ASPX page in ASP.NET. Besides, you can retrieve data from the XML file node by node into text box, on label control.

(Features) New features of C# 3.0

Features : New features of C# 3.0

Introduction
This article shows some new features in C# 3.0. This demo is created as a simple C# console application to understand the new features of C# 3.0.

(Library) edtFTPnet/Free 2.0.0 For .NET

Library: edtFTPnet/Free 2.0.0 For .NET

About

edtFTPnet/Free is a .NET FTP library written in C#. Widely used around the world, it is robust and proven, with a rich API. It includes extensive event monitoring, transfer resumption, and much more. It has been tested and is compatible with Mono 1.2.x. 

(Tutorial) SQL Server CE Query Tool

Tutorial: SQL Server CE Query Tool

User friendly query designer and data manipulation tool for SQL Server CE

Introduction

CEQuery is written in C# with the help of VS2008 platform. Some of the features of this tool are described below

(Tutorial) Fast native structure reading in C# using dynamic assemblies

Tutorial: Fast native structure reading in C# using dynamic assemblies

This article shows how to generate dynamic methods for fast byte to structure conversion.

(Tutorial) A C# tiny fireworks simulator

Tutorial: A C# tiny fireworks simulator

A tiny fireworks simulator based on simple physical engine. The user can configure 10 launcher with the initial speed of the bomb, the explosion form and the explosion colour. 

Note: This is an unedited reader contribution

(Tips) C# Save and Load image from Database

Tips: C# Save and Load image from Database 

Save images to database and load in aspx page using C#

Introduction

This article shows you how to upload an image in a C# application, save it in a database and display it in another aspx page.

(Game) 2 Player Tik Tak Toe Game with C#

Game Development: 2 Player Tik Tak Toe Game with C

A very simple game for beginners looking for reference for game development.

(Tutorial) C++ Implementation of the C# Property and Indexer with Accessor-Modifiers

Tutorial: C++ Implementation of the C# Property and Indexer with Accessor-Modifiers 

A C++ implementation of the C# functionality for both Property and Indexer, and controlling their compile-time accessibility using accessor-modifiers.

(Book) Immutable Data Structures in C# and F# By Tomas Petricek

Book: Immutable Data Structures in C# and F# By Tomas Petricek

The Real World Functional Programming book explains essential concepts of this paradigm using examples in C# 3.0 and F#. In this article we look at immutability, which stands behind the clarity of functional programs.

(Tutorial) Functional Programming in C# 3.0 using Lambda Expression - Part 1

Tutorial: Functional Programming in C# 3.0 using Lambda Expression - Part 1 

(Game) C# / C++ CLI Micro Chess (Huo Chess)

Game Development : C# / C++ CLI Micro Chess (Huo Chess)

(Video) Writing If Statements and Boolean Tests in C#

Video : Writing If Statements and Boolean Tests in C#

Description : c# if, else, else if. Check out www.LearnCSharp.com for more essential C# video tutorials!

(Article) Convert a Multipage TIFF to PDF in .NET

Article : Convert a Multipage TIFF to PDF in .NET

Introduction
This article shows you how to create a PDF document from a multipage TIFF document in both C# and VB.NET using TallPDF.NET 2.0.

Sample Files

  • Input TIFF document
  • Output PDF document

Download Code

(New Publish) Murach’s ASP.NET 3.5 Web Programming with C# 2008

New Publish : Murach’s ASP.NET 3.5 Web Programming with C# 2008

Mike Murach & Associates has just published a 3.5 edition of their best-selling ASP.NET book, now entitled Murach’s ASP.NET 3.5 Web Programming with C# 2008.

Syndicate content