Protect your Code! There's been a lot of talk in the Lounge lately about anti-virus, malware and ransomware. Any and all of these can mean you lose some or all of your data, your files, your work, your sanity. Please make sure you backup your code, and that your backups are versioned and not on your machine. A backup's no good if it's been deleted or you lose access to your drive. Visual Studio Team Services, GitHub or BitBucket all provide free hosted, versioned source code control that will not only keep your code safe, it will help your code management overall. Learn to use these amazing tools and save yourself some heartache. Headline article | (62 votes) by Gerd Wagner (updated 2 days ago) A short summary of JavaScript's main features, including a discussion of the different kinds of JS objects, basic data structures, functions as first class citizens, and code patterns for implementing classes. | New Articles, Tech Blogs and Tips | (0 votes) by Right Handed Monkey (updated 3 hours ago) Ionic Angular App as a Website Front-end - AJAX/CORS solutions | | (2 votes) by veen_rp (updated yesterday) Geographic coordinates from decimal degree to degrees, minutes & seconds. And vice versa. | | (0 votes) by John Jiyang Hou (updated 2 days ago) An algorithm to determine if a point is inside a 3D convex polygon for a given polygon vertices in Javascript. | | (0 votes) by John Jiyang Hou (updated 3 hours ago) An algorithm to determine if a point is inside a 3D convex polygon for a given polygon vertices in PHP. | | (1 votes) by Kaushal Dhruw (updated 11 hours ago) Prepare your Android dev environment for the next awesome release. Android Studio 2.0 preview. | | (2 votes) by Ahmet AYDIN (updated yesterday) This post describes step by step how to run a Single Page Application template using ASP.NET Web API 2 and angularJS and how to use Web Application Project whose name is Dalyan. | | (1 votes) by Shao Voon Wong (updated 18 hours ago) Avoiding heap allocations for high performant C++ applications | | (0 votes) by Afzaal Ahmad Zeeshan (updated yesterday) Introduction and Background In the last post, I talked about many things that C# programmers usually look forward to in their IDEs and environment. If you didn’t read the previous post, please read it at Guide for building C# apps on Ubuntu: MonoProject Introduction. In that post, I talked abo | | (2 votes) by Shekhar Shashangka (updated yesterday) Today, we will create our own web browser(starter) with the web Browser Control in Visual Studio 2015. | | (2 votes) by SubhamoyBurman (updated 14 hours ago) Use of Task Parallel Library and Async/Await in your application | | (1 votes) by Dmitry Orzhevsky (updated 6 hours ago) This article dives into .NET method inlining topic and shed some light on one particular case when CLR is more likely to inline method - looping. | | (1 votes) by Ahmed Amer Jaf (updated 13 hours ago) Downloading files from the Internet with one line without Freezing Form | | (1 votes) by GravityPhazer (updated 2 hours ago) This article demonstrates how you can simply enumerate any generic tree using the provided classes. | | (4 votes) by veen_rp (updated 2 days ago) Big lists (>1,000,000 items) can cause out-of-memory errors raised by .NET. Manage them by a List of List(Of T) | | (3 votes) by Afzaal Ahmad Zeeshan (updated 2 days ago) This is the first part in the series of posts about Ubuntu programming using C# language. In this post, I have discussed a few features of MonoProject IDE, which is used for C# programming on Ubuntu environment. | | (1 votes) by Darek Danielewski (updated 23 hours ago) A small script to remove old user accounts | | (1 votes) by Md.Shamim Hassan (updated 15 hours ago) How to return Multiple Result Set using Entity Framework with stored procedure | | (2 votes) by Sujeet Pardeshi (updated 14 hours ago) Here, I will explain the real world example of decorator pattern so it will be easier for readers to implement this pattern in their application. | | (1 votes) by napuzba (updated 13 hours ago) 5 approaches to implement the singleton design pattern in C# | | (0 votes) by Harsha Wansooriya (updated 3 hours ago) Sample Game using XNA | | (1 votes) by Tarun_Arora (updated yesterday) Originally posted on: http://wtfnext.com/archive/2013/06/30/cloud-based-load-testing-using-tf-service-amp-vs-2013.aspx One of the new features announced as part of the Visual Studio 2013 Ultimate Preview is 'Cloud Based Load Testing'. In this blog post I'll walk you through, What is Cloud Based | | (1 votes) by Saillesh (updated 3 hours ago) Web Storage | | (0 votes) by Marla Sukesh, Pradeep Shet (updated 21 hours ago) This is part 2 day 2 continuation of article Learn HTML5 in 3 days. | | (0 votes) by CodeProject, Elizabeth Ayer (updated 2 days ago) Welcome to our continuing series of CodeProject interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Elizabeth Ayer. | | (0 votes) by Aftab Ahmed Sajid (updated 2 days ago) The simplest way to return json objects to client using struts 1 | | (2 votes) by Najeeb Shaikh (updated yesterday) Unlike SQL databases, Redis does not support querying by columns natively, which means that you have to maintain your own indexes. As it turns out, Redis provides a rich set of data types to the programmer to ease this task. | | (1 votes) by M Faheem Zafar (updated 14 hours ago) Creating Windows Server 2012 R2 VirtualBox VM for SharePoint 2016 | | (0 votes) by M Faheem Zafar (updated 13 hours ago) This tip explains how to install Windows Server 2012 R2 Server on Oracle VirtualBox VM Server. | | (0 votes) by M Faheem Zafar (updated 15 hours ago) How to Install SharePoint 2016 (Single-Server Farm) on VM | | (2 votes) by Ivan Krivyakov (updated 3 hours ago) A year of using Git: the good, the bad and the ugly | | (1 votes) by CdnSecurityEngineer (updated 2 days ago) In Canada we have a store known as Canadian Tire, it’s one of my favourite stores, a great place to pick up tools, car parts, service your car, whatever you need. Like most stores they had their own version of…Read more ›The post EMoney – Canadian Tire, Insecure Loyalty appea | | (1 votes) by msiyer (updated 2 days ago) Opera Browser in Arch Linux: A Very Mature and Professional Browser | | (0 votes) by Right Handed Monkey (updated 4 hours ago) Publishing an Ionic Angular App for iOS - The Hidden Steps & Pitfalls | | (1 votes) by 4Dinand2 (updated 3 hours ago) Use Git with cloudforge, and switch from SVN to Git | | (1 votes) by Glenn Lloyd (updated 23 hours ago) This is an alternative for "A Simple List Class for VBA Projects" | | (1 votes) by levelnis (updated 23 hours ago) This is part 4 of a 4-part series on calling WebAPI from MVC code. Check out the other parts here:Part 1: How do you call a Web API endpoint without using JavaScript?Part 2: How do you post to a Web API controller from an MVC controller?Part 3: How do you display WebAPI model errors in MVC?We're all | | (0 votes) by Christian Specht (updated 5 hours ago) My home backup strategy: Part 2 - Online Services | You may also like... Updated Articles, Tech Blogs and Tips | (15 votes) by John Jiyang Hou (updated 2 days ago) An algorithm to determine if a point is inside a 3D convex polygon for a given polygon vertices in C++. | | (8 votes) by Mathew_wwx (updated 21 hours ago) This tip will introduce a library written in C++ that wraps up a 2d polygon triangulation algorithm with time complexity of O(N*logN), the algorithm works on both self-intersected and non self-intersected polygons. | | (34 votes) by Omar Nasri (updated 2 days ago) This article show you differents step to create a web site using Angular JS, ASP.net MVC and web api | | (21 votes) by syed shanu (updated 2 days ago) In this article we will see how to create a web based Greeting Card tool using ASP.NET and jQuery. | | (14 votes) by MukeshKumar89 (updated 2 days ago) In this article, we will learn about different kind of component which is available in asp.net for managing the state of the page or control. | | (26 votes) by MukeshKumar89 (updated 3 days ago) This article will demonstrate you about the new features of the C# 6.0. | | (1 votes) by Prajnan Das (updated yesterday) Sparsity is the percentage of "dot" elements (= 0 code check-ins) in a code churn matrix (developers X dates in a sprint) | | (57 votes) by icemanind (updated 2 days ago) Automatically generate Business and Data layers in C# or VB.Net from a SQL Server, MySql or SQLite database design. | | (24 votes) by syed shanu (updated 6 hours ago) In this article we will see how to create an easy SQL Server Tool. | | (17 votes) by H. Gupta (updated 21 hours ago) Learn how to integrate the CefSharp open-source web browser into a C# WinForms app | | (8 votes) by Alexander Iskhakov (updated 2 days ago) This tip explains the importance of fundamental knowledge for software engineers and tries to encourage to pay more attention to it | |
Không có nhận xét nào:
Đăng nhận xét