landman-code.blogspot.com landman-code.blogspot.com

landman-code.blogspot.com

Landman Code

My name is Davy Landman and I'm a developer. While working I develop mainly in ASP.NET and Winforms using the C# language, while sometimes developing Win32 applications in Delphi. When not working and coding the utilities the inner geek wants, I use a mix of C#, Delphi, BASM and Matlab. In this blog I post about some interesting code I found or created, mainly sharing it for reference later and anyone else who would like it.

http://landman-code.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LANDMAN-CODE.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of landman-code.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • landman-code.blogspot.com

    16x16

  • landman-code.blogspot.com

    32x32

CONTACTS AT LANDMAN-CODE.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Landman Code | landman-code.blogspot.com Reviews
<META>
DESCRIPTION
My name is Davy Landman and I&#39;m a developer. While working I develop mainly in ASP.NET and Winforms using the C# language, while sometimes developing Win32 applications in Delphi. When not working and coding the utilities the inner geek wants, I use a mix of C#, Delphi, BASM and Matlab. In this blog I post about some interesting code I found or created, mainly sharing it for reference later and anyone else who would like it.
<META>
KEYWORDS
1 landman code
2 public
3 partial
4 class
5 order
6 ienumerable
7 orderdetail
8 details
9 dbdetails
10 isloaded
CONTENT
Page content here
KEYWORDS ON
PAGE
landman code,public,partial,class,order,ienumerable,orderdetail,details,dbdetails,isloaded,this,isdetached,isnew,load,return,4 comments,post a comment,enum,orderstate,unknown,inprocess,approved,backordered,rejected,shipped,cancelled,status,dbstatus,value
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Landman Code | landman-code.blogspot.com Reviews

https://landman-code.blogspot.com

My name is Davy Landman and I&#39;m a developer. While working I develop mainly in ASP.NET and Winforms using the C# language, while sometimes developing Win32 applications in Delphi. When not working and coding the utilities the inner geek wants, I use a mix of C#, Delphi, BASM and Matlab. In this blog I post about some interesting code I found or created, mainly sharing it for reference later and anyone else who would like it.

INTERNAL PAGES

landman-code.blogspot.com landman-code.blogspot.com
1

Landman Code: C# SuperFastHash and MurmurHash2 implementations

http://landman-code.blogspot.com/2009/02/c-superfasthash-and-murmurhash2.html

Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. C# SuperFastHash and MurmurHash2 implementations. I’ve been emailed about a SuperFastHash. C# implementation, and I felt like doing low level stuff, since I’m knees deep in DDD at the moment. So I looked at my Pascal and BASM implementation of SuperFastHash. And does have some vurnabilities. NumberOfLoop...

2

Landman Code: October 2008

http://landman-code.blogspot.com/2008_10_01_archive.html

Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Binding the ObjectContext Life-Cycle to the current ASP.NET request. My team has switched (with the coaching of class-a. To LINQ to Entities. From the ADO.NET Entity Framework. For our new applications. Because we came from ADO.NET Typed Datasets. We encapsulated the ObjectContext. But we wanted a Object...

3

Landman Code: Thread safe TStack (TThreadStack)

http://landman-code.blogspot.com/2007/01/thread-safe-tstack-tthreadstack.html

Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Thread safe TStack (TThreadStack). This post was migrated from my old blog delphi-snippets.blogspot.com. For explanation about this switch see my introduction post. There is not thread safe stack in Borland Turbo Delphi 2006, so off course I started with a Google for delphi TThreadStack. But I'm a hard p...

4

Landman Code: Fast reading of files using Memory Mapping

http://landman-code.blogspot.com/2006/04/it-has-been-six-months-since-i-last.html

Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Fast reading of files using Memory Mapping. This post was migrated from my old blog delphi-snippets.blogspot.com. For explanation about this switch see my introduction post. Fixes that. but still it sucked). Now let’s get ontopic, Memory Mapped Files. Can be very helpful for reading large files. Look...

5

Landman Code: Getting (possibly) 500% speed gain on divisions

http://landman-code.blogspot.com/2005/08/getting-possibly-500-speed-gain-on.html

Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Getting (possibly) 500% speed gain on divisions. This post was migrated from My old blog delphi-snippets.blogspot.com. For explanation about this switch see my introduction post. I created the following test program. TODO -oUser -cConsole Main : Insert code here }. First Pass Result: %f'. 100 Clock: %d t...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

LINKS TO THIS WEBSITE

blog.dotnetwise.com blog.dotnetwise.com

DotNetWise official blog: December 2010

http://blog.dotnetwise.com/2010_12_01_archive.html

NET wise issues and adivices. Sunday, December 12, 2010. LINQ to Entities string based dynamic OrderBy [EF CTP5 solution]. With all the respect for Davy Landman. I'm quoting his blog post. Happy that his example works with Entity Framework CTP5. Speaking of this, I've actually needed this for ExtJS remote store. Ordering and WCF Data Services custom query - so handful in many cases :). Query options $orderby, $inlinecount, $skip and $top cannot be applied to the requested resource. 8221;, and it got me s...

ayende.com ayende.com

Benchmarks are useless, yes, again - Ayende @ Rahien

https://ayende.com/Blog/archive/2009/08/15/benchmarks-are-useless-yes-again.aspx

