Skip to main content

Home/ General Development In DotNet/ Group items tagged c#

Rss Feed Group items tagged

Johann Strydom

DPack 3.5.x is out (Think VS2012++ version) - Greg's Cool [Insert Clever Name] of the Day - 0 views

  •  
    "DPack is a FREE collection of Microsoft Visual Studio 2012 tools. DPack is designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features. DPack includes various browser tools that allow the developer to quickly find solution files, types, particular type members, methods or properties for instance, or quickly find and reference standard .NET framework types. DPack includes greatly enhanced numbered bookmarks feature, various code navigation tools as well as streamlined surround with feature, and much more. See screenshots and learn more about individual features using Features menu. Major features included: Code Browser File Browser Solution Browser Framework Browser Numbered Bookmarks Surround With Code Navigation Solution Statistics Solution Backup All features support C#, VB, C++ and Ruby In Steel based projects."
Jacques Bosch

Rob Miles - Journal - C# Yellow Book 2012 Now Available - 0 views

  •  
    "The latest version of the C# Yellow Book is now available for free download. You can get it here, or you can press the spiffy new short cut on this page. "
Jacques Bosch

A C# Extension Method using Expression Trees to Create an instance from a Type - 0 views

  •  
    "I recently wrote a Type.GetInstance() extension method, and used the opportunity to play around with Expression Trees, which I'd recently read up on in C# in Depth. Here's the set of extension methods I came up with, which allow you to quickly create an instance of a Type from the Type itself; like this:"
Jonah Hayes

C# Corner - C#, Visual Studio .NET, ASP.NET, WPF, WCF, WF, and Windows Vista Community - 0 views

  •  
    This content will describe how to storage cache outcome in an MVC web program. The content also talks about the key benefits of caching in an MVC Structure program.
  •  
    This content will describe how to storage cache outcome in an MVC web program. The content also talks about the key benefits of caching in an MVC Structure program.
  •  
    ASP.NET provides ASP.NET controls and tools that you can use to build login pages and to authenticate users.
Jonah Hayes

Your easiest way to learn C# & .NET - 0 views

  •  
    LearnVisualStudio.NET and Microsof company bring you this 7 hour, 24 session course for FREE. Presented initially on Channel9 and considered many, many times, these training illustrate everything an absolute starter needs to know to get started with C#, .NET, Item Focused Development, and more!
  •  
    these lessons demonstrate everything an absolute beginner needs to know to get started with C#, .NET, Object Oriented Programming, and more.
Wicked Tunez

DotNetMQ: A Complete Message Queue System for .NET - CodeProject® - 0 views

  •  
    Open Source Message Queue system that is entirely built in C# and .NET framework 3.5.
Jonah Hayes

Linking a file in Visual Studio .NET - 0 views

  •  
    ASP.NET is an extremely valuable tool for developers and .Net Programming as it permit them to build rich and dynamic web applications and web sites using compiled languages like C# and VB.
  •  
    ASP.NET is an extremely valuable tool for developers and .Net Programming as it permit them to build rich and dynamic web applications and web sites using compiled languages like C# and VB.
Jacques Bosch

Dot Net Perls - 0 views

shared by Jacques Bosch on 18 May 11 - No Cached
  •  
    "Dot Net Perls introduces lots of information about specific parts of the C# language, VB.NET, Windows Forms, and ASP.NET. Try typing your favorite keywords into the search box. For more coverage, please browse through the categories at the top of this page."
Johann Strydom

Task Parallel Library and async-await Functionality - Patterns of Usage in Easy Samples... - 0 views

  •  
    "A lot of tutorials have already been written about TPL and the new .NET 4.5 async-await features, the most prominent examples are Task Parallel Library: 1 of n, Task Parallel Library: 2 of n, Task Parallel Library: 6 of n and Threading in C#, PART 5: PARALLEL PROGRAMMING. Here I present my own version of a TPL and async-await tutorial trying to emphasize why TPL and async-await functionality is so useful and how to apply it to some well-known problems. "
Jacques Bosch

Monadic Parser Combinators using C# 3.0 - LukeH's WebLog - Site Home - MSDN Blogs - 0 views

  •  
    "Parser combinators are an idea that I enjoy every time I go back and look at again. They are an approach to building parsers by composing very simple atomic parsers into bigger and bigger units which can ultimately express real world grammars. This idea has been particularly popular in functional languages where the parsers can naturally be thought of as functions from input strings to parse trees, and composition of parsers is just function composition. This approach often leads to a simple syntax which makes the resulting parsers pleasantly declarative in that internal-DSL kind of way. "
Jacques Bosch

A simple tip to make your debugging sessions go easier | Dru Sellers - 0 views

  •  
    "TL;DR: In C# use [DebuggerDisplay("")] on your classes and follow better practices."
Johann Strydom

Use C# 4.0 dynamic to drastically simplify your private reflection code - Angle Bracket... - 0 views

  •  
    Great way to access private properties on an object at runtime.
Jacques Bosch

Apache ActiveMQ -- Index - 0 views

  •  
    "Welcome to the Apache NMS project, the .NET Messaging API. This allows you to build .NET applications in C#, VB, or any other .NET language, using a single API to connect to multiple different providers."
Jacques Bosch

Quartz.NET - Enterprise Job Scheduler for .NET Platform - 1 views

  •  
    "Quartz.NET is a port of very propular open source Java job scheduling framework, Quartz . This project owes very much to original Java project, it's father James House and the project contributors. Quartz.NET is a pure .NET library written in C# which currently targets Framework version 1.1 and above. Quartz.NET is feature-wise equal to Quartz Java 1.6 excluding Java specifics. Quartz.NET is already running in production systems and has received good feedback. "
Johann Strydom

Introducing this.Log - Rob Reynolds - The Fervent Coder - Devlicio.us - Just the Tasty ... - 0 views

  •  
    "One of my favorite creations over the past year has been this.Log(). It works everywhere including static methods and in razor views. Everything about how to create it and set it up is in this gist. How it looks public class SomeClass { public void SomeMethod() { this.Log().Info(() => "Here is a log message with params which can be in Razor Views as well: '{0}'".FormatWith(typeof(SomeClass).Name)); this.Log().Debug("I don't have to be delayed execution or have parameters either"); } public static void StaticMethod() { "SomeClass".Log().Error("This is crazy, right?!"); } } "
Wicked Tunez

protobuf-net - Fast, portable, binary serialization for .NET - Google Project Hosting - 0 views

  •  
    protocol buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be:
Jacques Bosch

Functional Fun: Weak Events in .Net, the easy way - 0 views

  •  
    "I've written before about one kind of memory leak the .Net Garbage Collector cannot protect against: those caused by event handlers keeping objects alive beyond their best-before date. Daniel Grunwald has a very comprehensive article on CodeProject explaining the problem in depth, and giving a number of solutions, some of which I've used in the past."
Wicked Tunez

relax-net - aka RedBranch.Hammock, a domain-focused CouchDB library for .NET - Google P... - 0 views

  •  
    Hammock is a .NET CouchDB library modeled directly on NHibernate and strives for much of the same functionality while avoiding the vast complexity of mapping object data to a relational system.
1 - 20 of 29 Next ›
Showing 20 items per page