Browse by Tags
All Tags »
LINQ »
.NET (
RSS)
In part 4 of the Nifty .Net series we have the Enumerable.Any method. The Any method is part of the .NET 3.5 LINQ framework, so it’s only available in .NET 3.5 and upwards. The Any method determines whether a sequence contains any elements. The method...
Below a list of interesting links that I found this week: Frontend: 10 handy jQuery mobile tips and snippets to get you started Development: 8 Tips to Secure a WordPress Site C#/.NET Little Wonders: 5 Easy Ways to Combine Sequences Mobile: The State of...
In part 2 the generic method Enumerable.Empty<T>, as the name would say it returns a empty IEnumerable of T: public static IEnumerable<TResult> Empty<TResult>() .csharpcode, .csharpcode pre { font-size: small; color: black; font-family...
This is an start of a new blog series called: “Nifty .NET”. In this series I will blog about all the nifty .NET things, like classes, methods, configurations, etc. Maybe you already know, maybe not, but I want to remind you about the nifty things .NET...
Dag 2 van DevDays 2011, het beloofde weer een dag te worden met veel interessante sessies. De eerste sessie was gelijk een interressante, “HTML 5 - That's What You Need to Know Today!” van Ingo Rammer . Hij gaf een aantal best practices over hoe het beste...
Below a list of interesting links that I found this week: Frontend: CSS3 vs. CSS: A Speed Benchmark Facebook Open Graph META Tags CSS Stress Testing and Performance Profiling Development: C#/.NET Little Wonders: First() and Single() - Similar Yet Different...
Day 2 of DevDays 2010 and again 5 interesting sessions at the World Forum in The Hague. The first session of the today in the big world forum theater was from Scott Hanselman , he gives a lap around .NET 4.0. In his way of presenting he talked about all...
First day of DevDays 2010, I was looking forward to DevDays to see all the new things like VS2010, .NET4.0, MVC2. The lineup for this year is again better than the year before, there are 100+ session of all kind of topics like Cloud, Database, Mobile...
The second day of DevDays and 5 more interesting sessions to follow. At 9:15 the first session of this day started it called “Functional Programming in C#” from Oliver Sturm . In this session we dived deep in to C# with a lot of C# 3.5 LINQ and lambda...
More Posts