
blog.deltacode.be
Deltacode BlogA web developer's blog by David De Sloovere
http://blog.deltacode.be/
A web developer's blog by David De Sloovere
http://blog.deltacode.be/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
2.2 seconds
16x16
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
13
SITE IP
137.117.224.218
LOAD TIME
2.234 sec
SCORE
6.2
Deltacode Blog | blog.deltacode.be Reviews
https://blog.deltacode.be
A web developer's blog by David De Sloovere
NuGet package restore fail TFS Build Server | Deltacode Blog
http://blog.deltacode.be/2012/07/10/nuget-package-restore-fails-on-tfs-build-server
Bitten by the web – A web developer's blog. NuGet package restore fail TFS Build Server. July 10, 2012. If you don’t want to check-in packages into your source control system, you can enable package restore. This will automate the download of packages during build, if packages aren’t on the machine yet. NuGet package restore from build server – not downloading packages. The log file showed the command that was run:. C:Builds1TeamProjectNameTeamProjectName Dev CISources.nugetnuget.exe". These are the step...
I installed ReSharper, now what? | Deltacode Blog
http://blog.deltacode.be/2013/08/14/i-installed-resharper-now-what
Bitten by the web – A web developer's blog. I installed ReSharper, now what? August 14, 2013. The most important shortcuts. Quick fix menu when you are close to the squiggly lines. The “Refactor This” menu. Go to functionality – just start typing (in CamelHumps you’ve got skills). Page can be found on the product page. The JetBrains .NET Tools Library. Contains plenty of helpful links to get to started and keep you going. It can be found at: http:/ confluence.jetbrains.com/display/NETCOM/Home. Fix “...
Uploading a file using SFTP in C# | Deltacode Blog
http://blog.deltacode.be/2012/01/05/uploading-a-file-using-sftp-in-c-sharp
Bitten by the web – A web developer's blog. Uploading a file using SFTP in C#. January 5, 2012. Is a new library, inspired by the discontinued SshSharp, that can be used to upload files using the sftp protocol. The documentation is very limited, just some API listing, so here is a sample for file upload with SFTP and .NET/C#. Uploading a file using SFTP in C#. Creating client and connecting". Changed directory to {0}". Uploading {0} ({1:N0} bytes)". Bypass Payload error large files. You are right. Th...
Where is AssemblyVersion in file explorer Properties window | Deltacode Blog
http://blog.deltacode.be/2014/06/16/where-is-assemblyversion-in-file-explorer-properties-window
Bitten by the web – A web developer's blog. Where is AssemblyVersion in file explorer Properties window. June 16, 2014. Building an assembly this AssemblyInfo.cs file. Assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyFileVersion("2.0.4")] [assembly: AssemblyInformationalVersion("2.0.0-myinfo")]. Where do these version go. But where can the [AssemblyVersion] be found, that was set to 1.0.*? Using something like dotPeek allows you to view this version number:. Unhandled Exception: System.IO.F...Fasci...
Copy .chm locally from network and open | Deltacode Blog
http://blog.deltacode.be/2013/03/07/open-chm-from-network
Bitten by the web – A web developer's blog. Copy chm locally from network and open. March 7, 2013. How to open up an old school .CHM help file from a network path succesfully? Put the Powershell in the folder of the .CHM file and any user can launch the help file via right-click on the .PS1 and selecting ‘Run with Powershell’. Set-ExecutionPolicy might need to be called first: More on Set-ExecutionPolicy. Compare Code Analysis Rule Sets. I installed ReSharper, now what? NET Web Application Developer.
TOTAL PAGES IN THIS WEBSITE
11
ImageVault 4 MediaStreamService URL exposed on EPiServer 7.5 website « Episerver « Mathias Kunto's blog
https://blog.mathiaskunto.com/2015/03/18/imagevault-4-mediastreamservice-url-exposed-on-episerver-7-5-website
About Mathias and this blog. Mathias Kunto's blog. Will code for food. About Mathias and this blog. ImageVault 4 MediaStreamService URL exposed on EPiServer 7.5 website. I ran into a small ImageVault. 4 configuration error setting up a new testing environment for a client’s EPiServer. 75 website the other day; all of our ImageVault pubished media URLs had stopped working. Or, actually they worked just fine as long as you tried accessing them from the server. Xml version=1.0 encoding=utf-8? March 18, 2015.
DavidDeSloovere (David De Sloovere) · GitHub
https://github.com/DavidDeSloovere
Http:/ blog.deltacode.be. Aug 3, 2010. Annotations for Swashbuckle (.NET implementation of Swagger for Web API). New age globalization and localization. Formats and parses strings, dates and numbers in over 350 cultures. Seamlessly adds a swagger to WebApi projects! A bootstrap theme for the jquery-tokeninput plugin. ApprovalTest verification library for .Net. 82 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. To refresh your session.
Developer Bliss with Docker for Mac & Docker for Windows – Code with Dan Blog
https://blog.codewithdan.com/2016/06/20/developer-bliss-with-docker-for-mac-and-windows
Developer Bliss with Docker for Mac & Docker for Windows – Code with Dan Blog. Join the Code with Dan. Developer Bliss with Docker for Mac & Docker for Windows. Developer Bliss with Docker for Mac & Docker for Windows 11. This entry was posted in Docker. June 20, 2016. I’m a huge fan of Docker. And am using it a lot in various projects now. In fact the https:/ blog.codewithdan.com. Site is running in Docker containers on Azure. Three containers are used and managed with Docker Cloud. With Docker Toolbox ...
Warden vNext | Piotr Gankiewicz
http://piotrgankiewicz.com/2016/12/19/warden-vnext
It’s been quite a while since I posted the latest update of the Warden. Project designed for monitoring the resources in general. After a lot of back-end coding and refactoring, the time has come to finally focus on the new web interface implementation. And this is where the things start to become interesting (I promise). In case you’re not familiar what Warden. Is about, please take a look either at its landing page. Or at the repository. Where you can find a detailed documentation. Name ": "admin "}".
Automated migration of legacy language files to database initialization classes for the EPiServer language tool « Episerver « Mathias Kunto's blog
https://blog.mathiaskunto.com/2015/03/19/automated-migration-of-legacy-language-files-to-database-initialization-classes-for-the-episerver-language-tool
About Mathias and this blog. Mathias Kunto's blog. Will code for food. About Mathias and this blog. Automated migration of legacy language files to database initialization classes for the EPiServer language tool. I wrote a small console application to ease the migration of the old EPiServer. Language files generating language tool initialization classes. These classes are used by the database based language tool. From a previous article. Source code at GitHub. Subscribe to the comments on this post.
PowerShell script example for copying correct configs based on server machine name in multi server environment « Episerver « Mathias Kunto's blog
https://blog.mathiaskunto.com/2015/04/11/powershell-script-example-for-copying-correct-configs-based-on-server-machine-name-in-multi-server-environment
About Mathias and this blog. Mathias Kunto's blog. Will code for food. About Mathias and this blog. PowerShell script example for copying correct configs based on server machine name in multi server environment. As a complement to the previous article on Extending EPiServer MSBuild config transforms to provide server specific configuration for TCP EventReplication and Licenses. I wrote a small Windows PowerShell. Copying files with PowerShell based on environment computer name and regex. Parameter of eac...
Encrypting connectionStrings for ImageVault Core « Episerver « Mathias Kunto's blog
https://blog.mathiaskunto.com/2015/04/18/encrypting-connectionstrings-for-imagevault-core
About Mathias and this blog. Mathias Kunto's blog. Will code for food. About Mathias and this blog. Encrypting connectionStrings for ImageVault Core. Encrypting sensitive information in configuration files seems rather obvious when working with web development. In my current project I got a chance to implement the use of ImageVault. 4 in our EPiServer. 8 website, and started looking into how I would go about encrypting the connectionStrings file. RSA encryption on ImageVault Core’s connectionStrings.
Extending EPiServer MSBuild config transforms to provide server specific configuration for TCP EventReplication and Licenses « Episerver « Mathias Kunto's blog
https://blog.mathiaskunto.com/2015/04/11/extending-episerver-msbuild-config-transforms-to-provide-server-specific-configuration-for-tcp-eventreplication-and-licenses
About Mathias and this blog. Mathias Kunto's blog. Will code for food. About Mathias and this blog. Extending EPiServer MSBuild config transforms to provide server specific configuration for TCP EventReplication and Licenses. I encountered an issue this week setting up the production environment for my current client, as it turned out that we would not be able to use EPiServer. 8216;s UDP multicasting. As a supplement to EPiServer’s MSBuild configuration transformations. MyProject.Web [MSBuild] Serve...
David De Sloovere - Ghent, Belgium | about.me
https://about.me/DavidDeSloovere
I'm throwing so many null references, I feel like a nullionaire. Web application and framework developer at Natch Europe. Fascinated by information technology and "all things internet". I love http, speak html, breathe .net and think architecture.
TOTAL LINKS TO THIS WEBSITE
13
Delta Maths Blog
blog.DeltaBahn.com
Brian Kennemer awarded MVP Status by Microsoft! April 6th, 2012 by Bob Cantwell. Brian was recently “re-awarded” MVP status on April 1. But he has been working with Microsoft Project since 1997 and was a Project MVP from 1999 to 2005. Brian had to give up his MVP Status when he joined Microsoft Consulting’s EPM Practice. Brian’s community work is how he earned the MVP title, including co-authoring Using Microsoft Project 2010. MVPs are independent experts who are offered a close connection with people at...
DeltaBid Blog: News & Procurement Management Tips
Where Procurement Shines: Making the Right Choice. October 25, 2016. This series of articles. Focuses on one of the most strategic activities at every company and indeed on every team: making decisions. We’ve explored how the building blocks of decision-making defining goals and developing options are exercised and honed daily by sourcing and procurement. The Strategic Procurement Skill of Developing Options. October 18, 2016. A Goal Focus: Graduating from Resources to Results. October 11, 2016. One of t...
Blog Delta Bordados - Dicas sobre Bordado Computadorizado : Delta Bordados
Blog Delta Bordados - Dicas sobre Bordado Computadorizado. Faça a busca. Por todo o site. Um bordado que leva seis meses para . Com o aumento da tecnologia e com a praticidade, rapidez e agilidade das máquinas de bordar eletrônicas, como a Brother Pe 770 e a Bernina Deco 340, muitas pessoas passaram a desenvolver peças com bordados computadorizados e tiveram então uma nova profissão e uma nova fonte de renda. No entanto, mesmo com toda a tecnologia […]. Sugestões de bordados para roupinha. Sabe-se que o ...
Blog de Delta Cocinas
El Blog de Delta Cocinas. 20 mayo, 2013 – 8:56. Idprestige Design Architecture Savoir-faire Art Décoration Avril-Mai 2013. Está presente con el Modelo Artica en la Revista idprestige. Enviar a un amigo. MAROC, Inauguración de una nueva tienda de Delta en Casablanca. 7 mayo, 2013 – 8:51. MAROC, anuncia nueva tienda Delta en Casablanca. Asistieron diversas autoridades locales, así como los miembros de la Oficina Económica de la Embajada de España en Casablanca. Enviar a un amigo. 15 abril, 2013 – 8:47.
Deltacode Blog
A web developer's blog by David De Sloovere. Page 1 of 4. Older Posts →. Find repos with unpushed commits using PowerShell. Want to format your hard drive to reinstall Windows? Make sure you have pushed all commits to the server using this online. Run this PowerShell command ». Fix slow startup of ASP.NET MVC 5 on Azure App Services. You've deployed your MVC 5 website to Azure App Service (via Team Services); with pride you visit the site and start clicking. But wait, it's so ». Page 1 of 4.
DELTACONCEPTS Internetagentur | Werbeagentur Offenburg
HOMEPAGE & WEBSITE. HOMEPAGE & WEBSITE. Aktuelles aus der Agentur. Wir gestalten benutzerfreundliche Websites und entwickeln technisch optimierte Webanwendungen und E-Commerce-Systeme. Deltaconcepts ist eine inhabergeführte Werbe- und Internetagentur. Wir wissen, wie das Web funktioniert und wir sind technikaffine Tüftler. Nutzen Sie unser Know-how! Windows 10 - der Vieltelefonierer mit großem Heimweh :-). Vor 3 Wochen geschrieben von Deltaconcepts ·. Patchday: Adobe dichtet Flash und Shockwave ab. Siebe...
Блог | ДельтаКредит
9 способов получить скидку на квартиру. Купить квартиру можно дешевле мы собрали для вас способы сэкономить, не лишая себя комфорта. Планировка в квартире-студии: три варианта. Как дизайнер, я много рисую и один из любимых этапов в работе это создание планировочного решения квартиры. Часто застройщики предлагают квартиры свободной планировки и/или в комнате можно сделать. Гороскоп на 2017 год. Как украсить дом к Новому году? Вопрос-ответ: как купить квартиру на аукционе? Двадцать пять лет назад выпускник...
Delta Dental of Minnesota Blog
Delta Dental of Minnesota. 24 things more expensive than dental insurance. Article Posted on: 12 Jan 2017. 24 things more expensive than dental insurance. Historic 1945 news article shows just how far dentistry has come. Going to the dentist. Visiting the dentist is fun! Below, Dental Hygienist Leah explores what kids can expect to see and experience at their very first dental appointment. Visiting the dentist is fun! Below, Dental Hygienist Leah explores what kids can expect to see and experience at the...
Delta Dental of South Dakota Blog – A benefit for everyone!
Delta Dental of South Dakota Blog. A benefit for everyone! 7% of SD Kids Missed School Because of Teeth or Mouth Problems. Back to School Dentist Visits Encouraged The latest … Read More. South Dakota Smile Profile: Austin’s Story. Almost every day, Delta Dental’s mobile dental staff sees … Read More. Dental Insurance 101 [INFOGRAPHIC]. We know insurance can be awfully confusing. But benefits … Read More. South Dakota Parents: Get Your Baby to the Dentist by 1. 8 Ways to Drink 8 Glasses of Water. Almost ...
blog.deltadentalwi.com | News and notes from Delta Dental of Wisconsin
News and notes from Delta Dental of Wisconsin. News and Notes from Delta Dental of Wisconsin. Delta Dental of Wisconsin is Committed to Helping Our Community. August 14, 2015. At Delta Dental of Wisconsin (DDWI), it’s our mission to improve oral health and wellness, and we pride ourselves on giving back to our Wisconsin communities. We recently sat down with Sue Shulfer, our director of human resources, to talk …. Continue reading →. Delta Dental of WI. Delta dental of wisconsin. August 6, 2015. From wor...
SOCIAL ENGAGEMENT