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.
Better to ask for forgiveness then permission
Better to ask for forgiveness then permission Some people are thinking better to ask for forgiveness then permissions? (Sorry for the pun in the title). In the modern computing environment, file level permissions are important in operating systems. We do not interact with them directly in
(The Code Project Open License (CPOL))
Languages »
VB.NET »
General
|
jeffery c
|
Updated: 28 May 2014
Rating:
(No votes for this Article)
|
|
2.
Best practice front-end architecture using Microsoft ASP.Net MVC and Rivets.js
A few years ago I wrote an article about best-practice architecture for web applications built in Microsoft.Net. This was focused entirely on the back-end and I mentioned at the end that I would do a front-end article one day. So, here we go… First of all, let’s get some basic requirements down: y
(The Code Project Open License (CPOL))
Languages »
Other .NET Languages »
Forth .NET
|
Ben Liebert
|
Updated: 28 May 2014
Rating:
(No votes for this Article)
|
|
3.
How-to : End to End automated testing with Specflow
End-to-End testing is about testing a full “slice” of an IS, from user input to tiers (DB, service provider) and back to the system output. For this concern, at Betclic, we use 2 tools : Specflow : it’s a Behavior…Read more ›
(The Code Project Open License (CPOL))
Development Lifecycle »
Testing and QA »
UI Testing
|
Betclic Tech
|
Updated: 28 May 2014
Rating:
(No votes for this Article)
|
|
4.
Myths about TDD
Myths about TDD
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Bogdan Bujdea
|
Updated: 28 May 2014
Rating: 5.00/5
(2 votes)
|
|
5.
Generic Functions to Generate INSERT, UPDATE & DELETE Oracle SQL Query
Introduction: This example shows how you can generate INSERT, UPDATE & DELETE SQL Query for Oracle DB. Here you’ll get three functions i.e. insertSQL(), updateSQL() & deleteSQL() to generate INSERT, UPDATE & DELETE SQL Query respectively. These three functions will return the respective query
(The Code Project Open License (CPOL))
Database »
SQL Reporting Services »
General
|
Debopam Pal
|
Updated: 28 May 2014
Rating:
(No votes for this Article)
|
|
6.
Data Templates Implementation Outside of WPF
Data Templates Implementation Outside of WPF CodeProject Code Location The code for this blog post can be downloaded from NonWPFDataTemplatesTests.zip. Introduction Here I continue a series of blog posts regarding implementing WPF concepts outside of WPF. WPF is built around a hierarchy of visual ob
(The Code Project Open License (CPOL))
Desktop Development »
Grid & Data Controls »
General
|
Nick Polyak
|
Updated: 28 May 2014
Rating: 5.00/5
(2 votes)
|
|
7.
Saving data to a file in your Android application
This is the second post in my series about storage in Android applications. The other post is available here : http://blog.cindypotvin.com/introduction-how-to-save-data-in-your-android-application/ This post is about saving to a file from an Android application, which is the easiest way to store dat
(The Code Project Open License (CPOL))
Mobile Development »
Android »
General
|
Cindy Potvin
|
Updated: 27 May 2014
Rating: 4.11/5
(2 votes)
|
|
8.
WCF FAQs - Part 1
The article is a collection of most frequently asked questions about Windows Communication Foundation covering the beginner level.What is WCF?Microsoft refers WCF as a programming platform that is used to build Service-oriented applications. Windows Communication Foundation is basically a unified pr
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Communication Foundation »
General
|
Imran Abdul Ghani
|
Updated: 27 May 2014
Rating:
(No votes for this Article)
|
|
9.
Simple Steps to Enable Transactions in WCF
Transaction is basically a logical unit of work comprising of activities that all needed to be succeeded or failed, and also it must be compliant with ACID principals.Movement of money from a bank account to another is a simple example of a transaction. In this single transaction, two operations wil
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Communication Foundation »
General
|
Imran Abdul Ghani
|
Updated: 26 May 2014
Rating: 5.00/5
(1 vote)
|
|
10.
3 Techniques for Instance Management in WCF
This post discusses 3 techniques for instance management in WCF.
(The Code Project Open License (CPOL))
Web Development »
Site & Server Management »
General
|
Imran Abdul Ghani
|
Updated: 26 May 2014
Rating: 5.00/5
(1 vote)
|
|
11.
Oracle Database Table to JAVA Bean Class Converter
Oracle database table to Java Beans Class Converter
(The Code Project Open License (CPOL))
Database »
Database »
Oracle
|
Debopam Pal
|
Updated: 25 May 2014
Rating:
(No votes for this Article)
|
|
12.
ASP.NET MVC – What Are the Uses of DataType and DisplayColumn Attributes?
What are the uses of DataType and DisplayColumn attributes?
(The Code Project Open License (CPOL))
Languages »
Other .NET Languages »
Forth .NET
|
Arun Ramachandran India
|
Updated: 25 May 2014
Rating: 5.00/5
(1 vote)
|
|
13.
Creating a wireless router / access point with #raspberrypi and #raspbian #linux
What about creating my own low powered development network infrastructure at home? Sounds like a good idea right? You can hack the router settings, creating vlans, control your network traffic, ...Other reason is to create an abstraction layer between your ISP router and your physical network that c
(The MIT License)
General Reading »
Uncategorised Technical Blogs »
General
|
aetheon
|
Updated: 25 May 2014
Rating:
(No votes for this Article)
|
|
14.
Get Detail IP Address Information of any JAVA Client
Source File: IP.Java Introduction: This example shows you how you get detail information of of any client IP address such as Country Code, Country Name, City and many more. Here I use a API provided by freegeoip. freegeoip is a public REST API for searching geolocation of IP addresses and host names
(The Code Project Open License (CPOL))
Desktop Development »
Smart Client »
General
|
Debopam Pal
|
Updated: 25 May 2014
Rating:
(No votes for this Article)
|
|
15.
Google Docs to clean html, good for WordPress posts, emails
Google docs is a great platform to write documents, especially when you compare it with the WordPress editor. It would be good to have a clean way to export a Google doc to a wordpress post or generate nice looking emails. If you copy and paste a Google doc into a WordPress post, it loses many ...M
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
HTML
|
Omar Al Zabir
|
Updated: 25 May 2014
Rating:
(No votes for this Article)
|
|
16.
Nested GridView in ASP.NET using C#
Download Source File Introduction: This example shows you how you create Nested GridView i.e. GridView under another GridView using little JQuery Code. Lets explain. Background: I’m using Northwind Database here. Quick Start: In Master GridView I’ll show you the Customer’s details
(The Code Project Open License (CPOL))
Web Development »
ASP »
Code Project scripts
|
Debopam Pal
|
Updated: 25 May 2014
Rating: 4.50/5
(2 votes)
|
|
17.
Oracle Database Table to JAVA Bean Class Converter
Source Files: 1. TableBeanMapping.java 2. SQLJavaDatatypeMapping.java 3. ColumnDatatypeMapping.java 4. OracleJDBC.java 5. ColumnDatatypeEntry.java 6. ConnConfig.properties Introduction: This example shows how you convert Oracle Database table to a JAVA Bean class. It allows you to generate Java Bean
(The Code Project Open License (CPOL))
Database »
Database »
Oracle
|
Debopam Pal
|
Updated: 24 May 2014
Rating:
(No votes for this Article)
|
|
18.
SharePoint 2013 and Office 365 (SharePoint Online) App Provisioning and Installation Options
App deployment is different from app development. App deployment is depends on how administrator is going to install the app. App deployment can be done in Web Scope Tenant Scope For both deployments we need App Catalogue in functioning. Apps are currently coming from two main sources as From Org
(The Code Project Open License (CPOL))
Enterprise Systems »
Office Development »
General
|
Melick
|
Updated: 24 May 2014
Rating: 5.00/5
(1 vote)
|
|
19.
Simple chat application using NodeJS and Socket.IO
CodeProjectBefore we start creating a chat application with NodeJS, I'll just give you a brief idea of what NodeJS and Socket.IO is and what is does.What is NodeJS ? NodeJS is a platform built for fast, scalable network applications. It is also used for creating real-time applications that interact
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Karthik Chintala
|
Updated: 24 May 2014
Rating:
(No votes for this Article)
|
|
20.
Identifying the PLOT in Software Design
In 1957, C. Northcote Parkinson proposed in his book Parkinson's Law that "organizations give disproportionate weight to trivial issues." This statement later became known as Parkinson's Law of Triviality, or PLOT. Parkinson spoke of a story contrasting the trivial cost of building a bike shed to an
(The Code Project Open License (CPOL))
Graphics / Design »
Windows 8 Design »
Design
|
Zac Gery
|
Updated: 24 May 2014
Rating: 4.00/5
(1 vote)
|