-
Singularity
Singularity A video about Ray Kurzweil: http://hot.ynet.co.il/home/0,7340,L-11605-96884,00.html
-
About ProgrammableWeb
About ProgrammableWeb As the the world’s leading source of news and information about Internet-based application programming interfaces (APIs), ProgrammableWeb.com is known as the Web’s defacto journal of the API economy. Since it was founded in 2005, ProgrammableWeb has been chronicling the daily evolution of the global API economy while amassing the Web’s most…
-
12 Useful tools for Marketing Managers
12 Useful tools for Marketing Managers http://www.geektime.co.il/12-tools-for-marketing-or-pr-persons/
-
Dynamically executing code in .Net
Dynamically executing code in .Net Dynamic code execution is a powerful feature that allows applications to be extended with code that is not compiled into the application. Users can customize applications and developers can dynamically update code easily. In this article, Rick takes a look what it takes to execute code dynamically with the .Net…
-
JTAG / RGH XBox applications collection
JTAG / RGH XBox applications collection PC Applications : ▪ Exiso GUI : an application that allows extraction of xbox ISO and ISO creation from a folder containing extracted files. ▪ ISO2GOD : an application that allows GOD (GameOnDemand) conversion of xbox ISO. ▪ GOD2ISO : an application that allows xbox ISO conversion of…
-
Bulk Copy Program – BCP SQL
Bulk Copy Program – BCP SQL Bulk Copy Program (BCP) – command-line tool used to import or export data against a Microsoft SQL Server or Sybase database. The tool is often more efficient than more recent GUI-based applications, such as DTS, to import and extract data. Resources: http://en.wikipedia.org/wiki/Bulk_Copy_Program http://databases.about.com/od/sqlserver/a/bcp.htm http://sqlfool.com/2008/12/bcp-basics/
-
Experience Index scores in Windows
Method 01: 01 – Open command prompt – cmd. 02 – Enter: winsat prepop 03 – Wait till it finishes. 04 – Open PowerShell. 05 – Enter: Get-WmiObject -Class Win32_WinSAT 06 – Results: CPUScore is the score for the processors on the PC. D3DScore is the score for the 3D graphics capabilities of the PC.…
-
Chrono – chrome Download Manager
Chrono Download Manager is the first (and only) full-featured download manager that’s designed exclusively for Google Chrome. All your download managements are done inside the browser, instead of a separate download managing application. Chrono is tightly integrated with Chrome by context menus, toolbar buttons and keyboard shortcuts. http://www.chronodownloader.net/ https://chrome.google.com/webstore/detail/chrono-download-manager/mciiogijehkdemklbdcbfkefimifhecn?utm_source=chrome-ntp-icon
-
Pyramid Analytics – Videos
Pyramid Analytics – Videos https://www.dropbox.com/sh/8cdtdvcz1c63luq/AAAKubI0JT0dt7bYA8W6vCbza#/
-
ClassMarker – The Best Online Testing for Business & Education
ClassMarker – The Best Online Testing for Business & Education ClassMarker’s secure, professional web-based testing service is an easy-to-use, customizable online test maker for business, training & educational assessment with tests & quizzes graded instantly saving you hours of paperwork! Free registration is available. Click to browse to http://www.classmarker.com/
-
TECHNOLOGY TUTORIALS – kudvenkat
From kudvenkat: Over 12 years of experience, with Microsoft .NET technologies like ASP.NET, C#, SQL Server, AJAX, WCF, JQuery, SSIS, SSAS and SSRS. Currently working as a Technical Architect in central London. Love to share knowledge as I believe in “TO TEACH IS TO LEARN”. https://www.youtube.com/user/kudvenkat Got the opportunity to work on world’s largest e-commerce and…
-
WCF / Web API Tutorial
WCF Tutorial 1 by Kudvenkay Long tutorial A basic WCF tutorial, short, good, NOT sufficient. 1 of 3 2 of 3 For this video you will need to do the following. 3 of 3 Keywords WCF WebService Web Service MvvM Web API Intro to WebAPI – One of the most powerful project types in C#…
-
Popcorn Time – Watch torrent movies instantly
Popcorn Time – Watch torrent movies instantly Download from here: http://popcorn-time.se/ – Beta 5.1 https://popcorntime.io/ – Beta 3.6
-
Top Torrent Resources for Downloading XBox Games: uTorrent, ISO2GOD, and More
Looking for the best torrent resources to download XBox games? Check out these top sites like gamestorrents.com and torrentsbees.com. Plus, find helpful guides for converting ISO files and more. Start gaming now!
-
Learn SSIS in 19 video lessons
01 – Getting Started 02 – Performing Basic Tasks 03 – Basic Transformations 04 – Variables 05 – Data Types and Data Conversion 06 – Expressions 07 – Conditional split and derived column transforms 08 – Debugging 09 – Lookup Transforms 10 – Sequence Containers and FOR Loops 11 – Looping Over Files 12 – Other Foreach Loops…
-
The Connection Strings Reference
The Connection Strings Reference ConnectionStrings.com help developers connect software to data. It’s a straight to the point reference with connection strings, a knowledge base of articles and database connectivity content and a host of Q & A forums where developers help each other in finding solutions. http://www.connectionstrings.com/
-
Kodi – Xbmc Media Center
Kodi (formally known as XBMC) is an award-winning free and open source (GPL) software media player and entertainment hub that can be installed on Linux, OSX, Windows, iOS, and Android, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and…
-
Data Access (formerly Open Access ORM), the Telerik free .NET object-relational mapping tool
Data Access (formerly Open Access ORM), the Telerik free .NET object-relational mapping tool from http://www.telerik.com/data-access is part of Telerik DevCraft—the ultimate product bundle for professional developers targeting Microsoft platforms. Gain access to the complete stack of products to help you build your next web, mobile or desktop app: UI suites for all .NET…
-
Two ASP.NET MVC Courses FREE – pluralsight
From http://www.pluralsight.com Now on Pluralsight: The ASP.NET MVC 5 Fundamentals training course spends most of its time on new features for version 5 of the framework, including: ASP.NET MVC 5 Fundamentals covers all the new features of ASP.NET MVC 5, as well as the new features for web developers in Visual Studio 2013, including WebApi…
-
ASP.NET Web API
How to Deploy .Net Core Web Application to Ubuntu Linux Video ASP.NET Web API Attribute Based Routing Route attributes bring the URL definition closer to the code that runs for that particular URL, making it easier to understand which URL must be called for a particular block of code and simplifying many common routing scenarios.…
-
Redirect from an HTML page to other HTML page
Redirect from an HTML page to other HTML page Insert the following html code into HTML page title in order to redirect a Web page to other web page: <meta http-equiv=”refresh” content=”0; url=http://example.com” />
-
How to Add A PHP Code to your WordPress Posts, Pages and Widgets
How to Add A PHP Code to your WordPress Posts, Pages and Widgets A very good youtube video that shows how to add php code into wordpress page. The steps are: 1. Install ‘PHP Code Widget’ plugin. 2. Install ‘Insert PHP’ plugin. 3. Start writing php code inside wordpress pages and posts. Here is a…
-
Passing parameters to Web Service
Passing parameters to Web Service 1. For example you created a Web service an placed it at your IIS. You will access it as follows: Web services address: http://localhost/WebService.asmx 2. At this stage the Web service will displays a list of all of it’s functions. 3. Calling web services by GET method with functions with…
-
Fuzzy logic
(Taken from Wikipedia) Fuzzy logic is a form of many-valued logic which deals with reasoning that is approximate rather than fixed and exact. Compared to traditional binary sets (where variables may take on true or false values), fuzzy logic variables may have a truth value that ranges in degree between 0 and 1. Fuzzy logic…
-
MS SQL Server Editions
MS SQL Server Editions Also include Express editions http://www.microsoft.com/en-us/server-cloud/products/sql-server-editions/sql-server-express.aspx
-
Build Setup for a project with Visual Studio
Youtube Video of building Installer https://www.youtube.com/watch?v=z0v6hmumCFU Download Visual Studio 2015 Installer Download Visual Studio 2017 Installer Download Pdf Tutorial Keywords Installer, Setup, Installer Project, Install, Visual Studio Setup, Visual Studio Installer
-
Step by step of executing SSIS 2012 package through stored procedure
Step by step of executing SSIS 2012 package through stored procedure http://blogs.msdn.com/b/biblog/archive/2013/05/07/step-by-step-of-executing-ssis-2012-package-through-stored-procedure.aspx
-
How to load a variable from “Execute Sql Task” in SSIS package
How to load a variable from “Execute Sql Task” in SSIS package http://stackoverflow.com/questions/15406424/how-to-load-a-variable-from-execute-sql-task-in-ssis-package