Welcome!

Converting Datatable to xml string and viceversa

XML is a simple and flexible system for defining data formats. This is completely platform independent and adopted everywhere for representing complex documents and data structures. For data transmission on…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Connect Windows Phone With WCF Service

These are the follwing steps we need to follow to connect windows  phone with wcf service 1.Creation of service 2.Hosting the service in IIS 3.Connecting from the windows phone step…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
SqlServer Query Optimization Tips

Tip 6: While we use IN, in the sql query it better to use one or more leading characters in the clause instead of using the wildcard character at the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Sorting Genric List By Their Properties

This tip demonstrates how to sort generic lists in a much simpler way without writing  much complex loops and comparison logic. The following steps are required for sorting the list:…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
PHP function to read and return the page content of a given URL

At times we need to add a page content to a email body. Also some time we need to call a api link to get the data. Here is a function…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Displaying a Drill Down Path with various colors in Crystal Reports xi.

DrillDownGroupLevel Definition- DrillDownGroupLevel is a system defined function in Crystal Reports ,that returns the current drill down level in the report that one is working upon. DrllDownGroupLevel can be used…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
MySQL: Ordering values according to a predefined pattern

The Solution SELECT * FROM `tablename`  WHERE  `id_record` IN (1,2,3,4,5,6,7,8,9,10,11) ORDER BY FIELD (`id_record`,5,4,6,3,2,1,7,9,8,10,11 ) As you can see from the code above ,we are using one more MySQL keyword called…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
New Features in C# 4.0

Introduction- The major aim of C# 4.0 is dynamic programming.More importantly objects are dynamic and there behaviour and properties are not accessed by a static type. Followings are some example…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Personal Widget Tracking for Analysis

While working on a community project, this is what I learned. In my site a custom flash player is used to play the videos. That player can be customized for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!