Blog Archives

LINQ to XML in a Nutshell

Data may exist in much form. You may have data in relational tables residing on a relational database or portable data in form of XML. Since data exist in many forms, obviously there are many ways to manipulate or access

Tagged with: ,
Posted in LINQ

ASP.Net GridView with LinqDataSource

In this post I will walkthrough on using ASP.Net Gridview with LinqDatasource. You can bind a GridView with LinqDataSource and would able to Edit Delete View data without writing a single line of code. To see how it works ,

Tagged with: , , , ,
Posted in LINQ

Video LINQ with SQL Azure

*******************************

Tagged with: , , ,
Posted in AZURE, LINQ, Video

Video Fetching Tables and Columns name in LINQ to SQL

*********************************

Tagged with: , ,
Posted in LINQ, Video

Video Executing SQL Query in LINQ to SQL

********************************

Tagged with: , , ,
Posted in LINQ, Video

Learning Video Executing Stored Procedure in LINQ to SQL

Source code used in Video ***********************************************************

Tagged with: , , ,
Posted in LINQ, Video

Executing SQL Query using LINQ to SQL

In this post, I will discuss how we can execute a SQL Query directly from LINQ. Explanation To execute SQL query there is a method in DataContext class called ExecuteQuery ExecuteQuery takes two input parameter 1. SQL Query as string

Tagged with: , , ,
Posted in LINQ

Fetching different values in LINQ Concurrency conflict

If you have not read my post Resolving Concurrency conflicts in LINQ then I strongly recommend you to read that. This post is a simple added extension of said post. After reading resolving concurrency conflict in LINQ you are pretty

Tagged with: , ,
Posted in LINQ

Using O/R designer to bind a Windows Form in LINQ

In this post I will show you, how you could bind a Windows Form with Entity created by O/R designer. Essentially we are going to create a DataSource using generated entity of O/R designer. I assume that, 1. You have

Tagged with: , , ,
Posted in LINQ

Turning off Pluralization of classes in LINQ to SQL O/R designer

In this quick post, I will show you how you could avoid pluralization of classes in LINQ to SQL Step1 Open visual studio and click on Tool from Menu. Then select Options Step 2 Select Database Tools tab Step 3

Tagged with: ,
Posted in LINQ

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Categories
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2013
Follow

Get every new post delivered to your Inbox.

Join 2,123 other followers