|
|
artduane
Stories submitted by friends of artduane
|
|
submitted by
powerrush
2 hours, 41 minutes ago
altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft’s jQuery in ASP.NET announcement. Continuation or Episode 12. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
jQuery, JavaScript, ASP.NET, ALT.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
pbrooks
3 days, 7 hours ago
pagebrooks.com — Quite often, I hear people asking if they can use .NET assemblies compiled for the full .NET runtime in Silverlight. Unfortunately, this just isn’t possible, the Silverlight runtime is a subset of the full .NET runtime and for code to run correctly under the Silverlight runtime, there are various dependencies that must be linked and verified at compile time. But (there is always a but), there is one technique that you can use that effectively allows you to write your code once and have it work in both Silverlight and regular .NET applications. read more...
add a comment
|
category: Silverlight | Views: 6
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kayos
6 days, 12 hours ago
blog.reamped.net — If you look up accessibility levels on the MSDN web site, it will tell you that the accessibility of the private access modifier is limited to the containing type. I ran into an instance that showed me the direct meaning of this statement. read more...
add a comment
|
category: C# | Views: 19
|
|
tags:
Tips, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 14 hours ago, submitted by
powerrush
8 days, 4 hours ago
altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft’s jQuery in ASP.NET announcement. read more...
2 comments
|
category: ASP.NET | Views: 174
|
|
tags:
jQuery, ALT.NET, ASP.NET, JavaScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
9 days, 11 hours ago
codinginstinct.com — CodeSaga is a source code repository analyser, it makes viewing history logs fun and productive! Instant access to logs and diffs make it easy to keep track of what is happening in the repository. CodeSaga connects to any TFS or Subversion repository and scans it's history log. This enables fast viewing and filtering of logs and diffs because everything is stored in a local SQL server. The scanning process will also analyze line changes, this allows for interesting charts and stats. read more...
add a comment
|
category: Products | Views: 5
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
bradygaster
13 days, 21 hours ago
bradygaster.com — I've updated the timeline so that you can view your - or anyone else's - tweets on the timeline.
I also added an additional band to provide easier navigation on a day-by-day continuum in addition to the previous (and somewhat confusing at times) hour-only snapshot.
Despite the growing number of FriendFeed users there are a lot of people prefer to use Twitter as their only method of microblogging. I know I never update FriendFeed via its own GUI but rather just allow it to aggregate the contents of my social subscriptions. Anyway, the updated, Twitter-enabled Social Timeline is live, so check it out. read more...
add a comment
|
category: ASP.NET | Views: 2
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
14 days ago
curiousconcept.com — Nice online tool that lets you drop in some JSON text and see a nicely-formatted output. Helps visualize the data you'll be getting back from a JSON API. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
17 days, 8 hours ago
codebetter.com — Kyle starts up an interesting project through which he'll be tinkering with the ASP.NET MVC model. Not a bad idea, for sure. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
20 days, 10 hours ago
bradygaster.com — I've come up with a little demonstration app that shows how MVC can integrate with JQuery and maybe even an additional javascript framework. This example specifically targets the SIMILE Timeline widget. I saw SIMILE a few weeks ago, then I saw a really nice mimic of it used on Plurk. I figured, there's no reason for the Plurk users to have a corner on the social timeline market. We FriendFeed and Twitter addicts need our timeline too, don't we? So was born this pet project. The timeline only supports the FriendFeed API right now. I'd like to add Twitter next, then maybe an RSS provider, and so on. read more...
add a comment
|
category: ASP.NET | Views: 15
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kayos
21 days, 10 hours ago
blog.reamped.net — A little while back I came across a great post on how to use JQuery to do more efficient client side paging by Dave Ward. The sample shows you how to use JQuery to do Ajax callbacks for client side paging using a grid template. After downloading the demo and parsing through it all, I found a lot of things I really liked and even came across a little gotchya with the way ASP.NET serializes dates in JSON. read more...
add a comment
|
category: AJAX | Views: 18
|
|
tags:
ASP.NET, JSON, AJAX, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
pbrooks
27 days, 22 hours ago
blogs.msdn.com — Shortly after MIX07, ScottGu brought up an idea of building a larger team focused on building controls. We kicked this idea around for while as we talked about details, timelines, and goals. In April, most of these details were worked out and we hashed out a charter and some early areas of focus and deliverables. read more...
add a comment
|
category: Silverlight | Views: 13
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vistadb
1 month, 10 days ago
vistadb.net — Blog post describing some differences between a struct and a class in dot net and why you might want to use one over the other.
"Memory usage and leaks in a managed world often come from unexpected places. Allocating classes or structs is a confusing subject to newcomers to Dot Net."
read more...
add a comment
|
category: C# | Views: 15
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rimsystems
1 month, 12 days ago
west-wind.com — I've been thinking about replacing the JSON serializer in my internal codebase for some time and finally put a little effort into allowing JSON.NET from James Newton King to be plugged into my Ajax framework as a replaceable engine. read more...
add a comment
|
category: AJAX | Views: 16
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kayos
1 month, 16 days ago
gridviewguy.com — Matt Berseth wrote a very interesting article on “Bulk Inserting Data Using the ListView Control". The idea is to give the user an Excel like interface where they can edit the rows with custom data and finally click the update button to persist the data in the database. Matt’s solution was great but lacks a very important detail. There was no way to know what rows were changed by the user. Matt took the road to update all the rows whether they were changed or not. In this article we are going to take a look at an alternative method of updating only the changed rows. read more...
add a comment
|
category: AJAX | Views: 10
|
|
tags:
GridView, ASP.NET, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kayos
1 month, 18 days ago
blog.reamped.net — In a recent situation I was trying to pull some aggregates out of a DataTable using LINQ. I needed to get the rows of the DataTable with a Distinct clause, but my aggregates would be on other columns of the row. read more...
add a comment
|
category: Linq | Views: 59
|
|
tags:
C#, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|