Skip to main content

Home/ Coders/ Group items tagged net

Rss Feed Group items tagged

caren chio

PC Technical Support - 1 views

I often look for PC technical support because my computer sometimes experiences minor or major breakdowns, and I could hardly find someone, or any technician for that matter, to fix it for me. I ha...

virus protection tech support PC technical

started by caren chio on 25 Jul 11 no follow-up yet
shalani mujer

PC Technical Support - 1 views

I often look for PC technical support because my computer sometimes experiences minor or major breakdowns, and I could hardly find someone, or any technician for that matter, to fix it for me. I ha...

PC technical support

started by shalani mujer on 17 Aug 11 no follow-up yet
Fabien Cadet

CodeMirror : In-browser code editing made bearable - 9 views

  •  
    « CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. »
Mike More

Getting Started with Google+ API - 6 views

  •  
    After doing my latest jQuery plugin for Google+, I would like to share a few tips to help you get started quickly with Google+ API.
alex gross

YouTube - HOWTO: Share runnable code with CodeRun Online IDE - 2 views

  •  
    n this video, Gilad Khen, CTO at CodeRun demonstrates how to share runnable code with others, and how to promote your code on social websites.
Joel Bennett

T# Studio from Pretty Objects - 0 views

  •  
    Visual T# is a new generation unit testing tool with it's own language where testing concepts become first-class constructs.
Joel Bennett

Free Products - Telerik - 1 views

  •  
    Telerik's community software page includes links to their free software, and "community" versions of some of their commercial products (like Sitefinity).
Matteo Spreafico

Windows Azure Table Browser - 0 views

  • The Windows Azure TableBrowser is a web based application that gives you the ability to browse your Windows Azure Storage tables and create, edit, delete, and copy entities.
yc c

Box2DJS - Physics Engine for JavaScript - 3 views

  •  
    Box2DJS is a JavaScript port of Box2D Physics Engine.
alex gross

CodeRun cloud add-in for Visual Studio - 1 views

  •  
    CodeRun Cloud Add-in for Visual Studio enables to instantly deploy web applications to the cloud. Open a web project in VS and click "Deploy to Cloud"; VS will automatically compile, package and deploy the project to a chosen cloud hosting site.
Matteo Spreafico

Clemens Vasters, Bldg 42 : Port Bridge - 0 views

  • In order to increase the responsiveness and throughput for protocols that are happy to kill and reestablish connections such as HTTP does, “Port Bridge” is always multiplexing concurrent traffic that’s flowing between two parties on the same logical socket.
  • With Hybrid, all connections are first established through the Service Bus Relay and then our bits do a little “NAT dance” trying to figure out whether there’s a way to connect both parties with a direct socket – if that works the connection gets upgraded to the most direct connections in-flight.
  • Now you might say You are using a WCF ServiceContract? Isn’t that using SOAP and doesn’t that cause ginormous overhead? No, it doesn’t. We’re using the WCF binary encoder in session mode here. That’s about as efficient as you can get it on the wire with serialized data. The per-frame SOAP overhead for net.tcp with the binary encoder in session mode is in the order of 40-50 bytes per message because of dictionary-based metadata compression. The binary encoder also isn’t doing any base64 trickery but treats binary as binary – one byte is one byte. Port Bridge is using a default frame size of 64K (which gets filled up in high-volume streaming cases due to the built-in Nagling support) and so we’re looking at an overhead of far less than 0.1%. That’s not shabby.
alex gross

Univar - Session, cookie, query string & cache variables unified - 5 views

  •  
    s a web developer I have often had to work with the session, cookie, query string and cache to persist data locally. But it is a shame that there is no neat way of doing so. So I decided to write my own code to provide a simpler and unified model to work with and finally came up with this, a type safe and generic wrapper that supports complex data types
« First ‹ Previous 761 - 780 of 909 Next › Last »
Showing 20 items per page