tudorturcu.wordpress.com tudorturcu.wordpress.com

tudorturcu.wordpress.com

Tudor Turcu – blog | static dynamic GetBlog() {} // stories from a .NET planet

static dynamic GetBlog() {} // stories from a .NET planet (by Tudor)

http://tudorturcu.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TUDORTURCU.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 1.7 out of 5 with 3 reviews
5 star
0
4 star
0
3 star
1
2 star
0
1 star
2

Hey there! Start your review of tudorturcu.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • tudorturcu.wordpress.com

    16x16

  • tudorturcu.wordpress.com

    32x32

  • tudorturcu.wordpress.com

    64x64

CONTACTS AT TUDORTURCU.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tudor Turcu – blog | static dynamic GetBlog() {} // stories from a .NET planet | tudorturcu.wordpress.com Reviews
<META>
DESCRIPTION
static dynamic GetBlog() {} // stories from a .NET planet (by Tudor)
<META>
KEYWORDS
1 skip to content
2 larr;
3 older posts
4 nameof and obfuscators
5 posted on
6 tudor
7 the result is
8 nameof and reflection
9 nameof class
10 typeof vs nameof
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to content,larr;,older posts,nameof and obfuscators,posted on,tudor,the result is,nameof and reflection,nameof class,typeof vs nameof,posted in,tagged,nameof,leave a comment,patterns and frameworks,decorator,iterator,observer,factory,template method
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tudor Turcu – blog | static dynamic GetBlog() {} // stories from a .NET planet | tudorturcu.wordpress.com Reviews

https://tudorturcu.wordpress.com

static dynamic GetBlog() {} // stories from a .NET planet (by Tudor)

INTERNAL PAGES

tudorturcu.wordpress.com tudorturcu.wordpress.com
1

Tudor | Tudor Turcu – blog

https://tudorturcu.wordpress.com/author/tudorturcu

Tudor Turcu – blog. Static dynamic GetBlog() {} / stories from a .NET planet. Detecting code smells with NDepend. I recently had the opportunity to play again with NDepend. From my experience in many companies the developers, even if they find NDepend useful, don’t push enough the management to buy it, for various reasons: ‘we have free/built-in similar tools’, … Continue reading →. When the length of a database field can be misleading. Debugging a performance issue in production. Many people, when they ...

2

On assumptions and formats | Tudor Turcu – blog

https://tudorturcu.wordpress.com/2015/02/01/on-assumptions-and-formats

Tudor Turcu – blog. Static dynamic GetBlog() {} / stories from a .NET planet. How developers start to ignore code smells. On closures and captured variables →. On assumptions and formats. In NET (and any other framework for that matter), it’s better to never assume anything, but to check twice. Let’s take an example – what do you think, will the following unit test always pass? 8230; well, usually, it will, but once every blue moon, it will fail🙂 . תשע”הד’כ”ז. 8211; a solid 10 chars in length. However, ...

3

NameOf and Obfuscators | Tudor Turcu – blog

https://tudorturcu.wordpress.com/2015/07/18/nameof-and-obfuscators

Tudor Turcu – blog. Static dynamic GetBlog() {} / stories from a .NET planet. Debugging a performance issue in production →. I was wondering some time ago how the new ‘ nameof. 8216; operator from C# 6.0 works when using . obfuscators. Let’s write some code to verify this. I included a few other methods to get the member name (VS2015 RC was used):. Source: Wikipedia (Timoty Gu). The result when the code is not obfuscated is the expected one:. Nameof – not obfuscated. Nameof – obfuscated. You are commenti...

4

Tudor Turcu – blog | static dynamic GetBlog() {} // stories from a .NET planet | Page 2

https://tudorturcu.wordpress.com/page/2

Tudor Turcu – blog. Static dynamic GetBlog() {} / stories from a .NET planet. Newer posts →. How developers start to ignore code smells. Many people wonder how some developers blissfully ignore some best practices when writing code, or aren’t too bothered when they see a code smell in their project. There are many explanations, but an old one is the code they see when working with Microsoft framework and samples (and not only Microsoft). It’s from MS, so it must be right, no? For authentication, in order...

5

On closures and captured variables | Tudor Turcu – blog

https://tudorturcu.wordpress.com/2015/03/01/on-closures-and-captured-variables

Tudor Turcu – blog. Static dynamic GetBlog() {} / stories from a .NET planet. On assumptions and formats. Patterns and frameworks →. On closures and captured variables. A few days ago, on the project I’m working on, I’ve stumbled on an interesting bug – an example of why it pays off to learn the ‘deeper’ areas of C# language (or any other language). Greatly simplified (and with the class names changed to protect the innocent🙂 ), we had:. An order contains several lines. To simplify the mapping job.

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

blog.andrei.rinea.ro blog.andrei.rinea.ro

basicHttpBinding | Andrei Rinea's technical blog

http://blog.andrei.rinea.ro/tag/basichttpbinding

