XML Helper for convert class object/List to xml and xml to class object/List conversion
Hi friend's, today we are going to understand ubout XMl Helper for convert class object/List to xml and xml to class object/List convertion.
let's start with example,
Create class for EmployeeDetail
public class EmployeeDetails
...
Tuesday, September 26, 2017
Thursday, September 21, 2017
Improve SQL Query Performance
Hi friend's, today we are going to understand step to improve t-sql query perfomance step by step mention below.
Use EXISTS instead of IN to check existence of data.
Avoid * in SELECT statement. Give the name of columns which you require.
Choose appropriate Data Type. E.g. To store strings use varchar in place of...
Wednesday, September 13, 2017
How
to make Visualization Report Using Power BI?
How
to use  Power BI Desktop Tool?
First
we need to Sign up/ Register on Power BI
For
register click hear
For
Download the Power BI Tool click hear
Fig 1.0
For
make any Visualization we need some data for visualize through Power BI
To
get data  go through following step
Home
Tab...
SSMS Formatter use with Microsoft SQL Server Management Studio 2016
Hi friend's, today we are going to understand
that how to apply Format for your query in SSMS(Microsoft SQL Server Management
Studio 2016).
You just need to go through some steps that
mentioned below.
First
start the SQL Server (SSMS 2016)
On
the top of the Menu -->...