Monday, September 19, 2016 | | Are you a Swift programmer? As part of the big iOS and MacOS updates Apple has released XCode 8, which brings support for Swift 3 and SDKs for iOS 10, WatchOS 3, tvOS 10, and macOS Sierra. Swift is still relatively young and there's a lot of developers out their struggling with the problems many of you have already worked through. If you have an idea for a Swift article, tip, reusable component or just a simple walk through then write an article. You can dive right in, browse the article FAQ or ask whatever questions you have about article posting. If you've ever been helped by an article or blog then now's a great time to contribute in return. | Certified Ethical Hacking from LearnNowOnline Establish your credibility and brush up on what's new and changing in the world of ethical hacking. From malware and social engineering to web apps and SQL injection, LearnNowOnline training covers the breadth of white hat hacking Learn more | Headline article | (122 votes) by pdoxtader (updated yesterday) A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels. | New Articles, Tech Blogs and Tips | (1 votes) by matt warren (updated 2 days ago) In my previous post, I talked about some of the general performance lessons that can be learnt from the Roslyn project. This post builds on that and looks at specific examples from the code base.Generally the performance gains within Roslyn come down to one thing: Ensuring the garbage colle | | (1 votes) by Vaibhav M Nalwad (updated yesterday) Dependency Register in AutoFac using Custom Attribute | | (1 votes) by Ray Koopa (updated 13 hours ago) Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files. | | (0 votes) by matt warren (updated 2 days ago) There is an update to this post, based on feedback I received.In my last post I talked about the techniques that the Roslyn team used to minimise the effect of the Garbage Collector (GC). Firstly I guess its worth discussing what the actual issue is.GC Pauses and LatencyIn early versions of | | (2 votes) by 23ars (updated 9 hours ago) In this article I would like to present a Java library that allow to simulate quantum algorithms. | | (10 votes) by Rou1997 (updated 3 days ago) Running Intent To Call Phone | Skype . . . Getting Incoming | Outgoing | Missed | All Calls . . . | | (0 votes) by hexgear (updated yesterday) Hi all as I stared my development with android I always wanted to create a Custom view . To learn about canvas I decided to create matrix rain effect which I can add to my android layout. Here is the complete tutorial which I have post I posted it at my blog http://www.androidlearner.com/ | | (2 votes) by Tanvir Ahmad Arjel (updated 14 hours ago) There are lots of ways to implementing Uniqueness or Unique Key attribute on a model property other than primary key but here I am going to discuss two possible best and easiest ways to do so. | | (1 votes) by xszaboj (updated yesterday) IMapper interface is injected into constructors of my classes by Unity framework, but you can use any other DI framework or inject IMapper interface manually. | | (0 votes) by inishant12 (updated 8 hours ago) Using SSRS report, generate the PDF, save it into DB and send it through mail using C# | | (1 votes) by Tom Chantler (updated 2 days ago) If you're hosting your Ghost blog in Azure then you're probably not backing up your database, even if you think you are. I wasn't, but I am now. Here's how. | | (0 votes) by Shao Voon Wong (updated 2 hours ago) Using Per-thread Singleton to Avoid Allocation, Sharing and Minimize Locking | | (1 votes) by Rajesh Londhe (updated yesterday) Face alignment rotation to improve face recognization | | (1 votes) by John C. Espinal (updated 7 hours ago) The alternative solution, how compress/decompress string faster and powerful | | (0 votes) by Afreen F (updated 9 hours ago) This article explains basic concepts of AngularJS like Modules, Controllers, Expressions, Directives, Scope and Scope Inheritance. | | (11 votes) by Chris Boss (updated 3 days ago) “We need more coders”, “Everybody needs to learn to code”, “Coding should be a basic requirement in education”, …. Have you heard or read comments similar to these ? What does this have to do with classic Visual Basic ? BASIC and the hobby programmer Why wo | | (2 votes) by Simon Jackson (updated 2 days ago) MonoGame – Building Multi-platform Solutions | | (2 votes) by Snorri Kristjansson (updated yesterday) A SQL server CLR Stored Procedure that can query the Active Directory directly in T-SQL code | | (2 votes) by Hussain Patel (updated 2 days ago) Display the list of all Tables, the Referenced columns, the Referencing Table, the Referencing columns and the Constraint name in a database | | (1 votes) by Midi_Mick (updated yesterday) A set of helper functions to cope with DBNull results from database queries | | (0 votes) by Ujjwal Gupta (updated 7 hours ago) This article is about Oauth. It describes what is OAuth, how it works and why it is necessary. | | (5 votes) by James JM (updated yesterday) An advanced color picker for WPF. | | (0 votes) by Beavis Killer (updated yesterday) This tip describes how to attach a dynamic PDF to a Salesforce messaging email template. | | (0 votes) by Steve Naidamast (updated 2 days ago) Introduction Microsoft introduced the "Windows Presentation Foundation" or WPF to align desktop development with similar experiences developers have with developing web applications. | | (0 votes) by Albert Tollkuçi (updated 2 days ago) Some time ago a friend introduced me to Varnish Cache, an excellent caching HTTP reverse proxy. In simpler terms, it's a piece of software between the browser and the back-end server that intercepts (and potentially cache) every request made to the server. It runs in Linux, but that should not stop | | (0 votes) by Victor Soldatov (updated 3 hours ago) Yet another approach to create lightwight synchronization entities in native Windows user-mode applications | | (1 votes) by Christian Woltering (updated yesterday) A tip for beginners on how to calculate the progress value when processing a large amount of data. | | (1 votes) by Christian Specht (updated 3 days ago) How to execute wunderlist-backup with Portable Jekyll's Ruby Version | | (2 votes) by santosh.yadav198613 (updated 3 days ago) Thanks you everyone for liking and sharing my last post on WCF, we now we are aware about ABC and basics about WCF. It’s time to go ahead and write our first service and consume the same. INTRODUCTION: In this post we will create a service for a book library and consume the same in our applica | | (0 votes) by Zijian (updated 18 hours ago) WCF development for real RAD in enterprise through teamwork | Updated Articles, Tech Blogs and Tips | (5 votes) by SlavaUtesinov (updated 2 days ago) Entity Framework implementation of BulkInsert operation at case of Oracle database. | | (27 votes) by David Maw (updated 3 days ago) A working example of a Windows client and server using SSL over TCP. | | (32 votes) by Shamim Uddin (updated 2 days ago) How to enable cross origin request in ASP.NET Web API | | (19 votes) by syed shanu (updated 5 hours ago) In this article, we will learn how to create a simple web based music player system using MVC, AngularJS and Web API. | | (21 votes) by Zijian (updated 18 hours ago) Real world WCF project structure, Authentication and Authorization | | (3 votes) by pgmr_64804 (updated yesterday) An easy SQLite Wrapper for iOS in swift that allows you to create a database and run SQL commands | | (7 votes) by Ehsan Sajjad (updated 4 hours ago) Beginner's guide to implement server side pagination, sorting and filtering of gridview using jquery datatables | | (106 votes) by axuno (updated 2 days ago) MailMergeLib is an SMTP template mail client library written in C# which provides comfortable mail merge capabilities and SMTP fail-over features. | | (2 votes) by axuno (updated yesterday) Take this ready-to-use VBA module for MS-Outlook, that lets you export all mail messages selected in the current Outlook email browser to the file system. | | (2 votes) by JR.o (updated 2 days ago) Prior to TFS 2015 Update 3, the TFS Business logic and constraints, as well as the database complexity, prohibit the movement of a work item from one project to another,... fortunately there is a simple way to move a work item using SQL Server directly. | | (16 votes) by Zijian (updated 19 hours ago) WCF development for real RAD in enterprise | |
Không có nhận xét nào:
Đăng nhận xét