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

    Random Ramblings About Technology

Plamen Ratchev

Keeping History Data in SQL Server

May 16, 2007/0 Comments/in SQL Server/by Plamen Ratchev

Very often there is the need to archive data on daily basis. Just had that question today and here is trimmed down solution based on a recent project. The task is to keep history data on daily basis of changed data only (that is only rows that have changed for the last day). The scenario […]

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 Ratchev2007-05-16 20:52:002017-02-07 14:13:18Keeping History Data in SQL Server
Plamen Ratchev

Cleaning Data with Recursive CTE

May 15, 2007/1 Comment/in SQL Server, XML/by Plamen Ratchev

SQL Server 2005 added a great new feature: Common Table Expressions (CTE). And even better than that – recursive CTEs. That provides a new powerful tool to solve many SQL problems. One of the areas where recursive CTEs shine is the hierarchical data management. Here is another side of the recursive CTEs – utilizing them […]

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 Ratchev2007-05-15 15:12:002017-02-07 15:22:15Cleaning Data with Recursive CTE
Plamen Ratchev

Dates and Date Ranges in SQL Server

April 27, 2007/0 Comments/in SQL Server/by Plamen Ratchev

One of the most common tasks when working with data is to select data for a specific date range or a date. There are two issues that arise: calculating the date range and trimming the time portion in order to select the full days. Below are a few techniques to show how this can be […]

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 Ratchev2007-04-27 07:47:002017-02-11 08:02:37Dates and Date Ranges in SQL Server
Plamen Ratchev

Pivoting data in SQL Server

April 23, 2007/8 Comments/in SQL Server/by Plamen Ratchev

Very often there is a need to pivot (cross-tab) normalized data for some reporting purposes. While this is best done with reporting tools (Excel is one example with powerful pivoting capabilities), sometimes it needs to be done on the database side. The discussion here is limited to static pivoting (that is when the values to […]

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 Ratchev2007-04-23 12:22:002017-02-07 15:29:41Pivoting data in SQL Server
Peter Staev

Creating a simple CheckListBox control in WPF

March 28, 2007/3 Comments/in .NET Framework, WPF, XAML/by Peter Staev

With .NET Framework 3.0 Microsoft has removed one control that I’ve liked and used a lot – the CheckListBox. But on the other hand with WPF the developer can easily create his own check list control. Here is how to create one yourself. Put a simple ListBox in your window: XAML: <Window x:Class=”winCustomPKChooser” xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” […]

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 Staev2007-03-28 07:50:002017-02-06 18:10:00Creating a simple CheckListBox control in WPF
Peter Staev

How to obfuscate WPF assemblies using obfuscation software for .NET Framework 2.0

March 13, 2007/5 Comments/in .NET Framework, obfuscation, WPF, XAML/by Peter Staev

I’ve read many posts over the Internet which are stating that it is currently impossible to obfuscate WPF assemblies. Well this is partially true. Here is what you can do to partially protect your .NET Framework 3.0 code:In order your code to continue to work properly you must exclude from the obfuscation at least the […]

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 Staev2007-03-13 13:48:002017-02-06 16:57:51How to obfuscate WPF assemblies using obfuscation software for .NET Framework 2.0
Page 14 of 17«‹1213141516›»

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