Andrei Rinea's technical blog. NET, SQL Server and Java. Posted by Andrei Rinea. On 13 December 2011. TL;DR version :. Upon a curiosity of mine I found out that WCF with basicHttpBinding can be easily beaten (performance-wise) by plain-old ASP.NET even if stripped down of transactions, reliability, security etc. (1500 req/sec vs 800 req/sec). Read more ». WCF service local path. Posted by Andrei Rinea. On 8 November 2011. Developing that small WCF presentation that I was talking about earlier. I got stum...

blog.andrei.rinea.ro blog.andrei.rinea.ro

Quick trick : Copy file path | Andrei Rinea's technical blog

http://blog.andrei.rinea.ro/2015/02/04/quick-trick-copy-file-path

Andrei Rinea's technical blog. NET, SQL Server and Java. Quick trick : Copy file path. Posted by Andrei Rinea. On 4 February 2015. Are you in a command line prompt and you need the full path of the file as an argument? You don’t need to type all of the path manually, not even pre-complete it using TABs. Just navigate to the file. Here comes the trick part : hold SHIFT while right-clicking it. The context menu will look like so :. I wrote before about the SHIFT-right click. So this is somehow connected.

blog.andrei.rinea.ro blog.andrei.rinea.ro

Preparing the development environment for Java – Windows and Ubuntu | Andrei Rinea's technical blog

http://blog.andrei.rinea.ro/2013/11/16/preparing-the-development-environment-for-java-windows-and-ubuntu

Andrei Rinea's technical blog. NET, SQL Server and Java. Preparing the development environment for Java – Windows and Ubuntu. Posted by Andrei Rinea. On 16 November 2013. In order to get started developing in Java we’ll need the following :. I’ll showcase Windows and Ubuntu (Linux). This is the most basic component required to run Java programs. 8211; Integrated Development Environment. This is typically an MDI ( Multi-Document Interface. Code completion – instead of having to type the whole keywor...

blog.andrei.rinea.ro blog.andrei.rinea.ro

Beginning Java for .NET Developers | Andrei Rinea's technical blog

http://blog.andrei.rinea.ro/2013/11/15/beginning-java-for-dot-net-developers

Andrei Rinea's technical blog. NET, SQL Server and Java. Beginning Java for .NET Developers. Posted by Andrei Rinea. On 15 November 2013. I’ve always wanted to learn another language and platform and being a long-time .NET developer Java seemed the closest to my knowledge and one which would seem easy to learn based on what I already knew. I’ve put off this for various reason along the last 3-4 years, most of which laziness was chief. I’ve obtained (.) some ebooks ( Effective Java. And Thinking in Java.

srndolha.wordpress.com srndolha.wordpress.com

Tablets and Mini PCs are dead | Sorin Dolha's Blog

https://srndolha.wordpress.com/2015/04/30/tablets-and-mini-pcs-are-dead

Sorin Dolha's Blog. ThumbDrag events are not raised in Silverlight custom control unless…. Tablets and Mini PCs are dead. But there’s another story to link here. Recently I’ve seen a new type of PCs on the market more or less powerful processing units with fast yet large enough SSD storage, marketed as Mini PCs. Wow, I said at first But then I saw this. My passion is software development, but I also like physics. View all posts by Sorin Dolha →. This entry was posted in Computers and Internet. You are co...

srndolha.wordpress.com srndolha.wordpress.com

Surface 1: 0-0-0 black becomes green | Sorin Dolha's Blog

https://srndolha.wordpress.com/2015/08/05/surface-1-0-0-0-black-becomes-green

Sorin Dolha's Blog. JavaScript: investitie pe termen lung →. Surface 1: 0-0-0 black becomes green. I recently started to see a very awkward issue repeated with my Surface 1 on Windows RT (not often, but still more than a couple of times already): sometimes it suddenly displays all pure black pixels (those with RGB 0-0-0 only! I find this very strange. Has anyone else found the same behavior? I reproduced the issue for a longer time. This time I managed to find strange lines drawn on some screens. I got t...

blog.andrei.rinea.ro blog.andrei.rinea.ro

Numeric literals in Java 7 and in C# | Andrei Rinea's technical blog

http://blog.andrei.rinea.ro/2013/11/27/numeric-literals-in-java-7-and-in-c-sharp

Andrei Rinea's technical blog. NET, SQL Server and Java. Numeric literals in Java 7 and in C#. Posted by Andrei Rinea. On 27 November 2013. Java : (notice, there are no unsigned primitives in Java). Int i1 = 23; / integer, decimal int h1 = 0x17; / integer, hexadecimal long i2 = 12345678900L; / long integer (64 bit signed integer). Int i1 = 23; int h1 = 0x17; ulong u1 = 12345678900U; long i2 = 12345678900L;. As you might have read in Beginning Java for .NET developers. Int b1 = 0b11001010;. For floating-p...

blog.andrei.rinea.ro blog.andrei.rinea.ro

Windows Explorer contextual menu gotcha | Andrei Rinea's technical blog

http://blog.andrei.rinea.ro/2013/03/08/windows-explorer-contextual-menu-gotcha

