Format:
Recent snippets matching tags of extensionmethod
namespace DataFieldMappingConsoleSample { using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; class Program {
27 Views
no comments
namespace DataFieldMappingConsoleSample { using System; using System.Collections.Generic; using System.Data; using System.Diagnostics; using System.Linq; using System.Reflection; [AttributeUsage(AttributeTargets.Property)]
20 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NHibernate; namespace Lucilla.Framework.Core.Data { public static class QueryExtensions {
370 Views
no comments
public static Bitmap OverlayImage(this Bitmap background, Bitmap foreground, int widthBump, int heightBump) { try { Graphics myGraphic = null; Bitmap imgB = background; Bitmap imgF = foreground; using (Bitmap m = new Bitmap(background)) { myGraphic = Graphics.FromImage(m);
191 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
