Blog

How to join a table-valued function in T-SQL

Michael Roma

Example on how to join a table-valued function in a T-SQL query

  • SQL

Easy way to get distinct values from a .NET List

Michael Roma

The follow example shows how to get a list of objects that are distinct based on a property's value.

  • C#
  • Entity Framework

How to get date only from datetime in T-SQL

Michael Roma

The following code snippets are examples of how to return the date only part from a datetime data type.

  • SQL

How to setup ASP.NET GridView with jQuery DataTables

Michael Roma

Example on setting up an ASP.NET GridView to work with the jQuery Data Tables plugin

  • ASP.NET
  • jQuery
  • VB.NET

How to disable apple key to windows key mapping in parallels

Michael Roma

The following article explains how to disable the apply key to windows key mapping in Parallels.

  • MacOS

Counting records in associated tables in Entity Framework

Michael Roma

The following example shows how to query a table and count records associated in another

  • C#
  • Entity Framework
  • SQL

Good article for a C# Razor quick reference guide

Michael Roma

Quick Reference guide for C# Razor syntax

  • C#
  • ASP.NET
  • Razor

Using Inheritance in Entity Framework

Michael Roma

C# Examples on how to use inheritance in Entity Framework

  • C#
  • Entity Framework
  • SQL

C# Lambda Expression examples

Michael Roma

Examples of Lambda expressions in C#

  • C#

C# Anonymous functions

Michael Roma

Examples of an anonymous function in C#

  • C#