Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

JavaScript Framework

Compare

  Analyzed about 5 hours ago

A framework to develop complex JavaScript applications. OOP Intellisense support: base constructor, base methods, namespaces, imports,... (VS2012) LINQ: fw.linq.asEnumerable(cars).where("x => x.brand == 'bmw'").groupBy("year").toArray() EventDispatcher/EventProperty: this.myEvent = new ... [More] fw.events.EventProperty(this, "changeSomething"); ... this.myEvent.add(handler); ... this.myEvent.dispatch({additionalData: "abc"}); Queues: Advanced queuing of steps (wait for previous steps/events/..., handle errors,...) Localization ... [Less]

8.64K lines of code

0 current contributors

almost 9 years since last commit

2 users on Open Hub

Inactive
3.0
   
I Use This

PomonaFx

Compare

  Analyzed about 5 hours ago

A fruitful way to REST

57.5K lines of code

0 current contributors

over 6 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

linqtoexcel

Compare

  Analyzed about 4 hours ago

Linq to ExcelUse LINQ to retrieve data from Excel spreadsheets! View the introduction videoBasic Examplevar repo = new ExcelQueryFactory(); repo.FileName = "pathToExcelFile"; var peopleWithSiblings = from p in repo.Worksheet() where p.Siblings > 0 ... [More] select p;Linq to Excel assumes the property names on the Person class match the column names in the worksheet named "Sheet1". What if your class property names don't match the column names or the spreadsheet you're using is not named Sheet1? Then see the CustomizingLinqToExcel page. Go to the GettingStarted page for a tutorial on implementing Linq to Excel in your project. Need help? Send questions to the Discussion Group [Less]

5.69K lines of code

4 current contributors

about 2 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Serialize.Linq

Compare

  No analysis available

0 lines of code

1 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

Sasa

Compare

  No analysis available

Sasa is a collection of useful C# extensions to the standard library. There are tuples, Linq extensions, full MIME e-mail parsing, a POP3 client, array combinators, compact serialization, purely functional lists, lazy types, and more.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

ASP.NET Events Calendar (DemoWare)

Compare

  Analyzed about 10 hours ago

Learn more about ASP.NET and download this Website project file built in Visual Studio 2010 Express Web Developer IDE. Project download includes the following functionalities: Dynamic Data Website, LINQ to SQL, SQL Server Database Items, Datasource Controls, Model Registrations, jQuery

15.7K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: apache_2, GPL-1-0plus, mit

Fluent Validation for .NET

Compare

  No analysis available

A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules for your business objects.

0 lines of code

31 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

embedly-dotnet

Compare

  Analyzed about 5 hours ago

.Net client for Embed.ly

2.31K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses
Tags csharp linq

Romantic Web

Compare

  Analyzed about 8 hours ago

RDF-Object Mapping for the Semantic Web Romantic Web is a project, which allows mapping of RDF data to .NET objects in an ORM-like manner

150K lines of code

0 current contributors

almost 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Linq2Rest

Compare

  No analysis available

Parses OData system query parameters to create a LINQ query that can be used to filter a model set. Also exposes a LINQ provider for web services supporting the OData query parameters. Use extension method Filter (in Linq2Rest namespace) on any IEnumerable source.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: Microsoft...