Founder of Hibernating Rhinos LTD. You can reach me by phone or email:. Benchmarks are useless, yes, again. Time to read 4 min. I was informed about ORMBattle.NET existence a few minutes ago. This is a site that:. ORMBattle.NET is devoted to direct ORM. We compare quality of essential features of well-known ORM products for .NET framework. So this site might help you to:. Choose the ORM for your next project taking its performance and LINQ implementation quality into account. I don’t even need to think a...

delphi-snippets.blogspot.com delphi-snippets.blogspot.com

Delphi Code Snippets: Welcome

http://delphi-snippets.blogspot.com/2005/08/welcome.html

This blog will discuss various delphi snippets, written or found by Davy Landman (the author of the Blog). More. Monday, August 15, 2005. Ive moved my blog and its post to my new blog, please go to my new blog called Landman Code. Welcome to my Blog,. You’ll probably think. wow, yet another useless blog. You’re probably right. But I will try to explain why I still created this blog. As a student, I travel a lot, therefore I bought a laptop (IBM Think Pad T22). Logging in to the other computer trough VNC.

blog.dotnetwise.com blog.dotnetwise.com

DotNetWise official blog: LINQ to Entities string based dynamic OrderBy [EF CTP5 solution]

http://blog.dotnetwise.com/2010/12/linq-to-entities-string-based-dynamic.html

NET wise issues and adivices. Sunday, December 12, 2010. LINQ to Entities string based dynamic OrderBy [EF CTP5 solution]. With all the respect for Davy Landman. I'm quoting his blog post. Happy that his example works with Entity Framework CTP5. Speaking of this, I've actually needed this for ExtJS remote store. Ordering and WCF Data Services custom query - so handful in many cases :). Query options $orderby, $inlinecount, $skip and $top cannot be applied to the requested resource. 8221;, and it got me s...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL LINKS TO THIS WEBSITE

16

OTHER SITES

landman-advocaten.com landman-advocaten.com

Default Parallels Plesk Panel Page

Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk Panel. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.

landman-advocatuur.com landman-advocatuur.com

Default Parallels Plesk Panel Page

Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk Panel. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.

landman-agri.com landman-agri.com

Landman Agricultural Support

landman-bronbemaling.nl landman-bronbemaling.nl

Landman-Bronbemaling

Klik hier om verder te gaan!

landman-code.blogspot.com landman-code.blogspot.com

Landman Code

Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Exploring my outer regions of coding. A blog about C#, Delphi, assembler and general developer stuff. Protection your EntityCollections from outside abuse by wrapping them as IEnumerable. In the previous post. Why would for instance some external piece of code need to have access to the EntityCollection.Remove. In our projects we have code such as the following to wrap these EntityCollections:. Adding su...

landman-consult.com landman-consult.com

Home

Я помогаю изменить то, что вас не устраивает,. При этом то, что вам важно. Ко мне часто приходят либо с криком души: Не могу так больше жить! Либо с несложным, на первый взгляд, запросом: В жизни/на работе бардак, помогите разгрести. Но на самом деле, оба эти запроса об одном и том же: о том, как измениться самому и изменить свои отношения с окружающими так, чтобы оказаться в желаемой ситуации. Я прошла этот путь сама:. Сначала трансформационный, а потом в executive. Это формат, в котором можно. Клиент в...

landman-consult.ru landman-consult.ru

Коучинг изменений. Элина Ландман.

Я помогаю изменить то, что вас не устраивает,. При этом то, что вам важно. Ко мне часто приходят либо с криком души: Не могу так больше жить! Либо с несложным, на первый взгляд, запросом: В жизни/на работе бардак, помогите разгрести. Но на самом деле, оба эти запроса об одном и том же: о том, как измениться самому и изменить свои отношения с окружающими так, чтобы оказаться в желаемой ситуации. Я прошла этот путь сама:. Сначала трансформационный, а потом в executive. Это формат, в котором можно. Клиент в...

landman-donpay.livejournal.com landman-donpay.livejournal.com

landman_donpay

Upgrade to paid account! МИД Германии: Мы удовлетворены тем, что Тимошенко согласилась начать лечение. May 5th, 2012. NHL: Финикс поставил Нэшвилл на грань вылета из розыгрыша Кубка Стэнли. May 5th, 2012. Тигипко: Цены после увеличения соцвыплат вырастут, но незначительно. May 5th, 2012. Электричество кончилось. Челси добивается земли под новый стадион. May 4th, 2012. Источник: Apple унифицирует свои ноутбуки до конца 2012 года. February 12th, 2012. Standard and Poor's понизило рейтинг итальянских банков.

landman-economics.co.uk landman-economics.co.uk

Landman Economics - Home

Landman Economics offers economic consultancy, research and analysis for a range of clients including NGOs, trade unions, think tanks, government organisations and the private sector. For more information on the type of work we do, contact us. Or follow the links on this page.

landman-ed.com landman-ed.com

Landman Seminars | Landman Classes | become a landman | becoming a landman | cpl landman | certified professional landman | entry level landman | how to be a landman | how to become a landman | landman career | landman careers | landman books | landman edu

About Our Landman Education Classes. Landman Seminars USA offers Seminar Classes for Petroleum Landmen-designed to teach Land Professionals the knowledge and skills necessary to maintain and enhance their competency and performance in the profession. Lease and Division Order Analysts. Land Technicians and Clerks. Landman Seminars USA offers the following Seminar Classes:. Basic Landman Skills and Knowledge Class. Advance Landman Skills and Knowledge Class I. Advanced Landman Class and Knowledge Class II.