|
|
Aaronontheweb
Stories submitted by friends of Aaronontheweb
|
|
submitted by
jamesewelch
1 day, 9 hours ago
dotnetslackers.com — This book written by Granville Barnett and Luca Del Tongo is part of an effort to provide all developers with a core understanding of algorithms that operate on various common, and uncommon data structures.
Data Structures and Algorithms: Annotated Reference with Examples is completely free! read more...
add a comment
|
category: Products | Views: 4
|
|
tags:
Book, free, Algorithms, data, Structures | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 16 hours ago, submitted by
jamesewelch
7 days, 23 hours ago
weblogs.asp.net — 15 new ASP.NET MVC videos were just published at the http://www.ASP.net/mvc website. The first 10 videos are basic tutorials on the ASP.NET MVC framework. If you haven’t had a chance to play with ASP.NET MVC yet, these tutorials are a great introduction.
The second set of 5 videos is part of an ongoing video series: ASP.NET MVC Pair Programming. In these videos, I pair with a prominent community expert to build an entire ASP.NET MVC application from start to finish (because of time constraints – a very, very simple application). The goal is to emphasize the process of building a web application instead of the product.
read more...
add a comment
|
category: ASP.NET | Views: 159
|
|
tags:
MVC, NUnit, Videos, ASP.NET, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
johnrummell
8 days, 10 hours ago
john.rummell.info — A web site icon set solution using the provider model. Includes implementations with Silk Icons, Sancons, and ASP.Net Icons sets. read more...
add a comment
|
category: ASP.NET | Views: 19
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 21 hours ago, submitted by
gt1329a
10 days ago
encosia.com — An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX. read more...
add a comment
|
category: AJAX | Views: 346
|
|
tags:
jQuery, JSON, Encosia, AJAX, Paging | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 16 days, 22 hours ago, submitted by
gt1329a
17 days, 5 hours ago
encosia.com — A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table. read more...
add a comment
|
category: AJAX | Views: 344
|
|
tags:
Encosia, CSS, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days, 20 hours ago, submitted by
jamesewelch
18 days, 14 hours ago
devexpress.com — Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process.
Visual Studio 2005 and Visual Studio 2008 are fully supported. read more...
3 comments
|
category: Products | Views: 618
|
|
tags:
winforms, ASP.NET, devexpress, Controls | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 18 days, 20 hours ago, submitted by
johnrummell
18 days, 21 hours ago
microsoft.com — It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today:
Microsoft Visual Studio 2008 Service Pack 1 (exe)
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en
Microsoft Visual Studio 2008 Service Pack 1 (iso)
http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...
6 comments
|
category: Visual Studio | Views: 709
|
|
tags:
.net3.5, VisualStudio2008, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CumpsD
22 days, 4 hours ago
blog.cumps.be — It's been a while again, but it's time for another pattern. Today we'll look at the State Pattern.
First of all, the definition: "Allow an object to alter its behavior when its internal state changes. The object will appear to change its class." read more...
add a comment
|
category: Patterns | Views: 8
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CumpsD
1 month, 3 days ago
blog.cumps.be — Time for the Composite Pattern. This is one I'm having a little trouble with to describe clearly.
Let’s start with the definition: "Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly." read more...
add a comment
|
category: Patterns | Views: 5
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CumpsD
1 month, 7 days ago
blog.cumps.be — Time for the next part in our series, the Iterator Pattern.
Let's start with the definition: "Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation." read more...
add a comment
|
category: Patterns | Views: 10
|
|
tags:
Iterator, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gavinjoyce
1 month, 7 days ago
westciv.com — XRAY is a bookmarklet for Internet Explorer 6+, and Webkit and Mozilla based browsers (including Safari, Firefox, Camino or Mozilla). Use it to see the box model for any element on any web page. read more...
3 comments
|
category: Tips & Tricks | Views: 6
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CumpsD
1 month, 8 days ago
blog.cumps.be — Time for yet another pattern, the Template Method Pattern.
The definition: "Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure" read more...
add a comment
|
category: Patterns | Views: 11
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CumpsD
1 month, 9 days ago
blog.cumps.be — Time for another, simple, design pattern. The Facade Pattern.
The definition of today's pattern: "Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use." read more...
add a comment
|
category: Patterns | Views: 14
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jamesewelch
1 month, 13 days ago
mikebernat.com — One of the most common threads that all programmers share is that of an ego. Some are much worse than others and some have found a way to control or manipulate their ego into a great benefit. Beyond skill-sets and other programming-specific talents I believe the greatest room for personal improvement in programmers as a whole is that of the ego. read more...
add a comment
|
category: Community | Views: 8
|
|
tags:
egoless, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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