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
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
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.
WinFUSE - A .Net FUSE-like - 0 views
Zeroconf NetServices - Zeroconf for .NET - 0 views
.NET Memory Profiler - 0 views
Infer.NET - 0 views
xVal - CodePlex - 0 views
ScintillaNET - CodePlex - 0 views
iTextSharp - SourceForge.net - 0 views
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.
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. "
ExtensionMethod.Net - 3 views
« First
‹ Previous
81 - 100 of 508
Next ›
Last »
Showing 20▼ items per page