
blog.hompus.nl
Michaël's coding thoughtsIn this blog I, Michaël Hompus, try to blog my experiences on Microsoft technologies I encounter while working on a variety of projects.
http://blog.hompus.nl/
In this blog I, Michaël Hompus, try to blog my experiences on Microsoft technologies I encounter while working on a variety of projects.
http://blog.hompus.nl/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
16x16
PAGES IN
THIS WEBSITE
16
SSL
EXTERNAL LINKS
71
SITE IP
104.40.218.94
LOAD TIME
0 sec
SCORE
6.2
Michaël's coding thoughts | blog.hompus.nl Reviews
https://blog.hompus.nl
In this blog I, Michaël Hompus, try to blog my experiences on Microsoft technologies I encounter while working on a variety of projects.
SQL | Michaël’s coding thoughts
http://blog.hompus.nl/category/sql
Because I like to share knowledge. Posts from the ‘SQL’ Category. Backup your Azure SQL Database to Blob Storage using code. Filtering on a tinyint with Entity Framework. Joining an IQueryable with an IEnumerable. Keeping your SharePoint 2010 development databases small. Introducing Sandboxable: use your favorite (Azure) NuGet packages in a sandbox environment. Attending the Microsoft Build 2016 conference. My road to MCSD: Universal Windows Platform. Steven Van de Craen. By The Theme Foundry.
Filtering on a tinyint with Entity Framework | Michaël’s coding thoughts
http://blog.hompus.nl/2013/01/21/filtering-on-a-tinyint-with-entity-framework
Because I like to share knowledge. Filtering on a tinyint with Entity Framework. When writing .NET code to access a SQL database we often rely on the Entity Framework (EF). The EF makes it very easy to retrieve data from the database by generating a SQL Query for us. But we shouldn't trust it blindly as the EF can also generate a bad query. It will return the correct data yes, but at what performance cost? In my case the SQL column "HasSong" is a tinyint. EF translates this to a Byte Structure. I just ha...
Make pull-down-to-refresh work with a Windows Phone virtualizing list control | Michaël’s coding thoughts
http://blog.hompus.nl/2015/02/04/make-pull-down-to-refresh-work-with-a-windows-phone-virtualizing-list-control
Because I like to share knowledge. Make pull-down-to-refresh work with a Windows Phone virtualizing list control. The other day I was working on a Windows Phone app. I wanted to add a pull down to refresh panel to a large list of images. Just like the Facebook and Twitter apps have. Pull-to-refresh in the Twitter app. Image by David Washington. As Microsoft does not provide this functionality in their default controls I started searching the web if somebody else has build something like this already.
PowerShell | Michaël’s coding thoughts
http://blog.hompus.nl/category/powershell
Because I like to share knowledge. Posts from the ‘PowerShell’ Category. Hyper-V VM’s missing in Windows 10 (Insiders Build, Slow Ring). Migrating a catch-all maildir to Office 365. Configure people picker over a one-way trust using PowerShell. Introducing Sandboxable: use your favorite (Azure) NuGet packages in a sandbox environment. Attending the Microsoft Build 2016 conference. My road to MCSD: Universal Windows Platform. JSON on a diet how to shrink your DTO’s Part 2: Skip empty collections.
Project Server | Michaël’s coding thoughts
http://blog.hompus.nl/category/project-server
Because I like to share knowledge. Posts from the ‘Project Server’ Category. Microsoft extends support for WSS 3.0, SharePoint 2007 and Project Server SP1. Prevent user to recall or delete a timesheet after approving. WSS 30, SharePoint 2007 and Project Server SP1 support ends soon. SharePoint 2010 and Project Server 2010 System Requirements. Pitfall: Using the SiteData Web Service to get the Site GUID. An addition to the Project Server 2007 SDK (Part 2). Using app.config with Project Server Events.
TOTAL PAGES IN THIS WEBSITE
16
captcha – c-hekje.nl
http://www.c-hekje.nl/2015/05/captcha
De wondere wereld van IT door de ogen van een leek. Laatst kreeg ik de tip: “Voeg even captcha’s toe aan je site, geeft iets minder spam.”. Captcha’s? Wat zijn dat nou weer? Afijn, ik ging op onderzoek uit en zoals vaak gaf Wikipedia me een definitie:. Uringtest to tell c. Part: een reactietest die in de gegevensverwerking wordt gebruikt om te bepalen of er al dan niet sprake is van een menselijke gebruiker. Als je ze vaker gezien hebt, zijn ze gewoon ronduit irritant (Wat moet ik overtypen? Mensen op mi...
Powershell | Event-Horizon NL
https://event-horizon.nl/category/powershell
SQLite gebruiken in Powershell. 8212; Michel @ 13:41. SQLite is een kleine lichtgewicht database, waarbij de database opgeslagen wordt in een file. Het hele systeem bestaat uit een DLL en er is ook een ADO.Net versie. Deze ADO.Net versie is heel simpel vanuit Powershell te gebruiken. Hier een script om een database aan te maken:. Add-Type -Path “C: Program Files System.Data.SQLite bin System.Data.SQLite.dll”. Cn = New-Object -TypeName System.Data.SQLite.SQLiteConnection. Sql = “select * from Connec...
mei | 2011 | Event-Horizon NL
https://event-horizon.nl/2011/05
SQLite gebruiken in Powershell. 8212; Michel @ 13:41. SQLite is een kleine lichtgewicht database, waarbij de database opgeslagen wordt in een file. Het hele systeem bestaat uit een DLL en er is ook een ADO.Net versie. Deze ADO.Net versie is heel simpel vanuit Powershell te gebruiken. Hier een script om een database aan te maken:. Add-Type -Path “C: Program Files System.Data.SQLite bin System.Data.SQLite.dll”. Cn = New-Object -TypeName System.Data.SQLite.SQLiteConnection. Sql = “select * from Connec...
Over mij – c-hekje.nl
http://www.c-hekje.nl/over-mij
De wondere wereld van IT door de ogen van een leek. Geef een reactie Reactie annuleren. Het e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd met *. Met trots ondersteund door WordPress. Thema: sela door WordPress.com.
Visual Studio | hoek.software
http://www.hoek.software/tag/visual-studio
Sharing my headache moments. Share Visual Studio Workspace settings with your teammates. Tags: NuGet package restore. You often see the NuGet packages checked into TFS. This is an unnecessary waste of space, because you can ‘tell’ the build server to download the NuGet packages at build time. You can do this by enabling NuGet package restore at solution level. Click on the image to enlarge). Click on the image to enlarge). The Visual Studio Workspace. Click on the image to enlarge). Share Visual Studio W...
Powershell | Event-Horizon NL
https://event-horizon.nl/tag/powershell
SQLite gebruiken in Powershell. 8212; Michel @ 13:41. SQLite is een kleine lichtgewicht database, waarbij de database opgeslagen wordt in een file. Het hele systeem bestaat uit een DLL en er is ook een ADO.Net versie. Deze ADO.Net versie is heel simpel vanuit Powershell te gebruiken. Hier een script om een database aan te maken:. Add-Type -Path “C: Program Files System.Data.SQLite bin System.Data.SQLite.dll”. Cn = New-Object -TypeName System.Data.SQLite.SQLiteConnection. Sql = “select * from Connec...
raspberry pie – c-hekje.nl
http://www.c-hekje.nl/2015/06/raspberry-pie
De wondere wereld van IT door de ogen van een leek. 125 gr. zachte roomboter, 200 gr. witte basterdsuiker, 250 gr bloem (gezeefd), 2 eieren gesplitst (eiwit wordt niet gebruikt), 2 doosjes frambozen, 50 gr. witte chocolade en 1 bakje mascarpone. Je raadt het al, hier moet ik aan denken als ik mensen hoor praten over een. Uiteraard schrijf je het niet zo en bedoelen ze geen frambozentaart. Maar wat dan wel en waarom is dit zo hot en happening in IT land? En gezien het succes van de RP kunnen anderen natuu...
TOTAL LINKS TO THIS WEBSITE
71
Homopedia – portal opinii
Homopedia – portal opinii. Drodzy Czytelnicy i współredaktorzy. Od samego początku misją Homopedii było rzetelne informowanie o faktach oraz integrowanie społeczności LGBT wokół wspólnego dzielenia się wiadomościami. Dążąc do pełnej realizacji tej misji nie ustajemy w poszukiwaniu nowych form jej realizacji. Jeśli wiesz o czymś co powinno zostać pokazane zamieść link w naszym serwisie. Niedziela, grudnia 02, 2012. Udostępnij w usłudze Twitter. Udostępnij w usłudze Facebook. Udostępnij w serwisie Pinterest.
Homoware.dk
Torsdag den 21. april 2011. Når Homoware sægler kondomer, skriver vi, at de altid både er CE godkendte og lovlig. Men hvad betyder en CE godkendelse egenligt? Der er certificeret med nummeret CE0120 er et dårligere kondom end Unilatex. 1 Tjek datoen på pakken (kondomer må ikke blive for gamle). 3 Tjek at kondommet er CE-mærket. Det er din garanti for at pruduktet er lovligt og kontrolleret. Alle kondomer vi sælger hos Homoware er naturligvis godkendte og sikre. Generelt anbefaler vi, at man, ganske som t...
Homoware.se
Torsdag 24 juni 2010. Som ni kanske har märkt finns ett stort urval bögporr. Hos oss på Homoware.se. De är uppdelade i olika kategorier för att göra det lättare för er kunder att hitta rätt. Dessutom har vi nu en helt ny kategori där alla porrfilmer med trailers. Ligger. Vi har samlat dem så du enkelt kan få ett smakprov innan du handlar. En annan nyhet är att vi nu har ett stort beställningssortiment av riktiga kvalitetsfilmer från Dark Alley. Dessutom finns det en rejäl omgång billiga porrfilmer. Av nå...
hompay.com
This domain is expired. If you are the domain owner please click here to renew it. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).
Homplex | Blog homplexowy
Konkurs Homplexowe Wnętrza ruszył pełną parą. Zapowiadany wcześniej na blogu konkurs udało nam się uruchomić w połowie czerwca. Zaprosiliśmy do niego Partnerów z branży wyposażenia wnętrz i naszej rodzimej informatycznej. O tym, kto zdecydował się na sponsorowanie konkursu dowiesz się na stronie Partnerzy. Komentowanie nie jest możliwe. Cloud, Cloud Computing – buzz wordy. Komentowanie nie jest możliwe. Fioletowa sypialnia – esencja pragnienia. Może tego właśnie pragniemy w sypialni? Otwieramy rejestracj...
Michaël's coding thoughts
Michaël's coding thoughts. Because I like to share knowledge. Make pull-down-to-refresh work with a Windows Phone virtualizing list control. The other day I was working on a Windows Phone app. I wanted to add a “pull down to refresh” panel to a large list of images. Just like the Facebook and Twitter apps have. Pull-to-refresh in the Twitter app. Image by David Washington. I found a blog post by Jason Ginchereau. Where he provided this functionality for Windows Phone 7. In my app I use an ItemsControl.
Недвижимость в Казахстане | Блог Homsters.kz
Блог о недвижимости Казахстана. Email-рассылка по районам, поездки с Uber и другие обновления Homsters.kz. В преддверии Нового года команда Homsters.kz сделала ряд важных и полезных для покупателей недвижимости обновлений. Итак, по порядку:. January 4, 2017. 5 факторов, которые влияют на формирование цены в новостройках. Сравнивая цены на жилье в новостройках, покупатели часто задаются вопросом почему у, казалось бы, похожих жилых комплексов стоимость квадрата существенно отличается? December 26, 2016.
<ブログ版>企業の法律問題を解決!法務ネット
では企業の法律問題を解決するための各種Q A FAQ を公開しています。 詳しくは Q A版法務ネット の 川内康雄の自己紹介. By longchamp outlet (08/11). By custom football jerseys (08/09). By longchamp bags (07/26). By jordan retro shoes (07/25). By nike sneakers (07/23). By www.urgentcreditrepair.com. Rudy Project Exception ルディプロジェクト エクセプション. 法律相談やご意見、ご質問等がございましたら、 法務ネット の お問い合わせコーナー. お気軽に 法務ネット の お問い合わせ. 詳しくは本家 法務ネット の 弁護士川内康雄の取扱分野 業務内容. Posted by 川内康雄 at 18:22 TrackBack(0). Posted by 川内康雄 at 18:20 TrackBack(0). Posted by 川内康雄 at 17:00 TrackBack(0).
ホムペ ドットビズ
企業ID ブログID パスワード を入力して、 ログイン ボタンをクリックして下さい。 キーボードの左上の方にある 半角 全角 キーで切り替えができます。 株式会社 中川 507-0054 岐阜県多治見市宝町3-97. お問い合わせ TEL 0572-25-4511 平日 9:00 19:00. HP:http:/ www.nakagawa.biz http:/ www.homupe.biz.
homyMuJo’s Weblog | Milestone of Our Marriage Life
Milestone of Our Marriage Life. August 27, 2014. My dearest wife has just delivered another baby girl! This is also a natural childbirth. Well done to Dorothy! At weight of 2.7kg, baby Dayenne is not too much lighter than her sister. Grow in love of your family! April 11, 2011. Baby Dionne arrived after mummy painful contraction for about 3 hours before applying epidural as pain killing. She’s born naturally! April 10, 2011. April 3, 2011. Javier loves the chicken wing too! Javier Learns to Cook. After d...
SOCIAL ENGAGEMENT