more… This article explains about Windows 10 with SDK installation steps, features, prerequisites, and integration in Visual Studio 2015. We are going to discuss the Windows 10 SDK (Software Development Kits), features, prerequisites, system requirements and integration in Visual Studio 2015. Windows 10 SDK The SDK contains a collection of libraries and tools available that you can use for new app creation and to run the apps on the Windows Platform. It enables you to build the Universal Windows Apps and Desktop Apps in Windows...
Continue reading
June 27, 2016 techsupport
Blog, Tech
more In this article, we will discuss how we can understand the Universal Windows platform, prerequisites. setting up the environment, and so on. When I was starting to learn UWP apps, I didn’t have Windows 10 OS, but now I have bought Windows 10 licensed software from the Microsoft...
Continue reading
June 27, 2016 techsupport
Blog, Tech
more Getting Started With SQL Server Necessary Environment To work with any DBMS, we usually have to have at least 4 components: Database Provider (Server). It reads & writes a database on HDD/SSD, renders SQL, and provides local or remote access to data. Database Management Tools (Editor). It...
Continue reading
June 27, 2016 techsupport
Blog, Tech
중국을 필두로 한 아시아 핀테크 시장의 열기가 점점 뜨거워지면서 일본의 핀테크 역시 주목받고 있습니다. 일본 야노경제연구소에 따르면 지난 2015년 일본의 핀테크 시장은 33억 9400만 엔(한화 약 363억 원)이었으며, 도쿄올림픽이 열리는 2020년에는 567억 8,700만엔(한화 약 6115억 원)까지 성장할 것으로 보입니다. 세계적인 컨설팅업체 액센츄어에 따르면, 일본은 이미 중국에 이어...
Continue reading
June 26, 2016 techsupport
Blog, Tech
more ■ 위챗(Wechat)이란? 중국에서, 특히 비즈니스를 할 때 빼놓을 수 없는 것이 있습니다. 마치 인사말처럼 묻는 이것은 바로 ‘위챗(Wechat)’. 중국 IT공룡 텐센트(Tencent)사에서 만든 인스턴트 메시징 서비스(Instant messaging service, 이하 메신저)입니다. 흔히 중국의 ‘국민 메신저’, ‘중국판 카카오톡’라고 불리는 이 메신저는 가입자수가 무려 8억 명이 넘고(추정), MAU(월간활성화이용자수)는 최근 발표된 2016년 1분기를...
Continue reading
June 26, 2016 techsupport
Blog, Tech
AngularJS is a JavaScript framework. It can be added to an HTML page with a <script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. AngularJS Extends HTML AngularJS extends HTML with ng-directives. The ng-app directive defines an AngularJS application. The ng-model directive...
Continue reading
June 24, 2016 techsupport
Blog, Tech
<!DOCTYPE html> <html lang=”en-US”> <script src=”http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js”></script> <body> <div ng-app=””> <p>Name : <input type=”text” ng-model=”name”></p> <h1>Hello {{name}}</h1> </div> </body> </html>
Continue reading
June 24, 2016 techsupport
Blog, Tech
AngularJS Tutorial AngularJS extends HTML with new attributes. AngularJS is perfect for Single Page Applications (SPAs). AngularJS is easy to learn. Learn AngularJS now!
Continue reading
June 24, 2016 techsupport
Blog, Tech
Media Streaming Devices Buying Guide As more and more content becomes available online, having a home theater that can take advantage of that content becomes all the more important. An easy way to get your TV online is with a streaming media device, which not only connects your...
Continue reading
June 24, 2016 techsupport
Blog, Tech
Make sure you are not using short tags in the PHP file (<?), these are deprecated not enabled on all servers by default. Use <?php instead (or enable short tags in your php.ini with short_open_tag=On if you have code that relies on them).
Continue reading
June 24, 2016 techsupport
Blog, Tech