Here I want to write about some quick tips with XElement class, that I'd like, every LINQ to XML programmer, always remember.
More...
a542d7ed-5727-4978-b197-08d865bba847|0|.0
Lots of time I saw a questions about how to do SQL like JOIN operations with sequenced objects, in application using LINQ. So I've decided to produce easy to understand samples of
JOIN operations with LINQ technology which works ok
as with LINQ to SQL so with LINQ to Objects.
More...
efdb9b08-a4de-434b-a6c4-36cd3343c2d8|1|5.0
The most frequent problem that I met with developers who are dealing with LINQ To SQL is database connection string flexibility problem.
More...
8db94897-a08a-4203-88a2-3600b79a2a08|0|.0
An engineer, a manager, and a programmer are riding in a car. They come to a hill and their brakes fail. After careening down the hill and finally coming to a stop they get out to decide what to do. The manager says "We need to have a meeting to form a committee to see what we should do next!" The engineer says, "Screw that! Give me a pocket knife and some duck tape and I'll have us going in no time!" The programmer looks at them both and says, "Lets push it back to the top and see if it does it again.
7bf05826-0b3b-48f5-875e-48d228068466|1|5.0
In this post I want to demosntrate how to accomplish SQL
CASE WHEN like condition in LINQ.
More...
72c555e4-0382-47b6-aa4c-f60c47d71f45|0|.0
If you ask two girls, how old they are, may be you would hear them to refuse to answer your question. Both girls are giving you NULL as age and this doesn't mean both have similar age. So there is nothing can be equal to null.
Just enjoy your life sometimes ;)
032d0b74-c566-4a6e-b9b9-598dc7f9cd58|1|5.0
Data paging is a very popular requirement for software products, especially in web projects. With coming LINQ technology, it became very easy to bring n-th page data on the form.
More...
4b726e07-133a-41c2-8d2b-97747d0bdf31|0|.0
Back and want to continue speaking about common problems. This time want to introduce image thumbnailing or resizing solution. It very usefull, especilly if you want to build image gallery, when you need to display thumbnail list and reveal
original image on click. This will work for both web and desktop applications, but there is some workaround with web is you want to get best results.
More...
897fa3a6-d74b-41f2-ab5d-358c486e6480|0|.0
Most of web developers,less once in their lives, meet a problem calling
Multilingual Website Implementation. All "Getting Started with ASP.NET" books describing the solution of this problem, in one of the chapters.
But here I want to introduce, quick, easy to understand and ready to go solution for "multilingual" task.
More...
1610cc94-b58c-4827-9c59-715d831dc868|0|.0
In this second part I'll speak about retrieving data from SQL Server database using LINQ.
LINQ (Language-Integrated Query) is technology, introduced by Microsoft in 2008 with .Net Framework 3.5 and Visual Studio 2008.
As for me, LINQ is the most easies way for establishing communication, between application and database, for retrieving data from lower level.
Below I'll describe how everything works with LINQ and side by side share my knowledge, vision, experience and best achievements which came to me by this time.
More...
6924c2d4-dd85-44cc-8bba-d16acdd235bd|0|.0