Tangra Inc.
  • HOME
  • SERVICES
  • PRODUCTS
  • BLOG
  • CONTACT US
  • Search
  • Menu Menu
  • The Wisdom of the Geeks

    Random Ramblings About Technology

Peter Staev

LINQ Mysteries: The Distinct Function

August 27, 2008/0 Comments/in .NET Framework, LINQ/by Peter Staev

Recently I had to use the Distinct function introduced in LINQ. My surprise was that depending on where you put the Distinct clause you will receive different results. Let us take the following example: Let dtAnswers be a DataTable that has two columns, named answer_value and answer_comment. What I was seeking as a result was […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Peter Staev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Peter Staev2008-08-27 13:55:002017-02-06 17:35:43LINQ Mysteries: The Distinct Function
Plamen Ratchev

Code Camp

August 20, 2008/1 Comment/in SQL Server/by Plamen Ratchev

On August 23, 2008 is the Jax Code Camp IV in Jacksonville. A full day of coding and free training on different technologies: WCF, LINQ, Cold Fusion, Flex/Air, Silverlight, Ruby on Rails, .Net Compact Framework, SharePoint, SQL Server 2008, and more. To sign up and see the full schedule visit the Code Camp website at […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2008-08-20 22:46:002017-02-11 07:41:50Code Camp
Plamen Ratchev

Division by Zero

July 20, 2008/1 Comment/in SQL Server/by Plamen Ratchev

Handling division by zero is a common need in SQL queries. Here is the standard way of performing a check if divisor is zero using the CASE function. — Sample tableCREATE TABLE Foo ( keycol INT PRIMARY KEY, x INT, y INT); INSERT INTO Foo VALUES(1, 15, 3), (2, 10, 0); — Using CASE to check divisor for zeroSELECT keycol,    […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2008-07-20 22:24:002017-02-11 07:42:15Division by Zero
Plamen Ratchev

Top 10 T-SQL Enhancements in SQL Server 2008

June 18, 2008/1 Comment/in SQL Server/by Plamen Ratchev

As SQL Server 2008 is getting in the advances phases of release, a lot has been published about new features and changes. There have been a few enhancements to Transact SQL that will be a great help for both developers and administrators. Here is list of the top 10 in no particular order, with links […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2008-06-18 11:11:002017-02-11 07:43:20Top 10 T-SQL Enhancements in SQL Server 2008
Peter Staev

Having different CellEditor for different rows (Xceed WPF Grid)

June 14, 2008/5 Comments/in .NET Framework, WPF, XAML/by Peter Staev

Currently I needed to make an Xceed WPF Grid to have different CellEditors for one column for different rows based on a condition (in my case the condition was the content of the cell). I’ve found no info for a similar situation on Xceed’s Forums. I’ve tried using the CellContentTemplateSelector for that column but after […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Peter Staev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Peter Staev2008-06-14 10:35:002017-02-06 17:59:35Having different CellEditor for different rows (Xceed WPF Grid)
Plamen Ratchev

Spatial Support in SQL Server

June 3, 2008/1 Comment/in SQL Server/by Plamen Ratchev

SQL Server 2008 adds new spatial data types and methods for storing and handling spatial data. The two new data types are GEOMETRY and GEOGRAPHY. This new functionality provides great capabilities to process spatial data. Here is one brief example to demonstrate the GEOGRAPHY data type and one of the related methods. The code below […]

Read more
https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png 0 0 Plamen Ratchev https://www.tangrainc.com/wp-content/uploads/2017/02/tangra-logo3.png Plamen Ratchev2008-06-03 10:23:002017-02-11 07:46:45Spatial Support in SQL Server
Page 7 of 17«‹56789›»

Categories

  • .NET Framework
  • best practices
  • Binding
  • books
  • CLR
  • Cryptography
  • Custom User Controls
  • Excel
  • LINQ
  • mobile
  • NativeScript
  • obfuscation
  • PASS
  • Security
  • Silverlight
  • SQL Server
  • sql server compact
  • SQLRally
  • SQLSaturday
  • WCF
  • WPF
  • XAML
  • XML

Archives

  • August 2018
  • June 2017
  • March 2017
  • February 2017
  • April 2016
  • March 2016
  • October 2011
  • May 2011
  • February 2011
  • January 2011
  • October 2010
  • August 2010
  • July 2010
  • February 2010
  • January 2010
  • August 2009
  • June 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007

SITE MAP

  • HOME
  • SERVICES
  • PRODUCTS
  • BLOG
  • CONTACT US
  • TERMS
  • PRIVACY

SEARCH

Copyright © 2025 Tangra Inc.
Scroll to top