Always remain updated about current software development trends

Articles having tag: .NET3.5

How to create your own map on Google Maps

A simple way to create your own Google map from several locations.

How does it work in C#? - Part 3 (C# Linq in detail)

Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article will explore the different extension methods used in the LINQ using C# and IL code to discuss..

Dynamic Table Mapping for LINQ-to-SQL

Dynamic table mapping for LINQ-to-SQL, suitable for data horizontal partitioning (Shard).

Cache IQueryable for Better LINQ-to-SQL Performance

An approach to improve LINQ-to-SQL performance while preserving maintainability over DataReader.

The Elegant Art of Programming

This is an alternative for "The Elegant Art of Programming"

The Elegant Art of Programming

This is an alternative for "The Elegant Art of Programming"

The Elegant Art of Programming

This is an alternative for "The Elegant Art of Programming"

Sharing data among Windows Forms

In a Windows application, passing values from a secondary form to the main form or share data among several applications (.NET application).