Erwin's Blog

Developing with .NET

Browse by Tags

All Tags » C# (RSS)
Interesting links week #32 and #33
Below a list of interesting links that I found this week: Frontend: Websites Shouldn't Look The Same Across Different Browsers…Here Is Why Be Cool and Write Your Own jQuery Selectors 5 Reasons & Resources for Validating Your HTML What is a Supercookie...
Interesting links week #30 and #31
Below a list of interesting links that I found this week: Interaction: A simple introduction to web accessibility Frontend: Techniques, Strategies and Patterns for Structuring JavaScript Code Techniques, Strategies and Patterns for Structuring JavaScript...
Interesting links week #28 and #29
Below a list of interesting links that I found this week: Frontend: CSS Attribute Selectors: How and Why You Should Be Using Them Learning To Use The :before And :after Pseudo-Elements In CSS 10 JavaScript Shorthand Coding Techniques Development: C#/...
Interesting links week #26 and #27
Below a list of interesting links that I found this week: Frontend: The do's and don'ts of Flash Aside vs. Blockquote in HTML5 Development: C#/.NET Little Wonders: The Nullable static class C#/.NET Little Pitfalls: Operators are Overloaded, not Overridden...
Nifty .NET Part #4: Enumerable.Any
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...
Posted: Jul 04 2011, 10:28 AM by erwin21 | with 4 comment(s)
Filed under: , , ,
Interesting links week #24 and #25
Below a list of interesting links that I found this week: Interaction: Design Usability and All About It Frontend: CSS Lint – CSS Cleaning Tool 10 HTML Entity Crimes You Really Shouldn’t Commit Development: OWASP Top 10 for .NET developers part 7: Insecure...
Interesting links week #22 and #23
Below a list of interesting links that I found this week: Frontend: The 10 JavaScript Mistakes you’re Making Normalize CSS render all elements consistently Development: Top 10 Git Tutorials for Beginners C#/.NET Little Wonders: Empty(), DefaultIfEmpty...
Nifty .NET Part #3: String.PadLeft
And there is part 3, String.PadLeft, this method will add a specified character to the left side of string till the specified length is met. The method definition: public string PadLeft( int totalWidth, char paddingChar) .csharpcode, .csharpcode pre ...
Posted: May 31 2011, 08:06 PM by erwin21 | with 2 comment(s)
Filed under: , ,
Interesting links week #19 and #20
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...
Nifty .NET Part #2: Enumerable.Empty<T>
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...
Posted: May 10 2011, 10:30 PM by erwin21 | with 1 comment(s)
Filed under: , , ,
More Posts Next page »