nsoonhui

Stories kicked by nsoonhui

How to Use C# Client to Consume Google App Engine RPC(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 2 years ago

An example of how C# Client can be used to consume Google App Engine RPC web service method. read more...

add a comment |category: |Views: 24

tags: another

Why Software is Expensive(itscommonsensestupid.blogspot.com)

submitted by andrewbaderaandrewbadera(105) 2 years, 7 months ago

Malaysian consultant's perspective on the costs of building custom software. read more...

add a comment |category: |Views: 12

tags: another

Writing Great Unit Tests: Best and Worst Practises(blog.codeville.net)

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

A suite of good unit tests is immensely valuable: it documents your design, and makes it easier to refactor and expand your code while retaining a clear overview of each component’s behaviour. However, a suite of *bad* unit tests is immensely painful: it doesn’t prove anything clearly, and can severely inhibit your ability to refactor or alter your code in any way. How can you be sure to write unit tests that contribute positively to your project and don't end up being a liability? read more...

add a comment |category: |Views: 651

tags: another

An introduction to UI Automation - with spooky spirographs(blog.functionalfun.net)

submitted by samuel_d_jacksamuel_d_jack(415) 2 years, 9 months ago

UIAutomation provides a robust way of poking, prodding and perusing any widget shown on the Windows desktop; it even works with Silverlight. It can be used for many things, like building Screen Readers, writing automated UI tests – or for creating a digital spirit to spook your colleagues by possessing Paint.Net and sketching spirographs. read more...

add a comment |category: |Views: 374

tags: another

Code is Not That Important, Marketing Is(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 2 years, 9 months ago

When I was in my early days as a software developer, I thought that the most important aspect for a software product organization, was software development. Code was everything and the single determiner of the success. But as I grow in maturity ( meaning suffering enough bumps on head), I gradually come to the realization that the above just-improve-your-code-and-you-do-fine theory is a total nonsense read more...

add a comment |category: |Views: 8

tags: another

Understanding Lambda Expression via Step By Step Debugging(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 2 years, 10 months ago

A step-by-step guide through the debugging on Lambda expression read more...

add a comment |category: |Views: 25

tags: another

Isolation Frameworks: Learning how to Stub (dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 10 months ago

Learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. In this episode we will start off our learning experience by learning the basics. We will be taking a look at how to setup stubs/fakes in order to hard wire return values for our objects/methods. read more...

add a comment |category: |Views: 299

tags: another

Does RentACoder.com Work?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 2 years, 11 months ago

A lot of people ranted against online consulting sites- such as Elance, guru, RentACoder and so on. Of course, given that the bids on those websites are ridiculously low ( at least by developed world's standard), one would tend to assume that the quality would vary proportionally with the bids. Whether you think those websites are cannibalizing the software craft, or whether online consulting sites are a force that flattens the world, one thing is certain: online consulting sites work. read more...

add a comment |category: |Views: 8

tags: another

SubSonic 3.0: ActiveRecord(blog.wekeroad.com)

submitted by luizbonluizbon(80) 2 years, 11 months ago

Google’s project site is down for a while and I have some perf tests running in the background so I thought it might be time to crank out a few more “preview” posts of SubSonic 3.0. This one’s about ActiveRecord – one of my favorite patterns for its ease of use and versatility. read more...

add a comment |category: |Views: 348

tags: another

Exploring how to use Global Variables and ViewData (Strongly typed and(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 11 months ago

Taking a look at how to utilized both global variables and local variables. We will also take a look at how to create and use both strongly typed viewdata and weakly typed view data. read more...

add a comment |category: |Views: 266

tags: another

The Most Powerful Development Tool Ever Made(codethinked.com)

submitted by ZteffZteff(144) 2 years, 11 months ago

Justin Etheredge wrote a great blog post about not inventing the wheel everytime a classic programming problem shows up. read more...

4 comments |category: |Views: 1109

tags: another

Binding in ASP.NET MVC(stevesmithblog.com)

submitted by ssmithssmith(1160) 2 years, 11 months ago

Answers to some frequently asked questions about binding data to forms in ASP.NET MVC. Covers Bind(), ModelBinders, and ViewData.Model. read more...

add a comment |category: |Views: 276

tags: another

ASP.NET MVC TDD using Visual Studio 2010(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 11 months ago

Phil Haack announced yesterday that the tooling support for ASP.NET MVC is available for Visual Studio 2010. Troy Goode already blogged about the designer snippets (which are really really cool, just like other parts of the roadmap for ASP.NET MVC 2.0). I’ll give the new TDD workflow introduced in VS2010 a take. read more...

1 comment |category: |Views: 366

tags: another

Why Developers should always be Involved in Product Feedback(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 2 years, 11 months ago

Not every developer likes to product feedback on the products they use, but they should. Here are the whys... read more...

add a comment |category: |Views: 4

tags: another

LINQ to SQL is NOT dead!(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 11 months ago

Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, “LINQ to SQL is dead!” A lot of people feel like they’re not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead. In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable<T> for tables instead of Table<T>, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you’re on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! read more...

2 comments |category: |Views: 501

tags: another

Overview of .NET 4.0 features – C# 4.0 Named and Optional Parameters(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 11 months ago

The concept of Optional parameters is not new and exists in other languages such as C++. Infact, the functionality is a part of the .NET framework and exists is in VB.NET. Optional parameters will be introduced in C# 4.0 and can be used to call a method without having to specify all the arguments. The intent of this feature is to assist in writing concise code and in COM interoperability. read more...

1 comment |category: |Views: 436

tags: another