68 articles yesterday match your preferences. Welcome to today's Daily Build from CodeProject. $10K in Prizes Up For Grabs There is just one week left to submit your Round 1 articles for the Android Tutorial Contest. We've provided the outline/topics for three different articles you need you write, submit them by Sunday for your chance to win. Remember to keep your tutorials as simple and short as you can. There is a total of $10,000 in prizes available, so visit the contest page today to learn how to enter and then get your articles submitted! Learn more. June Monthly Competition Winners In other contest news: congrats to the best articles and authors of June 2014! Advertisements Do you like Windows 8.1? Survey period: 21 Jul 2014 to 28 Jul 2014 It's almost a moot point but let's just get a final, solid data point before we move on to critique Win9, Yosemite and Android L. No fence-sitters. Yes | 1331 | 55.39 | | No | 1072 | 44.61 | | This week's survey: What's the hardest bit about writing an app? Most popular new articles 25 Jul 2014 - 27 Jul 2014 | If you are considering deploying business process management (BPM) solutions, but have been daunted by the cost, footprint, risk, lack of flexibility, or complexity of proprietary options, an enterprise open source approach may be just what you are looking for. Download this white paper to see of the increased availability of highly functional enterprise open source BPM technology is bringing the benefits of BPM solutions within reach.
Download Now | Latest Additions 68 articles overall. 49 new, 19 updated. New articles added - Entity Framework Code First using Database Project - Naveen Kumar Matteddula
This article explains how to create database project to existing solution explorer and how to import the existing database that is already created by using Entity Framework code first approach. It also explains how to update the database.
- Designing SSAS Cube - AjitKumarThakur ITC
This article explain step by step approach to implement SSAS Cube.
- Html5 Image Markup - Marcelo Ricardo de Oliveira
Bring annotation capability to your images without effort
- Shattering the Cross Platform Myth - Mat Hopwood
Fragmentation is bad for business and mobile game development is a very fragmented business that is ripe with pitfalls and difficulties. This article outlines these factors and explains how developers are able to overcome them, cutting costs and without the need for compromise.
Articles updated - Random Thoughts.. - John Underhill (Steppenwolfe)
CSRG random generator in C# and the NIST STS Library (Huge update!)
- Piracy and Unconventional Wisdom - Chad Z. Hower aka Kudzu
As software developers, piracy is something that affects us all. You might not see it directly if you work for a large company but you still have an interest in who is using your company's software. If you work for a small company or are a solo developer, piracy hits a lot closer to home.
New Tips and Tricks added Tips and Tricks updated New Technical Blogs added - 2 simple ways to create Custom Html Helper in ASP.NET MVC - Imran Abdul Ghani
In one of previous ASP.NET MVC Tutorial, we discussed about Html Helpers in ASP.NET MVC and get answers to following questions: What are Html Helpers in ASP.NET MVC? What are Standard Html Helpers? What Standard Html Helpers renders? Standard Html Helpers are very useful but limited to common scenar
- Build a font viewer application in WPF without writing any C# code - Nikola Breznjak
TL;DR You can download from Github the demo application (zipped exe) or the whole source code project (Visual Studio project solution), or continue reading to see how it was built step by step. What is this for an application? My version of the FontViewer application as initially designed and develo
- SUSE Studio: Create a custom Linux distribution with an openSUSE core - msiyer
Introduction openSUSE is one of the most robust and thus respected Linux distributions. It is a very polished and professional distro. There are many options available when it comes to downloading openSUSE, but the most exciting feature that is available to the user is the ability to create a custom
- Understanding Data Contract in WCF - Imran Abdul Ghani
WCF Data Contract In Windows Communication Foundation, Data Contract is an agreement between parties (i.e. a service and a client) that describes what type of data will be exchanged between them? We can control the contents (i.e. Payload data or message body) of a SOAP message using Data Contract. I
- Manjaro Linux on a Western Digital USB hardrive with sleep disorder ;) - msiyer
This is a problem that had me baffled for a long time. I had, very long back, during the very initial days of Manjaro Linux, installed it on my Western Digital(WD) My Passport HD. WD My Passport is a 160GB yellow colored cute little thing. Everything worked great. Manjaro is undoubtedly one of the b
- TinyMCE Additional HTML Elements - Thomas Maierhofer (Tom)
I wanted to have buttons for the code and var HTML elements in the TinyMCE editor. The code element was already there, but there was no predefined var element. It is a nice wednesday evening, so i decided to write a plugin for this. Here is the first shot of code:/* Additional Elements Plugin */func
- WordPress local installation on Arch Linux - msiyer
Matthew Charles “Matt” Mullenweg (born January 11, 1984 in Houston, Texas) is an American online social mediaentrepreneur, web developer and musician living in San Francisco, California. He is best known for developing the free and open source web software WordPress, now managed by The W
- The Journey From Java EE to SPA - Keyhole Software
While pulling down an existing Backbone.js project that I was helping with, I felt confident enough with JavaScript that I figured I could start cranking out JavaScript fairly quickly. What could have changed since I rolled my own AJAX framework in the mid-2000s? Sure, there have been some changes t
- Kinetisense: developing a Kinect app the right way - Vangos Pterneas
Today, I would like to share one of my favorite projects my company has worked on. This project has been the result of a 5-month effort and is expected to launch publicly very soon. Kinetisense is one of these startups that you have a feeling they'll succeed even before their product launch. When I
- TimeSpan Calculation based on DateTime is a Performance Bottleneck - Thomas Maierhofer (Tom)
Some so small like DateTime.Now can be a bottleneck. On a typical windows system the Environment.TickCount is at least 100 times faster. You don't believe it? Try it yourself! Here is the test code:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TimerPerfo
- Java SE 8 new features tour: Functional programming with Lambda Expression. - Mohamed Taman
Understanding lambda expressions....This article of the "Java SE 8 new features tour" series will deep dive into understanding Lambda expressions. I will show you a few different uses of Lambda Expressions. They all have in common the implementation of functional interfaces. I will explain how the c
- Upgrade TeamCity to enable support for Visual Studio 2013 - Alexander Turlov
If you are using TeamCity in your development process and had upgraded from Visual Studio 2010 to VS 2013 in your development environment you may experience unexpected build errors on TeamCity if its version is lower than 8.1.x similar to the following:error MSB4019: The imported project "C:
- Spoofing an IP is Hard - CdnSecurityEngineer
At work, I’ve been asked how spoof an IP address, for a variety of reasons. The teams I usually work with, deal exclusively with Web Services, Web Applications, and C#. They’re very competent developers/engineers and occasionally some of the…Read more ›
- Conic Sections and the Double-Napped Cone: Apollonius of Perga, Rene Descarte, History of Mathematics etc. - msiyer
I always thought Co-Ordinate Geometry had something to do with the Conic Sections’ being defined based on the Double-Napped cone. I had always felt that Rene Descarte was the one who made that decision. I felt he did this to keep the definition symmetric about the origin of the [x, y, z] space
- .NET CLR Synchronization Mechanisms Performance Comparison - Thomas Maierhofer (Tom)
Multi threaded high throughput applications and services must choose the synchronization mechanisms carefully to gain an optimum throughput. I have ran several tests on different computers so I can compare common synchronization mechanisms in the Microsoft .NET CLR. Here are the results:Test Results
- TinyMCE 4.x Preformatted Text and Syntax Highlighting - Thomas Maierhofer (Tom)
We use the SyntaxHighlighter from Alex Gorbachev on thios page to highlight our code. Unfortunately TinyMCE has some issues with pre-formatted text (pre HTML element). Most important: It places line breaks () after the lines. After some research I ended up with the following setup: $(document).re
- Virtualbox on OpenSUSE 13.1: vboxdrv troubles and troubleshooting - msiyer
I installed Virtualbox on my openSUSE 13.1 system using the sudo zypper in virtualbox command. This installed Virtualbox and I created a Windows 7 VM in it. All seemed fine. I updated the system later and found Virtualbox reluctant to start. It simply said Kernel driver not installed (rc=-1908)̶
- Reliance on implementation details - Member 10294396
Recently I stumbled across an issue in a legacy vb.net app which didn't appear to make any sense. The issue involved determining the precision of a Decimal which was giving different results for exactly the same value.First of all I wrote a quick test to attempt to replicate the problem, which appe
Technical Blogs updated © 2014 CodeProject. All rights reserved. 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