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

Stories recently tagged with '3.5' Subscribe to this feed
2
kicks
submitted by JarrettV 3 days, 6 hours ago

jvance.com — Learn to utilize the new expanded support for date times with proper time zone support in .NET 3.5. Create some HtmlHelper extension methods for writing out dates and use the jQuery Time Ago plugin to show them relative to the user's time zone. There is also a bonus method for formatting dates anyway you like through a lambda expression. read more...

Add a comment add a comment | category: | Views: 16
tags: , , , , | tag it

1
kicks
submitted by xtremebiz xtremebiz 1 month, 28 days ago

codeforeternity.com — We can use the ElementAt extension method of LINQ to return the element at a specified index (zero based) in a sequence. However the ElementAt extension method would throw the System.ArguementOutOfRangeException when the specified index is a negative value or not less than the size of the sequence. In such a scenario, we can use the ElementAtOrDefault extenion method which would return the default value of a type instead of throwing the System.ArguementOutOfRangeException. Read this article for code example (both in C# and VB.NET) with comments read more...

Add a comment add a comment | category: | Views: 13
tags: , , , , | tag it

13
kicks
published 1 month, 29 days ago, submitted by rakee rakee 2 months ago

rakeshravuri.blogspot.com — Pixelshader code for Photshop style layer blending in WPF. read more...

tags: , , , , | tag it

2
kicks
submitted by dcarr dcarr 2 months ago

blog.domaindotnet.com — Undocumented Linq! .NET 3.5 SP1 Gold Forgot to Mention these Critical Changes that might Break your Code BREAKING CHANGE: Cast<T> Behavior Also, a new implementation recognizes queries that apply Where and/or Select to arrays or List<T> and fold pipelines of multiple enumerable objects into single specialized enumerables. According to Dinesh Kulkari at Microsoft this enhancement: "….produces substantial improvement in base overhead of common LINQ to Objects queries (at times 30+%)." read more...

Add a comment 1 comment | category: | Views: 23
tags: , , , , | tag it

4
kicks
submitted by dcarr dcarr 2 months, 11 days ago

blog.domaindotnet.com — This is from the team that brought you ‘Framework Design Guidelines’ led by Krzysztof Cwalina, an individual we are not shy to recognize as an amazing mind. Look for this content (as shared here from their internal work) in the next of the book For example : defer execution of query operator implementations. The expected behavior of most of the Query Pattern members is that they simply construct a new object which, upon enumeration, produces the elements of the set which match the query. The evaluation time is, then, at enumeration. read more...

Add a comment 1 comment | category: | Views: 24
tags: , , , , | tag it

16
kicks
published 2 months, 16 days ago, submitted by rakee rakee 2 months, 17 days ago

rakeshravuri.blogspot.com — Reflection effect using Pixel Shader in WPF 3.5 Sp1 read more...

tags: , , , , | tag it

1
kicks
submitted by dotnetfunda dotnetfunda 2 months, 27 days ago

dotnetfunda.com — ListView control is a new control added into ASP.NET 3.5. It enables you to display data in a format specified by you using templates and styles. It is useful for data in any repeating structure just like DataList and Repeater controls. However, unlike those controls ListView control enable you to edit, insert, delete, sort, paginate data without any extra effort. read more...

Add a comment add a comment | category: | Views: 41
tags: , , , | tag it

30
kicks
published 2 months, 21 days ago, submitted by oazabir 2 months, 27 days ago

msmvps.com — A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design. Showcases: - 10 ASP.NET Performance and Scalability Secrets. - Fast ASP.NET page rendering by deferred script loading. - Load large amount of Javascripts in batch and thus load AJAX sites a lot faster. - Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain. - Making best use of cache for high performance website. - On-demand UI loading on AJAX websites. read more...

Add a comment add a comment | category: | Views: 368
tags: , , , , | tag it

3
kicks
submitted by keyvan keyvan 3 months, 2 days ago

waegis.com — Tired of Spam? Spammers are disturbing our dear web! How do you feel about them? Do you have a site, blog, forum or Wiki? Have you been affected by lots of spam content on your site? How much of time do you spend to remove them everyday? How can they affect the look and feel of your site? How can they affect your database size? Do you use CAPTCHA control and think it is a good solution? We're here to take care about everything for you and save your time, energy and effort. We're here to make a better and cleaner web with your help. Waegis (pronounced veejis) is a professional online service that assists you to block spams. read more...

Add a comment add a comment | category: | Views: 9
tags: , , , , | tag it

18
kicks
published 3 months, 2 days ago, submitted by TroyMG TroyMG 3 months, 3 days ago

squaredroot.com — Stephen Walther's latest MVC tip introduced me to the MVC framework's ability to pass server variables into actions as parameters. Unfortunately using this feature is a very bad idea and could jeopardize the security of your application. Take a look at a code sample you might find surprising. read more...

Add a comment add a comment | category: | Views: 196
tags: , , , , | tag it

12
kicks
published 3 months, 3 days ago, submitted by TroyMG TroyMG 3 months, 4 days ago

squaredroot.com — A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class. read more...

Add a comment add a comment | category: | Views: 217
tags: , , , , | tag it

15
kicks
published 3 months, 5 days ago, submitted by shayfriedman shayfriedman 3 months, 6 days ago

blogs.microsoft.co.il — A post about combining attributes and extension methods in order to extend current code. read more...

Add a comment 1 comment | category: | Views: 528
tags: , , , , | tag it

2
kicks
submitted by mkennedy66996693 3 months, 9 days ago

michaelckennedy.net — When I talk about LINQ people often ask whether it’s possible to have dynamic queries with LINQ. An example of this is presenting the user with a UI that allows them to optionally filter by some criteria or other and sort by some criteria. This was straightforward if you built-up a SQL string in code. The compiled, static nature of LINQ makes this appear difficult at first. They are not and this video and sample application shows you how to accomplish just this. read more...

Add a comment 1 comment | category: | Views: 20
tags: , , , , | tag it

16
kicks
published 3 months, 9 days ago, submitted by TroyMG TroyMG 3 months, 10 days ago

squaredroot.com — The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework. read more...

Add a comment add a comment | category: | Views: 213
tags: , , , , | tag it

2
kicks
submitted by crpietschmann crpietschmann 3 months, 14 days ago

developer.com — This article describes how to write a custom editor for a WebPart. Because a custom editor written for an ASP.NET 2.0 WebPart is directly usable in SharePoint 2007, this article applies to both technologies equally well. read more...

Add a comment add a comment | category: | Views: 28
tags: , , , , | tag it

3
kicks
submitted by daveschinkel 3 months, 14 days ago

devlicio.us — First impressions with Rhino Mocks 3.5 (beta) read more...

Add a comment add a comment | category: | Views: 17
tags: , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge