Skip to main content

Home/ Agency Oasis Developers/ Group items tagged c#

Rss Feed Group items tagged

Mark Ursino

The C5 Generic Collection Library for C# and CLI - 0 views

shared by Mark Ursino on 17 Feb 10 - Cached
  •  
    C5 provides functionality and data structures not provided by the standard .Net System.Collections.Generic namespace, such as persistent tree data structures, heap based priority queues, hash indexed array lists and linked lists, and events on collection changes
Mark Ursino

SharpKit - 0 views

shared by Mark Ursino on 15 Jan 10 - Cached
  •  
    SharpKit brings C# productivity to JavaScript development
Mark Ursino

GMap.NET - 1 views

  •  
    GMap.NET is a simple server control to allow easy implementation of google maps into any C# or VB.NET project without the use of any code and includes seamless integration with a .Kml file.
mgraber

F D C C - 0 views

mgraber

F D C C - 0 views

  •  
    "Federal Desktop Core Configuration FDCC"
Douglas Couto

.net - DllRegisterServer entry point was not found - Stack Overflow - 0 views

  •  
    "C:\Windows..\aspnet_isapi.dll was loaded, but the DllRegisterServer entry point was not found. The file cannot be registered."
Douglas Couto

C# HashSet | JohnnyCoder - 0 views

  •  
    "I recently needed to produce a distinct collection. As it turns out, HashSet was the perfect tool."
Mark Ursino

c# - How to replace multiple white spaces with one white space - 0 views

  •  
    Answer: string cleanedString = System.Text.RegularExpressions.RegEx.Replace(s,@"\s+"," ");
Mark Ursino

Bundler.NET - 0 views

  •  
    An API for combining, minifying, compressing, and caching CSS and JavaScript for .NET websites.
Mark Ursino

Convert Integer to Day of Week in .NET - 0 views

  •  
    Enum.GetName(typeof(DayOfWeek), INTEGERHERE));
‹ Previous 21 - 40 of 88 Next › Last »
Showing 20 items per page