Skip to main content

Home/ Coders/ Group items tagged .net development

Rss Feed Group items tagged

David Rietz

ASP.NET 4.0 Anwendung vorkompilieren und deployen in MSBuild - 0 views

  •  
    Wenn man ASP.NET Webanwendungen entwickelt, ist man schnell an einem Punkt wo man die Anwendung automatisiert vorkompilieren und im IIS bereitstellen möchte. Mit MSBuild ist diese Aufgabe recht schnell gelöst, denn man kann den AspNetCompiler-Task für diese Aufgabe verwenden.
Joel Bennett

Using RabbitMQ with C# and .NET - 3 views

  • I'm currently working on a project where I need to be able to transfer a large number of requests via JSON over web services. I need to take some of that data, do some aggregation with it, and store it in a persistent store. In order to allow the data to be reliably processed in a number of different ways, I wanted to place the incoming data into multiple queues and have it processed and then stored.
  • RabbitMQ fits the bill on all of these fronts, is crazy easy to setup and use, and is very fast.
  • RabbitMQ is written in Erlang
  •  
    RabbitMQ is a cross-platform implementation of an Advanced Message Qeuing Protocol (AMQP) broker (similar to MSMQ). There's a .Net client, and it allows you to decouple your routing and an message storage, and do so in a cross-platform way.
Joel Bennett

Workaround: Lost Intellisense within ASP.NET AJAX Controls - 0 views

  •  
    Finally, a fix for the weird fake errors in the intellisense detection in my ASP.NET Ajax apps!
  •  
    Geniuzz.com es una pequeña sitios de trabajo. Este sitio está dedicado a todos los españoles están buscando trabajadores con un precio muy bajo. Si usted contrata a un trabajador de aquí. Te garantizo que es muy satisfactorio. Si eres un webmaster o BPA jugadores que necesitan ayuda. Acaba de llegar al mercado muy amable. Y yo también le ayudará. Por favor visite mi puesto aquí https://www.facebook.com/pages/Geniuzzcom/525081180900419
Joel Bennett

Simple audio/video conversion for .Net - FFLib.Net - 0 views

  •  
    Here is totally free FFLIB, a ffmpeg based video conversion NET 2.0 library.
Joel Bennett

Introducing the Anti-Cross Site Scripting Library - ASP.NET Forums - 0 views

  • Cross-site scripting (XSS) attacks exploit vulnerabilities in Web-based applications that fail to properly validate and/or encode input that is embedded in response data.  Malicious users can then inject client-side script into response data causing the unsuspecting user's browser to execute the script code.  The script code will appear to have originated from a trusted-site and may be able to bypass browser protection mechanisms such as security zones.
  •  
    Asp.Net forum post announcing the Anti-Cross Site Scripting (XSS) library from Microsoft, with links to downloa.d and documentation
Joel Bennett

WinFUSE - A .Net FUSE-like - 0 views

  •  
    A Windows Service written in .Net that lets you write a simple FileSystem
Joel Bennett

Castle.Components.Scheduler - Castle Project - 0 views

  •  
    A job scheduler like quartz.net (or like Java Quartz) to offer enhanced scheduled-tasks (or cron) -like functionality to .Net applications at the thread/process level.
Joel Bennett

Zeroconf NetServices - Zeroconf for .NET - 0 views

  •  
    Zeroconfig is a protocol used for automatic discovery of services on networks, which was popularized by Apple as Rendezvous and is now called Bonjour... this is an implementation in C# for .Net
Joel Bennett

The 30 Minute (.Net) Regex Tutorial - CodeProject - 0 views

  •  
    A guide to getting started with regular expressions in .Net for begginers all the way through named captures, backreferencing, and lookaround. Barely mentions balancing matches -- which are one of the best features of .Net regex ... but otherwise very good.
Joel Bennett

Quartz.NET - Job Scheduler for .NET Platform - 0 views

  •  
    A "Job" Scheduler for .Net -- see also Castle Scheduler
Joel Bennett

.NET Memory Profiler - 0 views

  •  
    Find Memory Leaks and Optimize Memory Usage in any .Net applications... C#, VB.NET, whatever
Joel Bennett

Infer.NET - 0 views

  •  
    Infer.NET is a .NET framework for machine learning. It provides state-of-the-art message-passing algorithms and statistical routines for performing Bayesian inference.
Joel Bennett

xVal - CodePlex - 0 views

  •  
    xVal is a validation framework for ASP.NET MVC applications. It makes it easy to link up your choice of server-side validation mechanism with your choice of client-side validation library, neatly fitting both into ASP.NET MVC architecture and conventions.
Joel Bennett

ScintillaNET - CodePlex - 0 views

  •  
    ScintillaNET is a .NET 2.0 wrapper around the Scintilla Native control. It provides a friendly .NET interface around the unwieldy Scintilla component ...
Joel Bennett

iTextSharp - SourceForge.net - 0 views

  •  
    iText# (iTextSharp) is a port of the iText open source java library to C# for the .NET platform. iText# allows you to generate PDF files on the fly...
Joel Bennett

DotNetOpenAuth - OpenID, OAuth, and InfoCard for .NET - 2 views

  •  
    Compiled library that adds support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page. It's that easy. An AJAX-style login control is also included for a slick, streamlined user experience.
Joel Bennett

Module initializers in C# - 6 views

  •  
    One feature of the CLR that is not available in C# or VB.NET are module initializers (or module constructors). A module initializer is simply a global function which is named .cctor and marked with the attributes SpecialName and RTSpecialName. It is run when a module (each .NET assembly is comprised of one or more modules, typically just one) is loaded for the first time, and is guaranteed to run before any other code in the module runs, before any type initializers, static constructors or any other initialization code.
Joel Bennett

Reactive Extensions for .NET (Rx) Prerelease - 0 views

  •  
    "Rx is a superset of the standard LINQ sequence operators that exposes asynchronous and event-based computations as push-based, observable collections via the new .NET 4.0 interfaces IObservable and IObserver. These are the mathematical dual of the familiar IEnumerable and IEnumerator interfaces for pull-based, enumerable collections in the .NET framework. "
Joel Bennett

ExtensionMethod.Net - 3 views

  •  
    ExtensionMethod.NET is a database of C# 3.0, F# and Visual Basic 2008 extension methods. It contains many user-rated extension methods that will expand your code library immediately.
« First ‹ Previous 81 - 100 of 508 Next › Last »
Showing 20 items per page