Andrei Rinea's technical blog. NET, SQL Server and Java. Windows Explorer contextual menu gotcha. Posted by Andrei Rinea. On 8 March 2013. Recently I had to extract the public key from a signed .NET assembly and I needed to run the sn.exe tool in order to obtain it. That required opening a command prompt and then setting the current directory to the one in which the assembly resided. Typically I did :. F: [ENTER] (or whatever the drive was). I hope this helps at least some of us. 8 March 2013 at 16:38.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL LINKS TO THIS WEBSITE

23

OTHER SITES

tudortudose.blogspot.com tudortudose.blogspot.com

Blog de unul singur

Blog de unul singur. Duminică, 28 iulie 2013. Miercuri, 17 iulie 2013. Iată ce-am pățit când m-am întors din concediu. Ne-am gândit că nu putem lua cățelușa cu noi în avion și ne va fi greu să avem grijă de ea cât suntem în locuri străine, astfel că ne-am gândit să-i oferim un adăpost timp de vreo 10 zile. Ce poate fi mai bun pentru Rontzy (șapte luni pe 18 iulie, Shi-Tzu alb cu galben), decât o pensiune pentru animale de companie? Nu e mare diferența, nu? 8221;, „se simte bine, ce să aibă? Ne-a mirosit ...

tudortuesdayssal.blogspot.com tudortuesdayssal.blogspot.com

Tudor Tuesdays SAL

Welcome to our Tudor Tuesdays SAL. This is a place to celebrate all things Tudor! Feel free to post your Tudor stitching and any fascinating Tudor facts (and fiction! On any given Tuesday in the month. You can join at anytime throughout the year and choose which months you wish to stitch and post Tudor-related facts. There will be the occasional giveaway, maybe some quizzes and competitions and definitely lots of FUN! Monday, 17 August 2015. House of Tudor Quiz. Tuesday, 11 August 2015. You now need to a...

tudorturcu.com tudorturcu.com

Index of /

Apache Server at www.tudorturcu.com Port 80.

tudorturcu.wordpress.com tudorturcu.wordpress.com

Tudor Turcu – blog | static dynamic GetBlog() {} // stories from a .NET planet

Tudor Turcu – blog. Static dynamic GetBlog() {} / stories from a .NET planet. I was wondering some time ago how the new ‘ nameof. 8216; operator from C# 6.0 works when using . obfuscators. Let’s write some code to verify this. I included a few other methods to get the member name (VS2015 RC was used):. Source: Wikipedia (Timoty Gu). The result when the code is not obfuscated is the expected one:. Nameof – not obfuscated. When the code is obfuscated (using Eazfuscator.Net. Nameof – obfuscated. And if they...

tudorturismturda.ro tudorturismturda.ro

Tudor Turism - Turda

09:00 - 17:00 cu ultima intrare la ora 15:00 (in perioada 1 mai - 31 octombrie). 09:00 - 13:30 (in perioada 1 noiembrie - 30 aprilie). Se pot realiza prin intermediul agentiei Tudor Turism Turda, Str. Republicii, Nr. 38; email: tudor turism turda@yahoo.com. Telefon: 0264-312198, 0724335737 sau email incoming@tudorturismturda.ro. Aici prentu a afla mai multe despre "Salina Turda". Descarca harta spre "Salina Turda". Inscrieri timpurii Litoral 2015. Inscrieri timpurii Litoral 2015 (11). 40 724 335 737;.

tudortutor.com tudortutor.com

the TUDOR TUTOR | Your cheeky guide to the dynasty

Your cheeky guide to the dynasty. Hey, UK…Hey, EU! July 13, 2015 at 3:18 pm · Filed under The Tudor Tutor BOOK. The news is out: When the second edition of my book releases this November, it will be available not only in the States but also in the UK and the EU! It will be distributed to booksellers there by Perseus. I’d received many questions regarding distribution and I just found out today, so I wanted to share. =). I’ll Tumble for Ya. July 13, 2015 at 2:58 pm · Filed under Social Media. April 15, 20...

tudortv.com tudortv.com

The Tudor Group

This website is currently under construction, check back soon for more information about The Tudor Group of Companies: Tudor Management Group, and Tudor TV.

tudoruniforms.com.au tudoruniforms.com.au

Tudor School Uniforms

Shirts & Blouses. Shorts & Culottes. Skirts & Skorts. Final Year / Graduation. Graduation / Trip Garments. Welcome to Tudor School Uniforms. Your School Uniform Supplier! Tudor School Uniforms is an Australian owned and operated school uniform supplier operating in the western suburbs of Brisbane for over 15 years. All our garments are custom made and manufactured locally, using the highest quality fabrics available from here and overseas. 2015 Tudor School Uniforms.

tudorv.com tudorv.com

TUDOR V. PERERA & Co. | Home

Welcome to Tudor V. Perera and Company,. We Will Assist You. We use qualified people. We measure against agreed criteria. We will only use facts to form conclusions. Tudor V.Perera and Company is a Sri Lankan Partnership of Chartered Accountants providing Audit, Tax and Advisory services. The Company is now 68 years in excess and when founded in 1946, were among the first few practicing chartered accountancy firms in Sri Lanka. We will assist you. We use qualified people. Floor, De Mel Building,. Publish...