|
|
shyvonen
Stories kicked by shyvonen
|
|
published 8 days, 4 hours ago, submitted by
gt1329a
8 days, 7 hours 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: 340
|
|
tags:
jQuery, JSON, Encosia, AJAX, Paging | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 12 hours ago, submitted by
ourcurrentfuture
9 days, 4 hours ago
smashingmagazine.com — With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to grow in size, but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. read more...
add a comment
|
category: Tips & Tricks | Views: 392
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 days, 3 hours ago, submitted by
wisemx
10 days, 5 hours ago
crazeegeekchick.com — First things first. I'm an application (middle tier) developer. My design skills while adequate, are not by any means what I'd like them to be. Like a good geek girl, I've been working on this. I've put together a list of very helpful CSS resources I've stumbled upon in my quest to improve my presentation layer skills. I thought I'd share them: read more...
add a comment
|
category: Tips & Tricks | Views: 466
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 days, 6 hours ago, submitted by
dnk2007
10 days, 8 hours ago
blogs.lessthandot.com — Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code read more...
add a comment
|
category: Database | Views: 596
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 10 hours ago, submitted by
vivekamar
10 days, 10 hours ago
dotnetcurry.com — This article explains how to transfer values between the Parent page and a Pop-up window. The code has been tested against IE7 and Firefox. read more...
add a comment
|
category: ASP.NET | Views: 262
|
|
tags:
dotnetcurry, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 16 hours ago, submitted by
charlesj
22 days, 1 hour ago
joshuamcharles.com — My big project for the summer has been the creation of a content management system for my job. Due to deployment restrictions, I was forced to use the .NET platform for development. After hearing rumors of .NET running Rails via IronRuby, I jumped at the chance to write a Rails application that could be deployed to IIS on Windows. However, after getting a prototype running, I discovered that this would be infeasible for the time table I was looking at. IronRuby simply would not be ready on time. My second choice, then, was the new ASP.NET MVC framework. read more...
add a comment
|
category: ASP.NET | Views: 417
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 11 days ago, submitted by
terrble
1 month, 11 days ago
lostechies.com — I've been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 -- in one case, more than 100!). So far, none of them have been able to give me any good explanation for why this is and most of them hate it but they can't change it because their architect/lead/whatever won't let them.
I'm hoping that by getting the discussion going on this in the greater community, we can try to discourage everyone from having lots of projects in a solution. read more...
add a comment
|
category: Visual Studio | Views: 445
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 21 days ago, submitted by
DavyBrion
1 month, 22 days ago
davybrion.com — Microsoft’s upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i’ll give a detailed description of one approach that has worked for me really well. read more...
add a comment
|
category: ASP.NET | Views: 343
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 2 days ago, submitted by
Jemm
3 months, 2 days ago
blog.jemm.net — The career pages of Microsoft give hints what the future holds for us developers. This post picks out the interesting little details about future versions of Visual Studio, .NET Framework, SharePoint, SQL Server etc and analyzes a bit what they could mean. read more...
add a comment
|
category: Other | Views: 679
|
|
tags:
SQLServer, Silverlight, WPF, VisualStudio, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 9 days ago, submitted by
igoro
3 months, 9 days ago
igoro.com — Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... read more...
1 comment
|
category: C# | Views: 646
|
|
tags:
LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 13 days ago, submitted by
sidarok
3 months, 13 days ago
sidarok.com — Sidar gives a basic introduction on how to utilize Unity and Strategy Pattern. read more...
add a comment
|
category: Patterns | Views: 208
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 18 days ago, submitted by
UnicornNinja
3 months, 19 days ago
thebrainparasite.com — The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. read more...
add a comment
|
category: ASP.NET | Views: 56
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 20 days ago, submitted by
misbaharefin
3 months, 22 days ago
dotnethitman.spaces.live.com — Exceptions provide a consistent mechanism for identifying and responding to error conditions. Effective exception handling will make code more robust and easier to debug. Exceptions are a tremendous debugging aid because they help answer...
read more...
add a comment
|
category: C# | Views: 39
|
|
tags:
ExceptionHandling, BestPractices, C#, Exception | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 23 days ago, submitted by
jonas
3 months, 29 days ago
dotnetslackers.com — A good post with tips to improve the performance of your web app. read more...
add a comment
|
category: ASP.NET | Views: 15
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 10 days ago, submitted by
AdrianAisemberg
4 months, 11 days ago
sharpregion.com — A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more...
Just plug-and-play and start repeating stuff! read more...
add a comment
|
category: C# | Views: 19
|
|
tags:
C#, Fluent, Pick, sharpregion | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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