|
|
Stories recently tagged with '3.5'
|
|
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
|
category: ASP.NET | Views: 16
|
|
tags:
jQuery, MVC, ASP.NET, .net3.5, 3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: C# | Views: 13
|
|
tags:
C#, LINQ, VB.NET, .Net, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 29 days ago, submitted by
rakee
2 months ago
rakeshravuri.blogspot.com — Pixelshader code for Photshop style layer blending in WPF. read more...
|
|
tags:
3.5, sp1, ShaderEffect, WPF, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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...
1 comment
|
category: C# | Views: 23
|
|
tags:
3.5, sp1, .Net, C#, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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...
1 comment
|
category: Linq | Views: 24
|
|
tags:
Design, Fluent, API, Framework, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 16 days ago, submitted by
rakee
2 months, 17 days ago
rakeshravuri.blogspot.com — Reflection effect using Pixel Shader in WPF 3.5 Sp1 read more...
|
|
tags:
WPF, sp1, ShaderEffect, xaml, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 41
|
|
tags:
ASP.NET, ListView, .net3.5, 3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 368
|
|
tags:
AJAX, OpenSource, Portal, 3.5, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Security | Views: 9
|
|
tags:
Security, KeyvanNayyeri, Service, WCF, Services | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 2 days ago, submitted by
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
|
category: ASP.NET | Views: 196
|
|
tags:
mvc.net, MVC, TroyGoode, Security, hacking | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 3 days ago, submitted by
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
|
category: C# | Views: 217
|
|
tags:
mvc.net, ASPNETMVC, 3.5, MVC, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: Linq | Views: 20
|
|
tags:
.net3.5, .Net, 3.5, LINQ, C#3.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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