Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
24 users online
home
users
gavinjoyce
comments
DotNetKick.com is an
open-source project
. Please
report any bugs
and let us know
your great suggestions
.
Currently running svn revision
620
(rss)
Kick Spy!
,
Kick Zeitgeist
and
Kick Widgets
gavinjoyce
gavinjoyce
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Facebook.NET - Framework for ASP.NET Facebook Applications
I've fixed the title for you. We should allow editing of posts is the near future.
posted by
gavinjoyce
1 year, 2 months ago
SELECT TOP Statements
Apparently it isn't too basic for DNK ;)
posted by
gavinjoyce
1 year, 2 months ago
The Moth: Multithreaded Debugging Enhancements in Visual Studio 2008
Direct link :
http://channel9.msdn.com/ShowPost.aspx?PostID=343887
posted by
gavinjoyce
1 year, 2 months ago
Suckerfish menu with ASP.NET and JQuery
All I see is ads.
posted by
gavinjoyce
1 year, 2 months ago
Answering xUnit.net Questions
Roy Osherove's original post with his questions :
http://weblogs.asp.net/rosherove/archive/2007/09/21/xunit-net-aims-to-be-the-next-nunit-but-it-s-too-soon.aspx
posted by
gavinjoyce
1 year, 2 months ago
Generic Enum Parsing with Extension Methods
Also see :
http://www.dotnetkicks.com/tipsandtricks/My_new_little_friend_Enum_T
(same method without the extension method)
posted by
gavinjoyce
1 year, 2 months ago
DotNetKicks JSON Services (alpha)
I've just deployed the latest set of JSON operation. We now have:
getFrontPageStories()
Returns a list of the most popular pubished stories from the last 30 days
getPopularStories()
Returns a list of the most popular pubished stories from the last 30 days
getPopularStoriesPaged(pageNumber, pageSize)
Returns a paged list of the most popular pubished stories from the last 30 days
getPopularStoriesPagedFromTimePeriod(pageNumber, pageSize, timePeriod)
Returns a paged list of the most popular pubished stories from a time period
getTaggedStories(tag)
Returns a list of the most recent stories tagged with a tag
getTaggedStoriesPaged(tag, pageNumber, pageSize)
Returns a paged list of the recent stories tagged with a tag
getUpcomingStories()
Returns a list of the most popular upcoming stories from the last 30 days
getUpcomingStoriesPaged(pageNumber, pageSize)
Returns a paged list of the most popular upcoming stories from the last 30 days
getUpcomingStoriesPagedFromTimePeriod(pageNumber, pageSize, timePeriod)
Returns a paged list of the most popular upcoming stories from a time period
getUserFriendsKickedStories(username)
Returns a list of the most recent stories kicked by a user's friends
getUserFriendsKickedStoriesPaged(username, pageNumber, pageSize)
Returns a paged list of the most recent stories kicked by a user's friends
getUserFriendsSubmittedStories(username)
Returns a list of the most recent stories submitted by a user's friends
getUserFriendsSubmittedStoriesPaged(username, pageNumber, pageSize)
Returns a paged list of the most recent stories submitted by a user's friends
getUserKickedStories(username)
Returns a list of the most recent stories kicked by a user
getUserKickedStoriesPaged(username, pageNumber, pageSize)
Returns a paged list of the most recent stories kicked by a user
getUserSubmittedStories(username)
Returns a list of the most recent stories submitted by a user
getUserSubmittedStoriesPaged(username, pageNumber, pageSize)
Returns a paged list of the most recent stories submitted by a user
posted by
gavinjoyce
1 year, 2 months ago
DotNetKicks JSON Services (alpha)
I recently updated to the latest build of Jayrock. This version supports JSONP, allowing us to easily build widgets that can plug in to external sites without cross-site scripting problems. Here is an example call:
http://www.dotnetkicks.com/services/json/jsonservices.ashx/getPopularStoriesPaged?pageNumber=2&pageSize=4&jsonp=loadData
To use, please see:
http://groups.google.com/group/jayrock/msg/d688bc572e5220ad
posted by
gavinjoyce
1 year, 2 months ago
What is the real story behind the name of C#?
Direct link :
http://www.jameskovacs.com/blog/CNETHistoryLesson.aspx
posted by
gavinjoyce
1 year, 2 months ago
11 Visual Studio 2005 IDE Tips and Tricks
This is a dupe, original here:
http://dotnetkicks.com/visualstudio/11_Visual_Studio_2005_IDE_Tips_and_Tricks_to_Make_More_Productive
It seems that our dupe detection should cater for trailing slashes too.
posted by
gavinjoyce
1 year, 2 months ago
DotNetKicks JSON Services (alpha)
Atif Aziz contacted me suggesting that I try Jayrock as an alternative to AJAX.NET Pro.
There are a number of things that I like about Jayrock - its simplicity, its 537 unit tests and 75% code coverage, JSONP support and test UI pages.
I have only had brief experience with ASP.NET AJAX but I'm no longer a fan of the ASP.NET postback model and try to stay away from it as much as possible. ASP.NET AJAX seemed to abstract, since working with rails I appreciate working at a lower level.
I still plan to write a blog post on Jayrock after I explore it more.
posted by
gavinjoyce
1 year, 2 months ago
Visual Studio Window Manager
Direct link :
http://www.codeplex.com/Wiki/View.aspx?ProjectName=VSWindowManager
posted by
gavinjoyce
1 year, 2 months ago
DotNetKicks JSON Services (alpha)
It is hard to infer the message schema from the actual messages. Here are the message classes:
http://dotnetkicks.googlecode.com/svn/trunk/DotNetKicks/Incremental.Kick/Dal/Entities/DataTransferObjects/
posted by
gavinjoyce
1 year, 2 months ago
DotNetKicks JSON Services (alpha)
Here is the issue on google code :
http://code.google.com/p/dotnetkicks/issues/detail?id=95
posted by
gavinjoyce
1 year, 2 months ago
CruseControl.NET CCStatistics Upgrade to Support 1.3!
Wow, I must have missed this last month. The graphs look great.
I hope to set up CC.NET for DotNetKicks in the near future and will look to add these reports to the dashboard.
posted by
gavinjoyce
1 year, 2 months ago
DotNetKicks JSON Services (alpha)
These services are provided using Jayrock :
http://jayrock.berlios.de/.
There is a test page at
http://www.dotnetkicks.com/services/json/jsonservices.ashx?test
The operations are as follows:
getPopularStories()
getPopularStoriesPaged(pageNumber, pageSize)
getPopularStoriesPagedAndSorted(pageNumber, pageSize, sortBy)
getUpcomingStories()
getUpcomingStoriesPaged(pageNumber, pageSize)
getUpcomingStoriesPagedAndSorted(pageNumber, pageSize, sortBy)
The sortBy parameter accepts the following values:
Today,
PastWeek,
PastMonth,
PastYear,
AllTime,
posted by
gavinjoyce
1 year, 2 months ago
« Previous
1
2
...
6
7
8
9
10
11
12
13
14
...
33
34
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems