Author: jack4it
华为老总任正非给公司患抑郁症员工的一封信 , 员工,华为,付出的努力,忧郁症,正派,优点,人生,高雅,处境,快乐, , – CSDN 新闻
Mircea Trofin’s blog : LINQ Framework Design Guidelines
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries by Krzysztof Cwalina and Brad Abrams is one of my favorite books. They are working on a new version, too. What would be a new Framework Design Guidelines book without a section on LINQ Best Practices when used as part of a framework API? Here is a blog post with just that type of information that covers:
- A Brief Overview of LINQ
- Extension Methods, Func<>, Action<>, and Expression<>
- Extending on LINQ
- Extending IEnumerable<>
- Extending IQueryable<>
- Implementing the Query Pattern
"Writing applications that interact with data sources, such as databases, XML documents, or Web Services such as Flickr or Amazon, is made easier in the .NET Framework 3.5 with the addition of a set of features collectively referred to as LINQ (Language-Integrated Query). In what follows, we start with a very brief overview of LINQ, followed by guidelines for designing APIs in relation to LINQ."
Graphical vi-vim Cheat Sheet and Tutorial
When you come from xUnix world to ms world, I believe you like things like this.
CodeSnip: Handle Browser Close Event on the Server-Side: ASP Alliance
Pretty simple but very useful snippet to help abandon session soon after user click to close the browser.
CodeSnip: Handle Browser Close Event on the Server-Side: ASP Alliance
Searching in all tables and columns of a database | RichNetApps Developers’ blog
My IDE is so cool, isn’t it?
Maarten Balliauw on ASP.NET load balancing and the ASP.NET state server.
Make a note, plan to read…
Maarten Balliauw on ASP.NET load balancing and the ASP.NET state server.
MSDN Code Gallery – Home
MS launches a new website to give us a place to share the codes, snippets, resources and sample applications and so on. Check it out.
Visual Studio 2008 Tip: Resolving Namespaces and Removing Unused Using Statements
For hardcore ReSharper users, you can do lots of amazing work with this tool like resolving namespaces, removing unused using statements and ordering them and so on. However, sometimes, when you don’t work on your own machine, you definitely will met with the situation that ReSharper doesn’t appear at that place. You will be very uncomfortable cause you have got used to those features.
Well, VS 2008 does offer these features out-of-the-box! Check it out by the following link.
Visual Studio 2008 Tip: Resolving Namespaces and Removing Unused Using Statements