Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια

Dot Net Rules

Yes, to dance beneath the diamond sky with one hand waving free

Ιστορικό Δημοσιεύσεων

Παρουσίαση με Ετικέτες

Όλες οι Ετικέτε... » LINQ   (RSS)
An abundance of LINQ queries and expressions using both the query and method syntax.
In this post I will be writing LINQ queries against an array of strings, an array of integers.Moreover I will be using LINQ to query an SQL Server database. I can use LINQ against arrays since the array of strings/integers implement the IENumerable interface...(read more)
Linq to Objects in ASP.Net
In this post I would like to talk about Linq to Objects in an ASP.Net application. In all my classes people seem to have the following answer to this question, “What kind of data can we query with LINQ?“ Most people say “Well, we can query an SQL server database” . I am not very [...]

Διαβάστε περισσότερα »

Create an XML file using LINQ and import XML data into an Excel spreadsheet
In this post I will try to create an excel file and populate the rows and columns with XML data that I read from a relational database table. I will use Visual Studio 2008,vb and in particular XML Literals and LINQ to SQL classes.

Διαβάστε περισσότερα »

LINQ TO SQL and Stored procedures
In this post, I will go back to the issue of LINQ. I am going to show with an example how to use LINQ and stored procedures to insert,update and delete records from a particular table.

Διαβάστε περισσότερα »

How to monitor and debug LINQ to SQL queries
How to monitor and debug LINQ to SQL queries

Διαβάστε περισσότερα »

Posted: Τετάρτη, 19 Νοεμβρίου 2008 5:00 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , ,
Nullable data types in Visual Basic 9.0
Nullable data types allow you to create data types like integers and initialize them to nothing.

Διαβάστε περισσότερα »

Posted: Δευτέρα, 17 Νοεμβρίου 2008 2:16 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
LINQ ordering and grouping keywords
In this post I will look into ordering and grouping keywords and methods in LINQ. I will try to explain C# keywords such as orderby, descending, group by . On top of that I will cover extension methods such as OrderBy(), ThenBy(), OrderByDescending(), ThenByDescending() and GroupBy()

Διαβάστε περισσότερα »

Posted: Τρίτη, 26 Αυγούστου 2008 7:21 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , ,
Extension methods in C# 3.0
extension methods is a brand new feature that comes with c# 3.0 and vb 9.0 versions and help us to extend existing types with static methods

Διαβάστε περισσότερα »

Posted: Τρίτη, 8 Ιουλίου 2008 9:40 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , ,
Anonymous types in C# 3.0
Anonymous types in c# 3.0 and examples

Διαβάστε περισσότερα »

Posted: Δευτέρα, 7 Ιουλίου 2008 10:38 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , , ,
LINQ set operations(extension methods) on arrays
In this post, which is another post for LINQ, I will try to explain how we can use LINQ set operators on arrays.Basically set operators are extension methods that allows to filter,merge arrays.We are going to examine these methods in detail. We will examine them by creating a project in visual studio. Basically we are going to use two [...]

Διαβάστε περισσότερα »

Posted: Δευτέρα, 7 Ιουλίου 2008 6:23 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: , , , ,
LINQ to SQL – Querying the Pubs Database
A post regarding LINQ to SQL, demonstrating how you can use LINQ to retrieve data from an SQL Server database

Διαβάστε περισσότερα »

Posted: Τρίτη, 1 Ιουλίου 2008 2:57 μμ από nikolaosk | 0 σχόλια
Δημοσίευση στην κατηγορία: ,