Via to launch Pentium M pin-compatible CPU ?
There is a rumor here that VIA planning to launch a socket 479 compatible CPU. Interesting eh? Seems both Intel and AMD will get good competitor. Then what we will get? :)
.net, c#, sql, OOAD and more mad memory dumps...
There is a rumor here that VIA planning to launch a socket 479 compatible CPU. Interesting eh? Seems both Intel and AMD will get good competitor. Then what we will get? :)
When I’m dipping into improving performance of managed code I got wondered how compiler decides a method to inline or not.
Gigabyte Communications, established last June, said it plans to launch its first mobile phone under the Gigabyte brand in the July-September period. The handset will be targeted at the high-end segment, which accounts for about one-fifth of the nation's NT$42 billion (US$1.35) market.
We got a web application which accessing SQL Analysis Service through XMLA. Some times when we accessing it gives a SOAP exception. We tried everything (restating services and server also) but failed. Reinstalling XMLA SDK solved this problem but as you can understand it’s not the solution since this thing happening several times per day.
hay folks!
still at my mid twenties, still love coding...
"If you have an apple and I have an apple and we exchange apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas"
Did you ever think there is a correct way to bind a windows forms ListControl not to just setting DataSource, ValueMember and DisplayMember in any order. If you bind that way ignoring the order SelectedIndexChanged and SelectedValueChanged events will fire several times. And you can't make sure what will return for SelectedValue property from DataRowView and Int32. I think you guys won’t argue that this is a worst case.