Articles submitted by members via their Technical Blog feed. Want to have the blog entries from
your Technical Blog automatically posted as articles on CodeProject? It's
easy!
1.
Real World with AngularJS and Cordova / PhoneGap
The main Jibebuy web app is a single page web app based on AngularJS. Inspired by reading The Definitive Guide to Angular on Mobile, I decided to spend 1 day porting Jibebuy to Cordova. After just a few hours, I was able to login to Jibebuy on my Android phone! After a couple of days, I had a...
General Reading »
Uncategorised Technical Blogs »
General
|
P.J. Tezza
|
Updated: 4 Sep 2014
Rating:
(No votes for this Article)
|
|
2.
Using Windbg to answer implementation questions for yourself (Can a Delegate Invocation be Inlined?)
Learn how to use the debugger to answer implementation questions for yourself.
(The Code Project Open License (CPOL))
|
benmwatson
|
Updated: 4 Sep 2014
Rating:
(No votes for this Article)
|
|
3.
Prefer WeakReference to WeakReference
In Writing High-Performance .NET Code, I mention the WeakReference type briefly in Chapter 2 (Garbage Collection), but I don’t go into it too much. However, for the blog, I want to start a small series of posts going into some more detail about WeakReference, how it works, and when to use it,
(The Code Project Open License (CPOL))
|
benmwatson
|
Updated: 4 Sep 2014
Rating:
(No votes for this Article)
|
|
4.
Short vs. Long Weak References and Object Resurrection
Last time, I talked about the basics of using WeakReference, what they meant and how the CLR treats them. Today in part 2, I’ll discuss some important subtleties. Part 3 of this series can be found here. Short vs. Long Weak References First, there are two types of weak references in the CLR: S
(The Code Project Open License (CPOL))
|
benmwatson
|
Updated: 4 Sep 2014
Rating:
(No votes for this Article)
|
|
5.
iTunes / iOS / Android App Store Approval for Cordova / PhoneGap Apps
Back in July, we put the finishing touches on our Jibebuy 1.0 mobile apps and submitted them to the Apple and Google app stores for approval. Here are the highlights: The 1.0 version app was “Waiting for Review” for about 7 days, then “In Review” for about 4 hours. The 1.1 ve
Mobile Development »
Android »
Android on Intel
|
P.J. Tezza
|
Updated: 4 Sep 2014
Rating:
(No votes for this Article)
|
|
6.
Custom WebView/InAppBrowser for iOS and Android for Cordova / PhoneGap App
The default Cordova InAppBrowser (WebView in iOS terminology) is pretty ugly (different kinds of ugly on iOS and Android) and, besides, we needed to add a Jibebuy toolbar icon so users can save their favorite houses, cars, etc., in Jibebuy. So I decided to figure out how to customize the Cordova InA
Mobile Development »
Android »
Android on Intel
|
P.J. Tezza
|
Updated: 4 Sep 2014
Rating:
(No votes for this Article)
|
|
7.
Practical uses of WeakReference
In Part 1, I discussed the basics of WeakReference and WeakReference. Part 2 introduced short and long weak references as well as the concept of resurrection. I also covered how to use the debugger to inspect your memory for the presence of weak references. This article will complete this miniseries
(The Code Project Open License (CPOL))
|
benmwatson
|
Updated: 4 Sep 2014
Rating:
(No votes for this Article)
|
|
8.
Dynamic text and HTML templates using workflows for SharePoint 2013 or Office 365
In this article I will show how to use SharePoint workflow to render flexible dynamic text templates. To demonstrate this functionality I will describe how to configure workflow to generate and send email messages based on a template stored in SharePoint list, but this approach can be used to render
(The Code Project Open License (CPOL))
Enterprise Systems »
SharePoint Server »
Web Parts
|
Anton Khritonenkov
|
Updated: 4 Sep 2014
Rating: 5.00/5
(1 vote)
|
|
9.
Breaking dependencies: When a constructor instantiates objects
I was speaking to a colleague recently during one of our fortnightly tech forums and he mentioned a specific class …Continue reading →
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Seb Carss
|
Updated: 3 Sep 2014
Rating:
(No votes for this Article)
|
|
10.
Log4net: Log to a JavaScript Console
While lurking and skulking in the shadows of various technical .Net sites, I've noticed many developers discussing log4net in their blogs and posts; log4net is an extremely popular tool for logging .Net Applications. So, I decided to try it out. After the initial complexities of getting it up and ru
(The Code Project Open License (CPOL))
|
Steve Wellens
|
Updated: 3 Sep 2014
Rating: 5.00/5
(1 vote)
|
|
11.
Calling WCF Services with jQuery…Stripped Down
Years ago, when I created my first ASMX Web Service and called it from an application, it was easy and it was fun. I was able to call functions on a server, from a client, with little effort. What a great and powerful tool!Then WCF came out and was deemed the 'best practice' and the 'preferred' me
(The Code Project Open License (CPOL))
Web Development »
Web Services »
ATL Web Services
|
Steve Wellens
|
Updated: 3 Sep 2014
Rating: 4.50/5
(2 votes)
|
|
12.
SignalR is Magic
Recently, I attended a Twin Cities .NET User Group presentation on SignalR. I had heard about SignalR several times and was curious. Plus there was free pizza….SignalR has revamped the way I think about web sites. Normally, a browser requests some data and the server sends it. Ajax allo
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
Steve Wellens
|
Updated: 3 Sep 2014
Rating:
(No votes for this Article)
|
|
13.
Visual Data Binding – Hot Dang!
Often, there are many ways to do the same thing in .NET. You can do things the hard way or the easy way. By hard, I mean you can type a lot of code by hand. By easy, I mean you can click and drag and drop. Guess which method I am going to demonstrate…go on guess…it's OK, I'm grading on a curve… Befo
(The Code Project Open License (CPOL))
Web Development »
ASP.NET Controls »
General
|
Steve Wellens
|
Updated: 3 Sep 2014
Rating: 4.85/5
(11 votes)
|
|
14.
How to: Display code blocks on weebly
04/25/20140 CommentsWeebly’s site builder has a healthy number of content elements for adding from simple paragraphs, pictures and galleries to even slideshows, contact forms, polls and surveys. But if you are a developer and you want to display code blocks, then you are almost on your own. Almost,
(The Code Project Open License (CPOL))
Development Lifecycle »
Code Generation »
General
|
DimitrisGr
|
Updated: 3 Sep 2014
Rating:
(No votes for this Article)
|
|
15.
Visual Studio and vsDiffMerge with Mercurial and TortoiseHg
Typically, when I have worked within Visual Studio on source-controlled projects I have used Team Foundation Server (TFS). With my current employer, we use Mercurial, and we use TortoiseHg to interface with it. For me this seemed to be a disconnected experience and I have been looking for ways to de
(The Code Project Open License (CPOL))
General Programming »
Programming Tips »
Howto
|
Derik Palacino
|
Updated: 2 Sep 2014
Rating: 4.43/5
(3 votes)
|
|
16.
C++11 Constructors and Copy assignment – Part 2
Topics Covered In this section we will have a look at more C++ constructors. The following will be covered: Copy Constructor Copy Assignment Operators Move Constructor Copy Constructor Definition General Definition A non-template constructor for class X is a copy constructor if its first parameter
(The Mozilla Public License 1.1 (MPL 1.1))
Languages »
C / C++ Language »
C++ 11
|
BrainlessLabs (Brainlesslabs.com)
|
Updated: 2 Sep 2014
Rating: 5.00/5
(1 vote)
|
|
17.
Testing disk space exceptions with CopyToAsync
I got an error report from the field in Upload to YouTube where the user was getting an unhandled exception when I copied their Camera Roll video to temporary storage to hand off to Movie Maker for editing. Great catch, now to shore up the UX when this happens. Only problem is, I need to […]Co
(The Code Project Open License (CPOL))
Development Lifecycle »
Testing and QA »
UI Testing
|
BC3Tech
|
Updated: 2 Sep 2014
Rating:
(No votes for this Article)
|
|
18.
String processing workflow actions for SharePoint 2013 and SharePoint Online
In this article I will demonstrate a set of custom string processing workflow actions for SharePoint 2013 and SharePoint Online (Office 365). Out-of-the-box workflow actions have limited functionality of string processing, so I will show how to extend it by using the custom string processing workflo
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Workflow Foundation »
General
|
Anton Khritonenkov
|
Updated: 2 Sep 2014
Rating:
(No votes for this Article)
|
|
19.
How to send bulk e-mail with attachments to external users using SharePoint 2013/Online workflow
In this article I will show how to configure SharePoint 2013/Online workflow to send bulk email with attachments to external users using SharePoint 2013/Online workflow. For many business tasks it is required to send mass messages to customers or employees. Sometimes such messages has to contain att
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Workflow Foundation »
General
|
Anton Khritonenkov
|
Updated: 2 Sep 2014
Rating:
(No votes for this Article)
|
|
20.
Performance optimization: How to read, filter, sort and enumerate SharePoint user profiles as quick as possible.
In this article I will show how to read and enumerate SharePoint user profiles and their properties as quick as possible. It is especially useful when SharePoint User Profile Service contains thousands of user profiles and you need to filter, sort and process them. Of course you can use UserProfileM
(The Code Project Open License (CPOL))
Enterprise Systems »
SharePoint Server »
Web Parts
|
Anton Khritonenkov
|
Updated: 2 Sep 2014
Rating:
(No votes for this Article)
|