Quantcast
Channel: Fabrice's weblog - All Comments
Browsing all 30 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

re: Life changing XAML tip for Visual Studio

I've wasted 2 years of my XAML life by not seeing this tip until now.

View Article


Image may be NSFW.
Clik here to view.

re: Manipulating CSV files

Regarding case sensitivity. If you want to do case INsensitive search use LCASE(ColumnName) = 'something_in_low_case'orLCASE(ColumnName) = LCASE(OtherColumnNameOrExpression)

View Article


Image may be NSFW.
Clik here to view.

re: LINQ in Action Second Printing!

When is the new version of this book will be available?

View Article

Image may be NSFW.
Clik here to view.

re: LINQ in Action Second Printing!

There is no new version planned for the moment.

View Article

Image may be NSFW.
Clik here to view.

re: Object-relational mapping tools reality check

Depends on your scenario but have a look at document oriented dbs. F.e. RavenDB www.ravendb.net

View Article


Image may be NSFW.
Clik here to view.

re: Object-relational mapping tools reality check

Document oriented databases, as other NoSQL databases, have limitations of their own. They also require some mapping anyway.

View Article

Image may be NSFW.
Clik here to view.

re: Delphi implements keyword (or dynamic interface integration) (or...

I thought I had it with this...//Interfacepublic interface IGreeting{ void SayHelloTo(string name);}//Implementorpublic class GreetingImpl : IGreeting{ public void SayHelloTo(string name) {...

View Article

Image may be NSFW.
Clik here to view.

re: Querying non-generic collections with LINQ to Objects

Thanks, that helped me a lot. Good example for this might be the ControlCollection (this.Controls) in WinForms.

View Article


Image may be NSFW.
Clik here to view.

re: Life changing XAML tip for Visual Studio

It's not what I was looking for, but it's a great tip all the same. Thanks!

View Article


Image may be NSFW.
Clik here to view.

re: ASP.NET hosting with lifetime 50% off

it's simple. because they want more customers. existing customers will continue hosting on their site anyway. :P

View Article
Browsing all 30 articles
Browse latest View live