List/Grid

Tag Archives: data

Transfer huge data in WCF

To transfer huge amount of data between server and client we need to increase value of maxItemsInObjectGraph attribute of dataContractSerializer element, defined with in behavior configuration. <dataContractSe do my essay… Read more »

Data Abstraction

Hiding the complexity of a application from the end user is Abstraction. Assembly language is abstarion of machine and language like Basic,fortran,c are the abstraction of assembly language. The programmer… Read more »

Data types C#

Data types are used everywhere in a programming language like C#. Because it’s a strongly typed language, you are required to inform the compiler about which data types you wish… Read more »

Utility to use XML file as a DataSource – C#

I have written a small utility which can be used to access xml file as a datasource for a single table. using System; using System.Collections.Generic; using System.Linq; using System.Text; using… Read more »

Inserting test data in SQL Server

Thats the worst part for a developer, when a developer has to insert the test data in the database to test the unit test cases. There are various tools in… Read more »