kwafel

Stories kicked by kwafel

Sending Domain Objects Across the Wire(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 years, 3 months ago

or Using NHibernate and WCF read more...

3 comments |category: |Views: 386

tags: another

An Interview With Kevin Kline About SQL In A Nutshell Third Edition(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 3 months ago

An Interview With Kevin Kline About SQL In A Nutshell Third Edition. SQL In A Nutshell covers MySQL, PostgreSQL, Oracle and SQL server read more...

add a comment |category: |Views: 99

tags: another

What's In A Code Review?(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 3 months ago

What happens during a “code review”? There’s no single answer to this question and my experience is that it varies considerably based on a number of factors. After thinking for a little bit about what I do when code reviewing, I came up with a list of stages in a code review and figured I might just share it with everyone. read more...

1 comment |category: |Views: 314

tags: another

Understanding Safe Database Synchronization(weblogs.asp.net)

submitted by joycscjoycsc(1597) 3 years, 3 months ago

Data or content synchronization is one of the classic problems in software world. It becomes very trivial point while working on software production, where production data and schema needs to be synchronized with live data and schema. Having some basic conceptual complexity, developers often get afraid to use any automated tool considering the risk factors to lose of data or content. Having a clear specific idea on content synchronization will greatly help to reduce lots of confusion and fear. read more...

2 comments |category: |Views: 303

tags: another

Why aren't I an MVP?(codebetter.com)

submitted by klaus_b0klaus_b0(210) 3 years, 3 months ago

There's a problem with the MVP program I'd like to talk about. The fact that I'm no longer an MVP (haven't been for over a year now) isn't the problem, merely a symptom. My problem is that I don't know why I'm not an MVP, and by extension I don't know why others are. The process of becoming and remaining an MVP is completely opaque. Plainly, the MVP program lacks transparency. read more...

add a comment |category: |Views: 680

tags: another

SQL SERVER - T-SQL Script for FizzBuzz Logic - Puzzle(blog.sqlauthority.com)

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

Following is quite common Interview Question asked in many interview questions. FizzBuzz is popular but very simple puzzle and have been very popular to solve. FizzBuzz problem can be attempted in any programming language. Let us attempt it in T-SQL. Let us see if you can do this simple exercise or not? read more...

1 comment |category: |Views: 171

tags: another