C4Swimmers Newsletter  

.NET

.NET

(Info) Windows 7 API Code Pack for .NET

Windows 7 API Code Pack for .NET

The next version of Windows is only a few months away and Vista will then be consigned to the same shelf as Windows ME. Prices have recently been announced for some of the Windows 7 versions. MSDN subscribers of course have had access to the Release candidate for some time.

(Tool) NetXtreme IMAP

Tool : NetXtreme IMAP

NetXtremeImap is a powerful component which allows you to quickly and securely manage mail messages on a remote server using ImapClient class with a few lines of code. MIME is also supported by NetXtremeImap which allows you to read mail message from file (.eml extension) or stream, sign/verify, encrypt/decrypt, extracts mail message headers and bodies, retrieve attachments.

NetXtremeImap is also included in the following suites which are bundles that include many additional components:

(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.

(How to) Build Custom XML Configuration for asp.net

How to : Build Custom XML Configuration for asp.net

Introduction:
A frequency asked question in the ASP.NET community is 'How to Building a Custom XML Configuration for ASP.NET' or 'How to use my own config files in asp.net'. Today let's do it together.

If you wan to use your custome config settings,you can inherit the IConfigurationSectionHandler if your .net version is 1.x you can also inherit the ConfigurationSection if your .net version is 2.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) Straight way to Create ASP.NET user controls library

Tutorial: Straight way to Create ASP.NET user controls library

My post-build tool transforming any Web Application into a library containing .ascx controls.

Preamble

I feel necessity to compile my ASP.NET user controls into a library. It is good for modularity and reusing. However, there is no official way to do it. We can create custom controls library only.

(Tips) Exporting a .NET DataSet to an Excel Workbook By Mister Bee

Tips: Exporting a .NET DataSet to an Excel Workbook By Mister Bee

How to export a .NET DataSet to an Excel Workbook.

Introduction

The code explained in this article exports a DataSet to an Excel Workbook, one worksheet per DataTable within the DataSet.

(How To) How To Harness The Power of XHTML And XForms In Your .NET Applications

How To: How To Harness The Power of XHTML And XForms In Your .NET Applications 

XForms is an important recommendation from the W3C that enables complex XML-handling applications to be defined in a simple, declarative syntax. This article demonstrates how you can leverage this power in your own applications.

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

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

(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.

(FAQ) C# Frequently Asked Questions Page6

FAQ: C# Frequently Asked Questions Page6

(FAQ) C# Frequently Asked Questions Page5

FAQ: C# Frequently Asked Questions Page5

(FAQ) C# Frequently Asked Questions Page4

FAQ: C# Frequently Asked Questions Page4

(FAQ) C# Frequently Asked Questions Page3 

FAQ: C# Frequently Asked Questions Page3 

(FAQ) C# Frequently Asked Questions

FAQ: C# Frequently Asked Questions Page2

(FAQ) C# Frequently Asked Questions

FAQ: C# Frequently Asked Questions Page1

(Article) .NET Access Modifiers

Article : .NET Access Modifiers

(Article) .NET System.Globalization namespace

Article : .NET System.Globalization namespace

The .NET Framework has built-in support for globalisation in its System.Globalization namespace. This namespace can help you build international support into your applications.

Syndicate content