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.
ASP.Net Web Services – How to use session state in a web service?
CodeProject In the last blog post, we have discussed about consuming web services from the client application. In this article we will go over how to use session state in a web service. This is continuation of the previous article. So please go through that before proceeding this article to get a cl
(The Code Project Open License (CPOL))
Web Development »
Session State »
Sessions and Session State
|
Arun Ramachandran India
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
2.
A MUST HAVE SharePoint Interview Questions
What is SharePoint? Microsoft SharePoint is an extensible platform that provides a range of products that can help organizations with solution for a variety of business needs. Primarily, SharePoint was introduced as an Enterprise Content Management System but later on Web Publishing, Collaboration,
(The Code Project Open License (CPOL))
Enterprise Systems »
SharePoint Server »
Custom Controls
|
Imran Abdul Ghani
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
3.
Exam 70-480
Hello All, I'm back. As for the quick update, things have been particularly busy right now for the entire Mack Family. We've been in a state of constant flux lately, both personally and professionally for a little while now. And its been a little rough on everyone. Professionally, I've been busy
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Kevin Mack
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
4.
How to work with dictionaries in SharePoint 2013 and Office 365 workflow
SharePoint 2013 workflows introduced the new type of variable 'Dictionary'. This type of variable significantly extends functionality of SharePoint workflows. Now you can work with complex objects inside workflows. For example you can query multiple list items and iterate through them using loops. I
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Workflow Foundation »
General
|
Anton Khritonenkov
|
Updated: 14 Aug 2014
Rating: 5.00/5
(1 vote)
|
|
5.
Implementation of Discrete Hidden Markov Model for Sequence Classification in C++ using Eigen
Discrete Hidden Markov Models for Sequence Classification IntroductionIn this article we will look at hidden Markov models and its application in classification of discrete sequential data. Markov processes are examples of stochastic processes that generate random sequences of outcomes or states a
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
pi19404
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
6.
OpenVision Library Gaussian Mixture Model Implementation
OpenVision Library Gaussian Mixture Implementation Introduction In this article we will look at gaussian mixture model. Mixture Models are a type of density model which comprise a number of component functions, usually Gaussian. These component functions are combined to provide a multimodal densi
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
pi19404
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
7.
Dense Optical Flow Expansion Based On Polynomial Basis Approximation
Dense Motion Estimation based on Polynomial expansion IntroductionIn this article we will look at dense motion estimation based on polymonial repsentation of image.The polynomial basis representation of the image is obtained by approximating the local neighborhood of image us
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
pi19404
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
8.
Create site by custom template and grant permissions using SharePoint 2013 or Office 365 workflow
In this article I will show how to use SharePoint 2013 workflow to create new site by custom template and then grant permissions to this site for specific users. As an example I configured workflow for SharePoint list to automatically create new sites.In this example I want to show simple case of pr
(The Code Project Open License (CPOL))
Web Development »
Site & Server Management »
General
|
Anton Khritonenkov
|
Updated: 14 Aug 2014
Rating: 5.00/5
(2 votes)
|
|
9.
The Poisson Distribution in C#
Imagine you are playing poker, you’re making use of the Kelly Criterion to calculate the optimal limit of your betting. You’re also using something to evaluate what your chances of winning are. But being poker, there are several rounds of betting so how much of your Kelly Limit should yo
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
CatchExAs
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
10.
The Kelly Criterion in C#
Given a bank roll, a stake you have already bet and a potential pot of winnings, the Kelly Criterion should calculate for you the optimal amount you should bet to maximise your winnings in the long run. http://en.wikipedia.org/wiki/Kelly_criterion So, here’s what looks like a trivial piece o
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
CatchExAs
|
Updated: 14 Aug 2014
Rating:
(No votes for this Article)
|
|
11.
Collectors Part 1 – Reductions and Short-Circuiting Operations
In the first couple of articles we looked at streams. We saw that we could take something simple such as a list of countries, filter or map their names and then print them via a foreach. We then looked at ranges/loops and generators as a way of supplying values as an alternative to a predefined [
(The Code Project Open License (CPOL))
Languages »
Java »
General
|
TheCannyCoder
|
Updated: 14 Aug 2014
Rating: 5.00/5
(1 vote)
|
|
12.
Nice idea, shame it doesn’t work
Over the last few days I’ve been messing around with Montecarlo algos and distributed processing. It’s struck me that despite many attempts at parallelising on a single computer in .NET I still can’t easily beat the performance of native C. So if I want to do better then I should s
(The Code Project Open License (CPOL))
Development Lifecycle »
Work Issues »
Pro Developer
|
CatchExAs
|
Updated: 13 Aug 2014
Rating: 5.00/5
(1 vote)
|
|
13.
StreamInsight
Last year my client wanted a way to automatically analyse huge amounts of data, match patterns and then do things such as email alerts to interested subscribers. This is a scenario that is becoming increasingly common in recent years with the advent of Big Data, but solutions have existed for a long
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
CatchExAs
|
Updated: 13 Aug 2014
Rating: 5.00/5
(1 vote)
|
|
14.
Wilton’s Special Theory of Economic Relativity
This is a test of codeproject feed… Einstein’s Theory of Special Relativity is expressed as 2 postulates: The Principle of Relativity – The laws by which the states of physical systems undergo change are not affected, whether these changes of state be referred to the one or the other of
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
CatchExAs
|
Updated: 13 Aug 2014
Rating:
(No votes for this Article)
|
|
15.
Paging In MVC 5 with Entity Framework
How to do Paging in MVC You can find lot of examples for paging in MVC with Entity Framework in internet. I am adding one more example. In this example you can see one partial page for paging control and ViewModel for called Pager. Here I am using AdventureWorks database Employee table to page Emp
(The Code Project Open License (CPOL))
|
raju melveetilpurayil
|
Updated: 13 Aug 2014
Rating:
(No votes for this Article)
|
|
16.
ARM Neon Optimization for image interleaving and deinterleaving
ARM Neon Optimization InterLeaving/De-InterleavingIntroduction In this article we will look at basic interleaving and de-interleaving operations using ARM Neon optimization and evaluate the performance improvements on android based mobile device in comparison with standard opencv code ARM Neon ARM
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
pi19404
|
Updated: 12 Aug 2014
Rating:
(No votes for this Article)
|
|
17.
Multi Class Logistic Regression Training and Testing
IntroductionIn this article we will look at training and testing of a Multi-class Logistic Classifier Logistic regression is a probabilistic, linear classifier. It is parametrized by a weight matrix $W$ and a bias vector $b$. Classification is done by projecting data points onto a set of hyperpl
(The Code Project Open License (CPOL))
Development Lifecycle »
Testing and QA »
UI Testing
|
pi19404
|
Updated: 12 Aug 2014
Rating:
(No votes for this Article)
|
|
18.
Adaptive Skin Color Detector
Adaptive Skin Color DetectionIntroductionIn this article we will look at Adaptive Skin Color Detection technique described in the paper \cite{Dadgostar:2006:ARS:1151986.1151991}.Skin Color can be efficiently represented using Hue channel of HSV color space.A static Skin color detector/Global Skin co
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
pi19404
|
Updated: 12 Aug 2014
Rating: 5.00/5
(1 vote)
|
|
19.
Using jQuery Binding to make cross-domain calls with Closure Callbacks
It was hard to come up with a title to this post because I somehow needed to convey the awesomeness for a problem which I don’t think a lot of people realise they have. Quite simply, it is to do with the asynchronous manner in which we make JSONP calls (if you’re not sure how […]
(The Code Project Open License (CPOL))
|
Ben Liebert
|
Updated: 12 Aug 2014
Rating: 5.00/5
(2 votes)
|
|
20.
Step by Step Guide to Building a Cross-Platform Application in HTML, CSS & Javascript
Back in the days when your computers came in options of the cream, the white, the off-white, the ivory or the beige, it was very frustrating that an application you put so much effort into wasn’t usable on other computers. You had to make a choice, and my choice was Windows. It was just when [̷
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
CSS
|
Ben Liebert
|
Updated: 12 Aug 2014
Rating: 5.00/5
(2 votes)
|