Projects tagged ‘linq’ and ‘mvc’


Jump to tag:

Projects tagged ‘linq’ and ‘mvc’

Filtered by Project Tags linq mvc

Refine results Project Tags aspdotnet (15) to (12) sql (12) 3_5 (8) jquery (7) asp.net (7) csharp (6) blog (4) .net (4) engine (3) framework (3) cms (3)

[32 total ]

1 Users

JsonFx.NET ExamplesExample projects built using JsonFx.NET, the JSON-savvy Ajax Framework for ASP.NET. For environment setup help, see: http://help.jsonfx.net/instructions For ASP.NET MVC, Web ... [More] Application and Web Site Visual Studio Project Templates, see: http://jsonfx.googlecode.com "UIToolkit"JsonFx.NET (JBST, JSON-RPC) C# / ASP.NET / Visual Studio 2005 jQuery 1.3.2 UIToolkit shows how to build reusable control libraries which allow sharing of JBST client-side templates, scripts, and stylesheets among many projects. The UIToolkit is an example implementation of a full-featured TreeView control, flexible modal dialog controls, loading indicator and buttons with various states. The UI controls and affiliated parts are compiled into a redistributable Assembly which is also available for download. "OpenID Dialog"JsonFx.NET (JBST, JSON-RPC) C# / ASP.NET / Visual Studio 2008 DotNetOpenAuth jQuery 1.3.2 The third example is an OpenID library which can be easily added to another to provide a clean UI for authenticating via various OpenID providers. This project demonstrates how JsonFx easily allows UI components to be created as reusable libraries. Scripts, StyleSheets, and JBST UI controls may all be embedded into Assemblies and easily shared among multiple projects. (still in development) "CalendarApp"JsonFx.NET (JBST, JSON-RPC) C# / ASP.NET MVC / Visual Studio 2008 LINQ-to-SQL / C# 3.0 Anonymous Objects Date.js jQuery 1.3.2 The second example application is a multi-view, shared calendar app. Users can add events and view a shared calendar in the spirit of Google Calendar or Apple Mobile Me. CalendarApp shows integration of JsonFx within an ASP.NET MVC application. Each year, month or day view of the calendar has a unique, user-friendly URL. (still in development) "MusicApp"JsonFx.NET (JBST, JSON-RPC) C# / ASP.NET WebForms / Visual Studio 2008 LINQ-to-SQL / C# 3.0 Anonymous Objects jQuery 1.3.2 The first example project in this series is an application that allows inline editing of music bands and their members. Users can edit artists and the members directly inline, dynamically switch between views, and navigate between genres and artists. As an extreme example of Ajax, the "one page" application, demonstrates the power of JsonFx.NET client-side templating (JBST) and Ajax services (JSON-RPC) in combination with jQuery and LINQ. The UI is wired up using the freedom of pure JavaScript and standards compliant markup/CSS. Data is requested via Ajax and client-side templates are dynamically bound in the browser which allows grid column sorting and change of view-type without re-requesting the bound data. This project uses LINQ-to-SQL as a simple DAL. For client-server communication, the JSON-RPC service bi-directionally serializes LINQ-to-SQL entities and unidirectionally serializes C# 3.0 Anonymous Objects as DTOs. [Less]
Created 8 months ago.

0 Users

LINQ Framework
Created 10 months ago.

0 Users

Blog engine code name "Vancouver" is a new open source, community driven blog engine, Based on ASP.NET MVC, The engine will have these goals to achieve. Easy to deploy Multi-language support as well ... [More] as Left to right/right to left Easy to customize Minimize cost to host MetaBlog API support Secure Easy to migrate (either to or from) Extensible Vancouver blog engine, will provide a basic blog functionality,which means all what you expect from any other blog engine will be built-in, such as Create/Update/Delete/Hide Blog posts RSS feeds OPML feeds Search Tagging Trackbacks Comments Rating Multi publisher blogs (Team blogs) Search Engine friendly Extra Functionality As well as providing the basic blog engine functionality, Vancouver will also provide some extra functionality that will make Vancouver a very special blog engine. No database required One file backup Blog statistics Code highlighting support Features Highlights Multi-Language Support Vancouver is a multilingual blog engine out of the box, which means it will support all languages either in writing blog posts, or in the blog UI, the first version will ship with 3 languages English Arabic French However, a web based tool will be provided to translate all the strings in any language of choice. Easy to Customize Vancouver will have a very easy to customize blog template, to make it very easy for the blog owner to change the look & feel of his blog, layouts, fonts, colors, backgrounds ... etc will be very easy to change based on standard CSS/HTML templates that will make it easy to manipulate. The blog owner will be able to change the look & feel and preview the result in admin area, without affecting the current look & feel of the blog, when he is satisfied with the result, he can simply with one click apply the style to the blog, or save it for future changes without affecting the online version. Minimize cost to host Because Vancouver blog engine has a very small foot print, and no database is required, the cost of hosting can be very affordable. MetaBlog API Support Support for standard MetaBlog API will make all current blog writer clients such as Windows Live Writer be used easily. Easy to Migrate Vancouver Blog Engine, will support the community standard BlogML format, which will make it easy for migration scenarios either from any other blogs or to any other blogs. Also a migration tool will be provided to migrate from famous blog engine (Wordpress, Blogger, Live Spaces, ... etc) Extensible Vancouver Blog Engine is designed to be extended, which means it will provide both Client Side & Server side extensibility framework for developers to build their own gadgets that can provide value added services to the current blog engine functionality. [Less]
Created about 1 year ago.

0 Users

Social network engine for gamers based on MVC framework for ASP.NET.
Created 11 months ago.

0 Users

A work in progress blog engine I am writing to learn the new Asp.Net MVC framework.
Created 10 months ago.

0 Users

The project is an open source initiative to present users a fast photo explorer and search tool to browse millions of photos in flickr. The app is made with a bit of jQuery blend using Asp.net MVC and custom LINQ.
Created 7 months ago.

0 Users

Asp.Net敏捷Web开发
Created 11 months ago.

0 Users

Shark library You can see chinese description in this: http://www.cnblogs.com/JacksonLin/archive/2008/07/17/1236350.html 1.Complete ALL DAL operation in one sentence!!! 2.Auto type Convert in the ... [More] enitity to database row : List void object dataset datareader xmlreader All kinds of enum All kinds of base data type 3. Complete Cache in one sentence! And have center control and montitor 4. Userful Extened Query method to any base type.like "between in ", and so on 5. Transaction 6. 10,000,000 rows access any type of datattable ,had been used in company project. 7. sql inject recovery 8. High maintainable and extenable!!! 9. quick than sqlhelper and linq, but write more tsql when specify using mymail: linstreammx@163.com [Less]
Created 12 months ago.

0 Users

Twitivia is an online trivia service that runs through twitter and is being used as an example set of projects. C#, MVC, Windows Services, Linq all in one place to support trivial trivia on twitter :)
Created 10 months ago.

0 Users

It's a digg like probject, and is built based on ASP.NET MVC Preview 3. The UI looks quite like Digg and one vs starter kit "Kigg". As to the application's architechture, I took many idea from Rob ... [More] Conery's StoreFront serials. I use jQuery as the javascript framework and implement ajax with it. SQL Server 2005 is the database and LINQ to SQL is the OR-Mapping library. Hope you enjoy the application. Any suggestion or comments are welcome. If you are interested, please join me to make it better [Less]
Created 10 months ago.