ETABAKOV.COM
Code !tA blog about software engineering using .NET Framework, Telerik products and other similar kind of tools and frameworks.
http://www.etabakov.com/
A blog about software engineering using .NET Framework, Telerik products and other similar kind of tools and frameworks.
http://www.etabakov.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.4 seconds
16x16
32x32
NA
EMIL TABAKOV
NE ●●●VAM
BU●●AS , BURGAS, 8000
BG
View this contact
NA
EMIL TABAKOV
NE ●●●VAM
BU●●AS , BURGAS, 8000
BG
View this contact
NA
EMIL TABAKOV
NE ●●●VAM
BU●●AS , BURGAS, 8000
BG
View this contact
13
YEARS
6
MONTHS
17
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
18
SITE IP
216.58.195.83
LOAD TIME
0.352 sec
SCORE
6.2
Code !t | etabakov.com Reviews
https://etabakov.com
A blog about software engineering using .NET Framework, Telerik products and other similar kind of tools and frameworks.
etabakov.com
Code !t: Copy and Paste made easier in Sitefinity by eVeliko
http://www.etabakov.com/2013/02/copy-and-paste-made-easier-in.html
Sharing my experience from the every day development. Monday, February 4, 2013. Copy and Paste made easier in Sitefinity by eVeliko. If you have similar problem - I highly recommend at least trying eVeliko's offering. Moreover, If you really like it and it will pay its price for a day - just check out the price. Posted by Емил Табаков. Subscribe to: Post Comments (Atom). The most unappreciated feature in Sql Server 2008? Adding microdata format to your blog posts with Sitefinity. HOWTO: Generate C# reque...
Code !t: July 2011
http://www.etabakov.com/2011_07_01_archive.html
Sharing my experience from the every day development. Saturday, July 9, 2011. Simple trick to make your code more readable. Recently I read the following post by Martin Fowler: http:/ martinfowler.com/bliki/FlagArgument.html that advocates for making boolean parameters more readable. He gives some great advises, but some times they involve too much code refactoring or produce lots of methods that are basically the same. ReserveSeat(aCustomer, true);. I would rather use:. Posted by Емил Табаков.
Code !t: HOWTO: Generate C# request object for GitHub hooks
http://www.etabakov.com/2013/02/howto-generate-c-request-object-for.html
Sharing my experience from the every day development. Tuesday, February 12, 2013. HOWTO: Generate C# request object for GitHub hooks. This week I needed to create a web service for synchronizing changes from GitHub repository into our internal environment. This is easily achievable using two great tools, I just came across. After I got the json object, I used another awesome tool that I'm going to keep in my bookmarks: http:/ json2csharp.com/. Posted by Емил Табаков. Subscribe to: Post Comments (Atom).
Code !t: February 2013
http://www.etabakov.com/2013_02_01_archive.html
Sharing my experience from the every day development. Thursday, February 21, 2013. My favorite #likethemost features in Sitefinity 5.4 release. Some time ago, Sitefinity Team asked the community "What is your favorite improvement? Output caching for RSS. Automatically invalidate browser cache of the theme CSS files when files were changed on the server. Decreased and optimized the client scripts server by Sitefinity public widget. Mapping external templates to a widget, created by the Module Builder.
Code !t: Visual Studio 2012 and JustCode shortcuts cheat sheet
http://www.etabakov.com/2012/11/visual-studio-2012-and-justcode.html
Sharing my experience from the every day development. Tuesday, November 13, 2012. Visual Studio 2012 and JustCode shortcuts cheat sheet. I hate using the mouse! It distracts me from what I’m doing and slows me down. The best way to avoid using the mouse are keyboard shortcuts. Luckily, Visual Studio comes with lots of them and JustCode. Adds even more. I use many of them, but occasionally during a pair programming session I find myself asking my peer “How you did this? Posted by Емил Табаков. Some of the...
TOTAL PAGES IN THIS WEBSITE
19
Vasil Trifonov's Blog: January 2015
http://www.vtrifonov.com/2015_01_01_archive.html
Problems and Solutions in .NET. Wednesday, January 14, 2015. Sometimes I need to convert GUIDs without dashes to GUIDs with dashes or vice versa, so I've created this small page to help me with the conversion. Subscribe to: Posts (Atom). Subscribe To Vasil Trifonov's Blog. NativeScript Angular 2: How to fix TNSLabel error. Pavel Donchev's blog on Software Technologies. Windows Registry file (.reg) doesn't register key. View my complete profile. There was an error in this gadget.
Vasil Trifonov's Blog: May 2015
http://www.vtrifonov.com/2015_05_01_archive.html
Problems and Solutions in .NET. Friday, May 22, 2015. Recently I needed to execute xUnit. Tests with MSBuild, so I've spent some time for creating a MSBuild project running the tests. Luckily xUnit already have MSBuild tasks. So I just needed to hook it up. I wanted to search for all xUnit unit test dlls inside a folder and run the tests there. So I'm searching for xunit.core.dll. When the tests dlls are found xunit. Task is run for all of them. So here's the result .proj. Project DefaultTargets="Test" x...
Vasil Trifonov's Blog: November 2012
http://www.vtrifonov.com/2012_11_01_archive.html
Problems and Solutions in .NET. Friday, November 30, 2012. Sending stream to ServiceStack. Recently I needed to make a ServiceStack. Service which can receive big files, so I wanted to use streaming to accomplish this. Unfortunately there isn't much information about using streams with ServiceStack, so I decided to share my experience. So let's continue with the implementation of the service. This will add the dlls needed for ServiceStack. Now let's create the DTO:. Our dummy service will save the incomi...
Vasil Trifonov's Blog: April 2015
http://www.vtrifonov.com/2015_04_01_archive.html
Problems and Solutions in .NET. Friday, April 24, 2015. As in my recent work I had to deal with some configuration transformations. From C# code I've created a nuget that can be used if you want to apply a transformation programmatically. To do that you can install the ConfigurationTransformation. Package from the official nuget repository. In order to use it you can call the following from the package manager console:. The other option is to get the result content without saving it to a file:. For diffe...
Vasil Trifonov's Blog: Using WIX with managed custom action
http://www.vtrifonov.com/2012/12/using-wix-with-managed-custom-action.html
Problems and Solutions in .NET. Tuesday, December 18, 2012. Using WIX with managed custom action. Is a great toolset for creating installers. In most of the cases when you need an installer you need some custom logic to be executed. It's great that WIX supports managed custom actions. Anyway it wasn't so easy for me to make it work, so I want to share my experience. I will demonstrate it using the WIX Visual Studio add-in (version v3.7.1217.0). We will create WIX Setup project and C# Custom Action Project.
Vasil Trifonov's Blog: September 2013
http://www.vtrifonov.com/2013_09_01_archive.html
Problems and Solutions in .NET. Tuesday, September 17, 2013. How to build a specific projects from a solution with MSBuild. Sometimes you want to build only a single project, or a list of projects from a solution without building the whole solution with MSBuild. To do so, you can use custom build targets. You need to add a custom build target for every project you want to build containing the relative path in solution structure of the project (.csproj/.vproj). Here is a simple project structure:. Subscri...
Vasil Trifonov's Blog: Online GUID converter
http://www.vtrifonov.com/2015/01/online-guid-converter.html
Problems and Solutions in .NET. Wednesday, January 14, 2015. Sometimes I need to convert GUIDs without dashes to GUIDs with dashes or vice versa, so I've created this small page to help me with the conversion. Subscribe to: Post Comments (Atom). Subscribe To Vasil Trifonov's Blog. NativeScript Angular 2: How to fix TNSLabel error. Pavel Donchev's blog on Software Technologies. Windows Registry file (.reg) doesn't register key. View my complete profile. There was an error in this gadget.
Vasil Trifonov's Blog: Small helper tool for configuration transformations
http://www.vtrifonov.com/2015/04/small-helper-tool-for-configuration.html
Problems and Solutions in .NET. Tuesday, April 21, 2015. Small helper tool for configuration transformations. In my daily work I often use configuration transformations. Small tool helping with the usage of the configuration transformations. Passing solution, existing transformation and the new transformation the tool will go through all the projects in the solution and check for configuration files having the existing transformation and will add new transformation copying the files from the existing.
Vasil Trifonov's Blog: December 2012
http://www.vtrifonov.com/2012_12_01_archive.html
Problems and Solutions in .NET. Tuesday, December 18, 2012. Using WIX with managed custom action. Is a great toolset for creating installers. In most of the cases when you need an installer you need some custom logic to be executed. It's great that WIX supports managed custom actions. Anyway it wasn't so easy for me to make it work, so I want to share my experience. I will demonstrate it using the WIX Visual Studio add-in (version v3.7.1217.0). We will create WIX Setup project and C# Custom Action Project.
TOTAL LINKS TO THIS WEBSITE
18
Kuřácké potřeby - Etabak.com
Při doručování objednávky bude kontrolována plnoletost pomocí dokladu totožnosti. Doručení je možné pouze do vlastních rukou adresáta. Pokud je adresát odlišný od objednávajícího, je nezbytné do poznámky uvést datum narození adresáta. Prohlašuji, že jsem starší 18 let a jsem si vědom(a), že tyto stránky obsahují informace o. Tabákových výrobcích a kuřáckých pomůckách, jejichž prodej podléhá omezení podle. Č65/2017 Sb. o ochraně zdraví před škodlivými účinky návykových látek. Zavolejte nám: 420 777 593 840.
Вейп шоп (VapeShop). Купить электронную сигарету в интернет магазине Etabak
JoyeTech eVic VTC Dual. JoyeTech eGo AIO D22 XL. JoyeTech eGo AIO Pro C. JoyeTech eGo ONE Mega V2. JoyeTech eGo ONE XL V2. Signs and Solaris 30мл. 3GER FTMN 60мл Throne 30/70. Pixel Hit 60мл 30/70. Cloud Range 10мл 30/70. Аккумуляторы 18650 and зарядные. Вейп шоп Etabak: электронные сигареты, жидкости и аксессуары. Обслуживаемый атомайзер Ehpro Bachelor II RTA (4мл). Joyetech ATOPACK PENGUIN SE. Joyetech eVic Primo с атомайзером UNIMAX 25. Жидкость FTMN Sugar Berry 60мл. Жидкость Throne Fanta Mango 30мл.
еТабак - интернет-магазин электронных сигарет и жидкостей для них
Жидкость для ЭС еТабак. 201410.01 Скорое начало оптовых продаж. В Вашем городе не продают электронные сигареты? Или цены так высоки, что приходится заказывать электронные сигареты, клиромайзеры, батарейки и жижу в других городах и странах, ждать посылку месяц и больше? Тогда почему бы Вам не открыть свой интернет-магазин по продаже электронных сигарет? Мы с удовольствием Вам в этом поможем. В помощь владельцам магазинов. Пример этого вы можете видеть здесь. У вас есть свой интернет-магазин? Если нет, пре...
Welcome to KeyBox!
To guide and encourage persons with developmental disabilities to achieve the highest level of employment satisfaction. Employment Through Adaptation believe that every person has skills and abilities that may developed and they should not be denied any opportunities due perceived disabilities.
イータバコの口コミ、評判から効果を徹底検証!
Code !t
Sharing my experience from the every day development. Tuesday, September 5, 2017. Generating a barcode in a NativeScript application. NativeScript is a great platform for building cross-platform mobile applications that I'm currently working on. One problem that I had to solve recently was how to generate a barcode in a NativeScript I'm currently building. Another approach that I found more appropriate is to use a barcode font. The steps for implementation are very similar:. After than create a Label wit...
Etabal Çelik Servisi | Anasayfa
ÇELİK SERVİSİ LTD. ŞTİ. 1998 Yılında sektöre daha iyi hizmet verebilmek için ETABAL ÇELİK SERVİSİ'ni kurduk. ETABAL ÇELİK SERVİSİ NOSAB bölgesindeki merkezimizde 9.000 m , Hacıvat bölgesindeki şubemizde 5.000 m olmak üzere toplam 14.000 m kapalı alanda rulo acma, rulo dilme, açık profil çekme hatları (Destek Sacı, Ray Sacları ve diğer Özel ürünler). RULO SAC BOY KESME. Etabal Çelik Servisi Ltd. Şti. 2012. NOSAB 117. Sk No:15 Nilüfer BURSA / TÜRKİYE. 90 224 411 12 12 pbx. 90 224 342 22 00 pbx.
Etabal Arı Ürünleri I Bal Çeşitleri ve Arı Sütü
Türkiye'nin en köklü ham bal. 1985 yılından bu yana. Insan sağlığını birincil önceliğe koyarak tüketiciyle buluşturmaktadır. Ürünlerimiz; geleneksel yöntemlerle, Türkiye'nin zengin bitki çeşitliliğine sahip yüksek yaylalarında üretilmektedir. ETABAL Premium 1200 gr. ETABAL Premium 800 gr. ETABAL Karakovan Petek Bal (BP5) 1400 gr. ETABAL Premium Özel Karışım Kürü 720 gr. ETABAL Özel Karakovan Karışım Kürü 720 gr. ETABAL Özel Karakovan Balı (B7) 1000 gr. ETABAL Karakovan Çiçek Balı (B5) 1000 gr.
ETABAO : อีตาเบา สินค้านักเรียนไทย ค้าขายออนไลน์ |
การส งซ อส นค า. ว ธ การจ ดส ง. ว ธ การชำระเง น. ว ธ การส งซ อ. ต ดต อท มงานอ ตาเบา. ม ส นค ามาฝากขาย. ข อม ลทะเบ ยนพาณ ชย. ก จกรรมส งเสร มอาช พ. ป ยใบเบา ป ยหม กจากใบไม. สหกรณ ร านค า ตาเบาว ทยา. อ ดมการณ แจ วแซ บขนมจ น. เส อสกร น ว ฒนธรรมประชาชน. ดนตร ก ฬา ศ ลปะ. ว ทยาศาสตร -คณ ตศาสตร. หน งส นตาเบาว ทยา. ส นค าตาเบาว ทยา. ส นค าโรงเร ยนเคร อข าย. ความร ด จ ท ลคอนเทนต. Jan 25th, 2017 · 0 Comment. นายกฯ แนะคนไทย 4.0 ค ออย างไร ทำอย างไรจะเป นคนไทย 4.0 เพ อก าวส ไทยแลนด 4.0. Feb 3rd, 2017. Jan 24th, 2017.
SOCIAL ENGAGEMENT