nsoonhui

Stories submitted 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

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

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

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

How to Set Attribute Value at Runtime-- and How to Work around a Silly(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 3 months ago

A post about how to set attribute value at runtime, and a bug that Microsoft refuses to fix. read more...

add a comment |category: |Views: 47

tags: another

What's Wrong with Strongly Typed Dataset Designer(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 3 months ago

I might be beating a dead horse here.But strongly typed dataset was giving me so much hard time that I have to rant about it. Actually strongly typed dataset is quite handy if all you have to do is just need to query or update a single table. The problem is that the real world is far less ideal than that. When you apply a suboptimal tool on a complicated, messy real world situation you are going to face a lot of problems. And this was exactly what happened when I was using strongly typed dataset designer in my work. read more...

add a comment |category: |Views: 9

tags: another

How to use App.Config to set the Connection String for Strongly Typed (itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 3 months ago

Strongly typed dataset is a good thing... well, sort of, if you just need a quick and dirty Data Access Layer for your Microsoft Access backend in your .net code. What is unknown to many is that it is possible to set the the connection string of a strongly typed dataset from App.Config file. This is extremely handy if you have to deploy your application on client's computer because you can compile the application once and just change the config file when the application is installed on client's computer. This is a post that demonstrates how to do this. read more...

add a comment |category: |Views: 9

tags: another

Is LINQ Becoming a Monster?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 4 months ago

I love LINQ . It gives the developers the power to query databases and lists in a manner far more succint, readable and elegant than that could otherwise be obtained via traditional looping methods ( you know, the combination kinds of for, if ) that normally result in lines and lines of code, methods and sub-methods calling. But after using it for quite sometime, I found that LINQ could be a bit prohibitive. Prohibitive in the sense that you always have to write LINQ expressions that are big, complicated, ugly and undecipherable at times. read more...

add a comment |category: |Views: 33

tags: another

Why Net Negative Producing Programmers are Here to Stay(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 4 months ago

Why Net Negative Producing Programmers are Here to Stay-- despite the cost, a response to http://blog.jayfields.com/2009/01/cost-of-net-negative-producing.html read more...

add a comment |category: |Views: 366

tags: another

The Top 10 Most Popular Posts in Year 2008(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 4 months ago

Here are the top 10 most popular programming Posts from It's Common Sense, Stupid. Some of them appeared here before, but won't it be nice to have them all in one place! read more...

add a comment |category: |Views: 7

tags: another

Unit Testing SmtpClient class with TypeMock AAA Syntax(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 5 months ago

To send email from Microsoft Exchange Server via code involves the use of SmtpClient objects . Since it interacts with an external exchange server, the unit tests on it is not so straightforward. Here's how Typemock AAA syntax can help. read more...

add a comment |category: |Views: 4

tags: another

Why Good Developers Are Not Getting 10 times the Pay?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 5 months ago

The productivity gap between the good developers and the bad ones can be very huge. But why good developers are not getting significantly more than the bad ones? read more...

3 comments |category: |Views: 881

tags: another

Working Effectively with Legacy Code(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 5 months ago

For the past few years I have been wrestling with legacy code, on and off. Having dealing with legacy code for so long, I know how painful it is to work with legacy code . But sometimes you just can't ignore it; it is lying on your path and you have to refactor it into something that can be read, maintained and expanded. read more...

add a comment |category: |Views: 1

tags: another

Potential JQuery Intellisense's Bug?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 5 months ago

For the past few days I was wrestling with my VS 2008 IDE, in order to get the JQuery Intellisense to work. It was a very hard battle for me. read more...

add a comment |category: |Views: 6

tags: another

Software Developers In a Rush(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 6 months ago

Peter Norvig , the director of research at Google, wrote an article Teach Yourself Programming in Ten Years . He asked why everyone was in such a rush to learn programming languages in a hurry, resulting in an endless offering of books, websites, blogs that promised to teach programming in 24 hours or 7 days. read more...

add a comment |category: |Views: 6

tags: another