IC窗口
community.icburner.com
Sign in
|
Join
|
Help
首页
精华文章
媒体
问答
维基百科
圈子
精华
VS2010学习
»
All Tags
»
jQuery
(
RSS
)
Browse by Tags
VS2010学习
Home
Syndication
RSS for Posts
Atom
Email Notifications
Go
Recent Posts
Consuming an ASP.NET web service or page method using jQuery
Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery
Telerik Extensions for ASP.NET MVC – Upcoming ScriptRegistrar Preview
Automagic Time Localization
Event Aggregation with jQuery
Tags
C#
DDD
EF4
Entity Framework
Entity Framework 4.0
Entity Framework Feature CTP1 for .NET 4.0
Entity Framework v2
IoC
jQuery
Kigg
Kigg系列文章
LINQ to Entities
LINQ to SQL
MVC
MVC2
NerdDinner
Oxite
POCO
T4
TDD
Test
Tip
Unity
VS2010
WPF
View more
Archives
December 2009 (8)
November 2009 (1)
October 2009 (18)
September 2009 (4)
August 2009 (24)
July 2009 (70)
June 2009 (180)
C#
DDD
EF4
Entity Framework 4.0
Event Aggregator
MVC
Script
Shrinkr
Consuming an ASP.NET web service or page method using jQuery
The following is a dummy ASP .NET web service. Please note that this service is adorned with the ScriptService attribute that makes it available to JavaScript clients. Listing 2: A Dummy web service [WebService(Namespace = "http://tempuri...
Published
2009/12/10 1:02
by
革命
Filed under:
jQuery
Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery
Creating a full blown url shrinking service was pocking around in my mind for quite some time(of course by using Twitter). Since I heard quite a few good things on Entity Framework 4.0 , so I decided to start with it. The first thing I usually do when...
Published
2009/9/14 21:42
by
革命
Filed under:
EF4
,
DDD
,
jQuery
,
Entity Framework 4.0
,
Shrinkr
Telerik Extensions for ASP.NET MVC – Upcoming ScriptRegistrar Preview
In this post, I will give you a sneak preview of the ScriptRegistrar major enhancement. Those who have checked our ScriptRegistrar or followed my blog for last few weeks already know that it has out of box support for Grouping. Combining, Caching...
Published
2009/8/31 11:10
by
革命
Filed under:
MVC
,
jQuery
,
Script
Automagic Time Localization
One of the most often-overlooked and easy to fix things encountered when developing a hosted software application is the management of local time. First and foremost, you should be storing timestamps in your database in UTC. I don’t care if your users...
Published
2009/7/19 0:56
by
革命
Filed under:
C#
,
jQuery
Event Aggregation with jQuery
As the “write less, do more” library, jQuery garners lots of love for its terseness. The terseness, combined with a rich ecosystem of plug-ins, means I can display my OdeToCode twitter feed on a web page using only 10 lines of code (complete...
Published
2009/7/10 10:52
by
革命
Filed under:
Event Aggregator
,
jQuery