Rich Lander
d499fd27c6
Merge pull request #133 from advancedrei/patch-2
...
Add AdvancedREI's open source contributions.
2014-11-29 19:36:45 -08:00
Rich Lander
d9cda56f41
Merge pull request #129 from mmooney/master
...
Update dotnet-developer-projects.md - Adding Hangfire, DropkicK, and RoundhousE
2014-11-29 19:36:14 -08:00
Marius Schulz
362e37a372
Adds the ExtraLINQ library to the list
2014-11-29 18:39:48 +01:00
Bar Arnon
844c439d83
Added YouCast to the Utilities list
2014-11-29 14:15:53 +02:00
Mike Mooney
ed30fef4d4
Corrected second Scheduling section to Deployment
2014-11-29 05:36:15 -05:00
AdvancedREI
48ef956913
Add AdvancedREI's open source contributions.
2014-11-29 02:33:38 -05:00
Rich Lander
ac385e5ce8
Merge pull request #132 from ironyx/patch-1
...
Added "Distributed Caching and Computing" section with Dache
2014-11-28 22:19:38 -08:00
Rich Lander
b9ab415113
Merge pull request #131 from DejanMilicic/master
...
Web CMS addition : N2CMS
2014-11-28 22:19:04 -08:00
Rich Lander
c423d5f2fb
Merge pull request #130 from tidyui/add-piranha-cms
...
Added Piranha CMS to Web CMS section.
2014-11-28 22:18:32 -08:00
Rich Lander
2458e398ee
Merge pull request #127 from punker76/patch-3
...
Add Simple Music Player to Audio players section
2014-11-28 22:16:04 -08:00
David Haney
92ac307660
Added "Distributed Caching and Computing" section with Dache
2014-11-28 20:00:42 -05:00
Dejan Milicic
d01c816f5c
Web CMS addition : N2CMS
2014-11-28 22:05:31 +01:00
Håkan Edling
a26a27fccd
Added Piranha CMS to Web CMS section.
2014-11-28 21:35:23 +01:00
Mike Mooney
525d6a620a
Update dotnet-developer-projects.md
2014-11-28 15:14:39 -05:00
Jan Karger
0fa01246da
Add Simple Music Player to Audio players section
2014-11-28 20:51:01 +01:00
Rich Lander
7ab4542811
Merge pull request #126 from kerryjiang/master
...
Added SuperSocket and WebSocket4Net
2014-11-28 10:31:30 -08:00
Rich Lander
3b155802ac
Merge pull request #125 from flagbug/patch-1
...
Added Espera to the consumer projects
2014-11-28 10:30:35 -08:00
Kerry Jiang
cbad6a81b6
Added SuperSocket and WebSocket4Net
2014-11-28 10:09:16 -08:00
Dennis Daume
4fce1c6588
Added Espera to the consumer projects
2014-11-28 18:26:13 +01:00
Richard Lander
3b9a7acd7a
Merge branch 'nathanaeljones-patch-1'
2014-11-28 08:47:02 -08:00
Richard Lander
3d525f6fb5
Merge branch 'patch-1' of https://github.com/nathanaeljones/dotnet into nathanaeljones-patch-1
...
Conflicts:
dotnet-developer-projects.md
2014-11-28 08:46:46 -08:00
Rich Lander
9d555cb8d6
Merge pull request #123 from RolandPheasant/master
...
Added Dynamic Data to the listing
2014-11-28 08:43:05 -08:00
Rich Lander
80fdc92ea1
Merge pull request #122 from JimBobSquarePants/patch-1
...
Adding ImageProcessor description
2014-11-28 08:42:33 -08:00
Nathanael Jones
f49dc6d488
Create graphics/image processing section, add libs
2014-11-28 10:45:10 -05:00
RolandPheasant
9cab3079bd
Added Dynamic Data to the listing
2014-11-28 12:37:04 +00:00
James South
3c8004cb08
Adding ImageProcessor description
2014-11-28 10:42:05 +00:00
Rich Lander
e4405d992b
Merge pull request #121 from lextm/patch-1
...
Added SharpSnmpLib and Obfuscar info.
2014-11-27 20:49:50 -08:00
Rich Lander
603355dd68
Merge pull request #120 from AdamsLair/patch-1
...
Updated .Net Developer Projects Overview
2014-11-27 20:48:59 -08:00
Rich Lander
89427b0845
Merge pull request #118 from scale-tone/patch-1
...
Please, add LINQ2DynamoDB to data access section
2014-11-27 20:48:23 -08:00
Rich Lander
3abd5e73b4
Merge pull request #117 from niemyjski/patch-2
...
Added new project
2014-11-27 20:44:05 -08:00
Rich Lander
7b8d053547
Merge pull request #116 from neyromant/master
...
Added Neyro.Data to Data Access section.
2014-11-27 20:43:27 -08:00
Rich Lander
b77eff51f6
Merge pull request #115 from faniereynders/master
...
Added WebApiProxy to libraries list
2014-11-27 20:42:36 -08:00
Rich Lander
193400147a
Merge pull request #114 from mterwoord/master
...
Change the Cosmos entry
2014-11-27 20:40:16 -08:00
Rich Lander
0e15975b83
Merge pull request #113 from HagashenNaidu/patch-1
...
Update dotnet-developer-projects.md
2014-11-27 20:36:12 -08:00
Lex Li
6a8e599ad6
Added SharpSnmpLib and Obfuscar info.
2014-11-28 11:22:19 +08:00
Adam
e0f442accd
Updated .Net Developer Projects Overview
...
Added the Duality game framework to the Games sub-list of .Net Developer Projects.
2014-11-27 23:56:07 +01:00
Konstantin Lepeshenkov
5b7ebe2c06
Update dotnet-developer-projects.md
...
LINQ2DynamoDb is a type-safe data context for AWS DynamoDB with LINQ and in-memory caching support.
Allows to combine DynamoDB's durability with cache speed and read consistency. Translates LINQ queries into corresponding DynamoDB Get/Query/Scan operations and stores query results in an in-memory cache. Data updates are propagated both to DynamoDB and cache.
Bridges the gap between AWS SDK's object model and Microsoft's stack of data access technologies like data binding, ASP.Net datasources etc. Also allows to easily expose data from DynamoDB as an OData endpoint.
2014-11-26 23:52:23 +03:00
Blake Niemyjski
480fe56919
Update dotnet-developer-projects.md
2014-11-26 11:23:37 -06:00
Andrey Kudashkin
e6cb9e8af5
Added Neyro.Data to Data Access section.
2014-11-26 17:29:51 +06:00
Fanie Reynders
d2ff47c915
Added WebApiProxy to list
2014-11-26 12:03:05 +01:00
Matthijs ter Woord
a62721159c
Change Cosmos entry.
2014-11-26 08:35:17 +01:00
Matthijs ter Woord
f1fe16c8dc
Merge pull request #1 from Microsoft/master
...
Update from Original
2014-11-26 08:34:46 +01:00
Hagashen Naidu
c5e3552a3a
Update dotnet-developer-projects.md
2014-11-26 07:48:36 +02:00
Richard Lander
efae3b0727
Add one more link to community page.
2014-11-25 21:41:15 -08:00
Richard Lander
6e536d5065
Fix link in README.
2014-11-25 21:33:14 -08:00
Rich Lander
32dab754a0
Merge pull request #109 from moodmosaic/patch-3
...
Added Albedo to libraries section
2014-11-25 21:30:43 -08:00
Richard Lander
fd2d31bbb3
Merge branch 'moodmosaic-patch-2'
2014-11-25 21:29:46 -08:00
Richard Lander
a1ba41833f
Merge branch 'patch-2' of https://github.com/moodmosaic/dotnet into moodmosaic-patch-2
...
Conflicts:
dotnet-developer-projects.md
2014-11-25 21:29:37 -08:00
Richard Lander
575d29d37a
Merge branch 'davetimmins-master'
2014-11-25 21:27:58 -08:00
Richard Lander
6bf4ecbcef
Merge branch 'master' of https://github.com/davetimmins/dotnet into davetimmins-master
...
Conflicts:
dotnet-developer-projects.md
2014-11-25 21:27:37 -08:00