chen_dang86

Stories kicked by chen_dang86

The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PU(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 9 months ago

Good overview of using JSON bindings in MVC 3 preview with jQuery template rendering using PURE read more...

add a comment |category: |Views: 603

tags: another

Getting rid of null checks in property chains with - but not limited t(bit.ly)

submitted by sandordsandord(140) 1 year, 9 months ago

This article explains how to get rid of the annoying null checks you often have to do before you can evaluate expressions like Order.Customer.Address.ZipCode safely. The provided code builds and compiles an expression tree that does the job in an elegant and well performing manner. Specific extension methods for AutoMapper and S#arpArchitecture are provided as well. read more...

add a comment |category: |Views: 556

tags: another

Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC(blog.stevensanderson.com)

submitted by desmonddesmond(2014) 2 years, 2 months ago

How does BDD compare with TDD, and how can you use BDD-style tools such as Cucumber and SpecFlow with ASP.NET MVC? Steve Sanderson considers the options, and provides an example of combining ASP.NET MVC 2, SpecFlow, and WatiN. read more...

1 comment |category: |Views: 556

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

ASP.NET MVC 2 Localization complete guide(adamyan.blogspot.com)

submitted by Alik.AdamyanAlik.Adamyan(135) 2 years, 3 months ago

This is a full guide for localizing asp.net mvc 2 web application covering following aspects: views localization, simple culture switching mechanism, model validation messages localization, DisplayName attribute localization and problem solving with caching(OutputCache) and localization. read more...

add a comment |category: |Views: 2508

tags: another

Rx - Reactive Extension – for beginners (part 2)(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years, 3 months ago

this post is the second in a series of posts about the new Reactive Framework (Rx). the previous post discuss the concept of Rx (Reactive Framework Extension), this post will focus on some basic practice. read more...

add a comment |category: |Views: 195

tags: another

Using Mocking Framework - Moq(www.kitchaiyong.net)

submitted by kitchaiyongkitchaiyong(89) 2 years, 3 months ago

This post will tell how to incorporate one of the popular & free object mocking framework, Moq in your unit tests. read more...

add a comment |category: |Views: 206

tags: another

Rx - Reactive Extension – for beginner (part 1)(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years, 3 months ago

this post is the first in a series of posts about the new Reactive Framework (Rx). What is the Reactive Framework Extension? the Rx formalize the push based programming pattern. it is dealing with event like collection, in manner that can be describe as the mirroring of IEnumerable<T>. read more...

add a comment |category: |Views: 325

tags: another

Stored Procedure Optimization Tips – Best Practices(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 3 months ago

Key Points discussed in the articles are : 1. Include SET NOCOUNT ON statement 2. Use schema name with object name 3. Do not use the prefix “sp_” in the stored procedure name 4. Use IF EXISTS (SELECT 1) instead of (SELECT *) 5. Try to avoid using SQL Server cursors whenever possible 6. Keep the Transaction as short as possible 7. Use TRY-Catch for error handling read more...

2 comments |category: |Views: 779

tags: another

NoSQL – A Practical Approach, Part 1(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

In my last post I took a look at possible approaches to using NoSQL and Reporting, and many people wanted to see what this might look like in practice. In part one, below, I’ll show you ways to work with a NoSQL solution (in this case DB4O) in ways that you will find pretty familiar. I’ll also show you the freedom you can have as a developer when you stop thinking relationally. read more...

add a comment |category: |Views: 68

tags: another

BlogEngine.NET 1.6 is Released(code2code.info)

submitted by quachnguyenquachnguyen(384) 2 years, 3 months ago

The team is proud to announce the release of BlogEngine.NET version 1.6. With several new features and numerous improvements and bug fixes, this is a must upgrade version for current BlogEngine.NET users and those interested in entering the blog scene. read more...

add a comment |category: |Views: 28

tags: another

Reducing Code Coupling - Inversion of Control(grantpalin.com)

submitted by grantpalingrantpalin(376) 2 years, 4 months ago

This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern. read more...

2 comments |category: |Views: 677

tags: another

15 reasons why you should start using Model Driven Development (MDD)(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

Johan den Haan has written a compelling piece over at Enterprise Architect on why you should start using MDD. He lists 15 advantages of Model-Driven Development that focus in on productivity, quality and alignment. read more...

6 comments |category: |Views: 639

tags: another

ARCast.TV - Rocky Lhotka on Development Frameworks(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

It is difficult to strike a balance between the optimal architecture and over architecting a solution. Joe Shirey sits down with Rocky Lhotka , the creator of the CSLA.NET framework, to discuss how he balances what should and should not be in his framework. read more...

5 comments |category: |Views: 154

tags: another

PDC09 - Microsoft to Open Source the .NET Micro Framework(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 6 months ago

Peter Galli reporting form PDC09 - Today, at the Microsoft Professional Developer Conference (PDC) here in Los Angeles, we announced not only the release of version 4.0 of the.NET Micro Framework, but also that we are open sourcing the product and making it available under the Apache 2.0 license, which is already being used by the community within the embedded space. read more...

add a comment |category: |Views: 110

tags: another

Giới thiệu SSIS(hacodingjournal.wordpress.com)

submitted by chen_dang86chen_dang86(15) 2 years, 9 months ago

Giới thiệu SQL Server Integration Services (SSIS) read more...

add a comment |category: |Views: 1

tags: another