Thứ Tư, 16 tháng 4, 2014

The Daily Build - 17 Apr 2014

37 articles yesterday.
Welcome to today's Daily Build from CodeProject.
Click here Telerik Kendo UI: Powerful, Extensible - and Now, Open Source
Join Telerik on May 7, 2014 as we open the vault to introduce Kendo UI Core, an open source version of Telerik Kendo UI, the industry-leading HTML5 and JavaScript framework. Save your seat!
Click here All you need to learn Dev and IT your way…videos, ebooks, more
5,000+ practical training videos, 80,000 pages of eBooks, transcripts, hands-on labs, sample code, pre/post exams – all included. Covers SharePoint, SQL, Visual Studio, Mobile, Cloud, and more. Voted the best! Get started

Most popular new articles

Wed 16 Apr 2014

Research

    Protecting Android™ Applications with Secure Code Signing Certificates

    Android is on the rise. Unfortunately, popularity can also bring unwanted attention. While Android fans love the fact that it is an open development platform that offers developers the ability to build extremely rich and innovative applications, the same open nature of the Android platform is what makes it so attractive to malware creators. It's high time for Android developers to increase their awareness of the pitfalls awaiting their users. This white paper focuses on the value of secure code signing practices for building more secure...

    Download Now

Latest Additions

37 articles overall. 30 new, 7 updated.

New articles added

Book Reviews

C / C++ Language

  • Trusted Variables - Evgeny Zavalkovsky
    An easy and an elegeant way to create "trusted" data variables.

List Controls

Other .NET Languages

PHP

Product Showcase

Windows Mobile

  • FTP from Windows CE 5.0 Devices - digimanus
    Windows CE devices are not setup properly for the use of FTP despite the HttpWebRequest and HttpWebResponse classes.

Articles updated

.NET Framework

ASP.NET

Azure

Windows Presentation Foundation

  • How to Popup Anything? - Frank W. Wu
    Showing you how to use the Popup to create your own dropdown-like window.

New Tips and Tricks added

C#

Database

New Technical Blogs added

.NET Framework

Ajax

  • Bind DropDownList from DataTable using AJAX WebMethod - Tadit Dash
    Download source code We will see one Example to bind one DropDownList using jQuery Ajax and C# WebMethod. How? Easy !!! Add a WebMethod to Code Behind page Call to that WebMethod from aspx Page Bind the DropDownList when call succeeds Let’s see the code WebMethod Here we are just creating a Du

Database

  • CouchDB – short review - Future Processing
    During one of our last projects we had a small 2-year adventure with Apache CouchDB NoSQL database. Here, I'm going to briefly present its strong points as well as drawbacks. Background Why using yet another NoSQL? CouchDB was chosen based on requirements and assumptions in the project. Especially,

Dialogs and Windows

  • Using Application Insights with an existing Windows Store App - Gordon W Beeming
    If you haven't heard or read about Application Insights you should go to MSDN and read up on all the awesomeness that you can get by using this new feature of VSO. You can also take a look at the Channel 9 series on Application Insights for Visual Studio Online by Charles Sterling. Also see Using Ap

  • Using Application Insights with a new Windows Store App - Gordon W Beeming
    If you haven't heard or read about Application Insights you should go to MSDN and read up on all the awesomeness that you can get by using this new feature of VSO. You can also take a look at the Channel 9 series on Application Insights for Visual Studio Online by Charles Sterling. Also see Using Ap

Game Development

  • An Interesting List of Development Stuff (April 2014) - Rion Williams
    In this month’s installment of the ILODS, we take a look a quite a few announcements that were made at Microsoft’s Build conference, articles to help you figure out if you are over-thinking your development projects or if you are simply blaming the guy that was there before you, the Hear

  • An Interesting List of Development Stuff (April 2014) - Rion Williams
    In this month’s installment of the ILODS, we take a look a quite a few announcements that were made at Microsoft’s Build conference, articles to help you figure out if you are over-thinking your development projects or if you are simply blaming the guy that was there before you, the Hear

Reviews on Third Party Products and Tools

  • Increase the value of your dashboard with TFS 2013 Update 2 - Gordon W Beeming
    Did you hear? Somasegar blogged that Team Foundation Server 2013 RC is a go-live release. What does that mean for you and your customers? One word AWESOMENESS You might be wonder why I'm so excited about this release. One of the many reasons why I'm so excited about this release is because Work Ite

  • JDD 2013 - Future Processing
    This year’s JDD conference was held in Galaxy hotel in Kraków. It was split into two days on 14 and 15 of October. The lectures were given in three parallel sessions with workshops on the second day. Below is a summary of the most interesting presentations. Daniel Kostrzewa’s review Bart

  • Semantic Merge Emerges (from Beta) - Rion Williams
    In an earlier blog post this year I provided a brief overview of Semantic Merge, which is an incredibly tool from PlasticSCM that makes the process of merging code both smarter and “prettier” through easy-to-understand visualizations that will show you exactly what is going on within you

Site & Server Management

String handling

  • How to check if a string has all unique characters? - Bhargav Kaneria
    The First solution that come to our mind is to convert the string to character array and sort them alphabetically and then check if two consecutive elements are equal or not. This is   O(N * log N) operation. Now the question is can this solution be improved? And the answer is, YES. So what […

Uncategorised Technical Blogs

  • TF400917: The current configuration is not valid for this feature. This feature cannot be used until you correct the configuration - Gordon W Beeming
    UPDATE: This has been identified as a bug and will be fixed in the next release for on-premise So if you have a lot customizations in your process template there is a slight chance you would have seen the error below after the upgrade. If you have completed the Configure Features option and still

  • Desired Alchemy Syntax - Paul Watt
    When I create a new library, I like to approach the design from two different directions. The first is the traditional route, analyzing the functionality that I need and designing a suitable interface to access those features. I also may write a set of pseudo-code that demonstrates what it would loo

  • How to find the largest of 3 numbers - Bhargav Kaneria
    Wait, if you are like man, what the hell? This is a silly program and you’re like we all have done it in our college or school. This has something more to it and you might find it interesting, so read on. Now, most of us used to write some version of this: Can this […]The post How to fin

  • Hubs.tt will save your life - Gordon W Beeming
    Recently I started playing with SignalR using TypeScript, one of the things that very quickly made it's way into my project is the Hubs.tt T4 template file Hubs.tt is a "T4 template that creates Typescript type definitions for all your Signalr hubs. If you have C# interface named "IClient", a TS int

Web Services

  • Building OData Service using ASP.Net Web API Tutorial – Part 1 - Taiseer Joudeh
    In my previous tutorial we’ve covered different aspects of how to Build RESTful service using Asp.NET Web API, in this multi-part series tutorial we’ll be building OData service following the same REST architecture we’ve talked about previously. Before jump into code samples let

Windows Powershell

  • Download #MVA Content with PowerShell - Gordon W Beeming
    So I'm starting to go through some of the content on Microsoft Virtual Academy but I don't have time to do this when I'm by a good internet connection and at the same time don't have time when by the good internet connection to run though all the content I need to download it to watch in my spare ti

Technical Blogs updated

Other .NET Languages

  • F#18 : Flow Control - Sacha Barber
    As previously stated F# allows different styles of programming that is you can use of or all of the following: Functional Imperative OO In F# you have choices and you are free to mix and match these styles to suit your needs. In this article we will look at flow control statements, which although qu




© 2014 CodeProject.  All rights reserved.


This email was sent to vutunglampro@gmail.com.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100
Switch to Weekly Digest | Unsubscribe.

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com

Không có nhận xét nào:

Đăng nhận xét