The corresponding extension method syntax is: var filteredCustomers = customers .Join(orders, c => c.customerid, o => o.customerid, (c, o) => new { Customer = c, Order = o } ) .Where(x =>…
Regarding the let keyword; the following code: var x = from post in posts let keywords = post.split(' ') ... Is compiled* into: var x = posts .Select(post => new { keywords = post.split(' '), post }) ... * If you…
I prefer using extension methods over query syntax; I personally find extension methods easier to read. I guess it's a matter of personal preference.
The page you linked to is totally unrelated. You've linked to a blog post about redesigning the jQuery UI API - not the jQuery API.
purge
The use of the embedded Git binary is optional though; you can configure SourceTree to use the system installation of Git.
Also, you should give some thought to your company's reputation... Now you've ripped off another company's copyrighted material; I think you're running an immoral company, with total disregard for the law. Your company…
Firstly the other videos are non-commercial parodies, whereas your video is a promotional video for commercial purposes. Also even if Constantin Films does not enforce it's copyright, you are still breaching their…
You're using copyrighted content in a commercial/promotional video. Did you get permission from the copyright holder (ie. the movie studio/company)?
This is an interesting link: http://www.bbc.co.uk/news/magazine-17101370
Knowing languages other than your native language can be really useful if you work for a multi-national company. I'm a software developer. My previous gig was at European aerospace company, and my current gig is at…
I had the exact same thought as soon as I read paragraph 2.
It gives the impression that your website was not designed by you, but instead designed by another company. Is cwpStudios you? Or a company you work for?
Not many people would answer "British" to the question "What country are you from?", because "British" is not a place, but a nationality. ;) If you asked me what I am, I might respond "British" - whereas if you asked…
The corresponding extension method syntax is: var filteredCustomers = customers .Join(orders, c => c.customerid, o => o.customerid, (c, o) => new { Customer = c, Order = o } ) .Where(x =>…
Regarding the let keyword; the following code: var x = from post in posts let keywords = post.split(' ') ... Is compiled* into: var x = posts .Select(post => new { keywords = post.split(' '), post }) ... * If you…
I prefer using extension methods over query syntax; I personally find extension methods easier to read. I guess it's a matter of personal preference.
The page you linked to is totally unrelated. You've linked to a blog post about redesigning the jQuery UI API - not the jQuery API.
purge
The use of the embedded Git binary is optional though; you can configure SourceTree to use the system installation of Git.
Also, you should give some thought to your company's reputation... Now you've ripped off another company's copyrighted material; I think you're running an immoral company, with total disregard for the law. Your company…
Firstly the other videos are non-commercial parodies, whereas your video is a promotional video for commercial purposes. Also even if Constantin Films does not enforce it's copyright, you are still breaching their…
You're using copyrighted content in a commercial/promotional video. Did you get permission from the copyright holder (ie. the movie studio/company)?
This is an interesting link: http://www.bbc.co.uk/news/magazine-17101370
Knowing languages other than your native language can be really useful if you work for a multi-national company. I'm a software developer. My previous gig was at European aerospace company, and my current gig is at…
I had the exact same thought as soon as I read paragraph 2.
It gives the impression that your website was not designed by you, but instead designed by another company. Is cwpStudios you? Or a company you work for?
Not many people would answer "British" to the question "What country are you from?", because "British" is not a place, but a nationality. ;) If you asked me what I am, I might respond "British" - whereas if you asked…