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 GridView Client Side Validation
We will explore the technique in jQuery to validate the ASP.NET GridView.
(The Code Project Open License (CPOL))
Web Development »
ASP.NET Controls »
Grid Controls
|
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
|
Updated: 30 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
2.
Virtual Method Call In contructor
I recently discovered the following warning from ReSharper: So what exactly does Virtual member call in constructor actually mean, and why am I being warned about this?Virtual membersIn C# a virtual member is a method or property which is prepended with the modifier virtual, meaning that it may be o
(The Code Project Open License (CPOL))
Third Party Products »
Third Party Products and Tools »
General
|
Matthew Edmondson
|
Updated: 30 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
3.
ASP.Net Web Services – How to consume a web service from a client application?
In last day, we were discussing about creating ASP.Net Web Services. You can read that article here. In this article, we will go over consuming a web service from a client application. Let’s try to consume the web service which we have created in the previous article. Follow the be
(The Code Project Open License (CPOL))
Web Development »
Web Services »
ATL Web Services
|
Arun Ramachandran India
|
Updated: 30 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
4.
UnitC++
This post is an introduction to a library I have written, UnitC++. UnitC++ is a modern, light weight, header-only c++ library for making unit testing easy. The intention of this library is to make it really easy to test c++ code in a portable way. How to use UnitC++ How to get UnitC++ UnitC++ is [&#
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
David Corne
|
Updated: 30 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
5.
TFS Work Item Visualizers
In my last post (Introduction to DotNet Pretty) I mentioned that I would be added more visualizers to DotNet Pretty soon . Today I finally managed to get around to that and added some visualizers for TFS Work Items. 3 new visualizers were added 2 debugger display visualizers and 1 debugger visualize
(The Code Project Open License (CPOL))
Development Lifecycle »
Work Issues »
The Developer's Life
|
Gordon W Beeming
|
Updated: 30 Jul 2014
Rating:
(No votes for this Article)
|
|
6.
Run SQL Script (.sql) containing DDL, DML, SELECT statements & PL/SQL Block through Reader in Java
DOWNLOAD Source Files: 1. ScriptRunner.java 2. Table.java 3. commons-lang.jar Introduction: In this Article, I will show you how to run a SQL script file using ScriptRunner class. Through this class, you can execute any DDL, DML statement including SELECT Statement and any PL/SQL Block like PROCEDUR
(The Code Project Open License (CPOL))
Database »
SQL Reporting Services »
General
|
Debopam Pal
|
Updated: 30 Jul 2014
Rating:
(No votes for this Article)
|
|
7.
How to conditionally hide, disable, and make mandatory fields on SharePoint forms dynamically
Here I'd like to demonstrate the most popular cases you may face during implementation of SharePoint forms with complex logic. Most likely you will need to combine the cases described below to cover your requirements but it's quite easy if you have enough samples. To accomplish the tasks
(The Code Project Open License (CPOL))
Enterprise Systems »
SharePoint Server »
Custom Controls
|
Dmitriy Kozlov
|
Updated: 30 Jul 2014
Rating: 5.00/5
(2 votes)
|
|
8.
Collect .NET applications traces with sysinternals tools
In this short post I would like to show you how, with sysinternals tools, you may noninvasively trace .NET applications. This is especially useful in production environment where you can’t install your favorite debugger and hang whole IIS to diagnose…Read more ›
(The MIT License)
|
Sebastian Solnica
|
Updated: 30 Jul 2014
Rating: 5.00/5
(2 votes)
|
|
9.
JavaScript Promises Are Cool
“And when I promise something, I never ever break that promise. Never.” ― Rapunzel Many languages have libraries of interesting schemes called promises, deferreds, or futures. Those help to tame the wild asynchronous into something more like the mundane sequential. JavaScript promises can promote se
(The Code Project Open License (CPOL))
Web Development »
Client side scripting »
JavaScript
|
Keyhole Software
|
Updated: 30 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
10.
I Choose JavaScript
Recently I’ve been thinking a lot about choosing a niche in software development. The idea has always been at the back of my mind, but now the time feels right to take a gamble and pick a technology to focus my learning efforts on, at the expense of other potentially interesting and fun techno
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Ronnie Mukherjee
|
Updated: 30 Jul 2014
Rating:
(No votes for this Article)
|
|
11.
Using Visual Studio AutoRecover to Avoid Losing Your Work (and your Mind)
If you have ever worked in an environment that may not have been the most reliable or you are simply a worry-wart when it comes to possible data loss, then this might be for you. When discussing a recurring issue with another developer, he complained that his older computer frequently crashed which
(The Code Project Open License (CPOL))
Development Lifecycle »
Work Issues »
Pro Developer
|
Rion Williams
|
Updated: 30 Jul 2014
Rating: 4.00/5
(1 vote)
|
|
12.
Is the XCOM PRNG Broken?
So I sat down to play XCOM the other day. Great game for the most part. However, there were a couple of sequences where I would fire with 3 different soldiers at 90+% chance to hit and I would miss all three times. Well, when you do the math on that ~.1^3 chance for that […]
(The GNU General Public License (GPLv3))
General Programming »
Algorithms & Recipes »
Math
|
Grant Curell
|
Updated: 30 Jul 2014
Rating:
(No votes for this Article)
|
|
13.
Integer Overflow in Hearthstone
Integer Overflow Illustrated in Hearthstone How having over 2 billion health destroys the monster A friend recently showed me this video and asked what happened and I thought it was a perfect illustration of a classic problem in computer science – the integer overflow. At 8:25 the monster has
(The GNU General Public License (GPLv3))
General Programming »
Algorithms & Recipes »
Math
|
Grant Curell
|
Updated: 30 Jul 2014
Rating:
(No votes for this Article)
|
|
14.
Checking Open Ports with Ruby
Below is the code for listing open ports on a windows box via Ruby. This line first lists all active connections via netstat. The find “LISTENING” section lists those ports in a listening state. The “find /V” looks for any line without “0.0.0.0″. This last part is
(The GNU General Public License (GPLv3))
Languages »
Other .NET Languages »
Ruby
|
Grant Curell
|
Updated: 30 Jul 2014
Rating:
(No votes for this Article)
|
|
15.
MEAN.io VS MEAN.js and deploying the latter on DigitalOcean
What are they? MEAN.(io + js) are both full-stack JavaScript frameworks, and they are both comprised of these technologies: MongoDB – leading NoSQL database, empowering businesses to be more agile and scalable Express – minimal and flexible Node.js web application framework, providing a robust
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
Nikola Breznjak
|
Updated: 30 Jul 2014
Rating:
(No votes for this Article)
|
|
16.
How Fast is .NET Garbage Collector? Part 1
How fast is .NET garbage collector
(The Code Project Open License (CPOL))
|
morzel
|
Updated: 28 Jul 2014
Rating: 4.95/5
(22 votes)
|
|
17.
Setting Up a VPN Server on Ubuntu Using OpenVPN
Below is a setup for OpenVPN on Ubuntu 14.04. With some modifications, it should work on most flavors of Linux Much of the setup came from https://help.ubuntu.com/14.04/serverguide/openvpn.html with a couple of modifications to work out any bugs I ran across. Keep in mind this is for a routed VPN.
(The GNU General Public License (GPLv3))
Enterprise Systems »
Content Management Server »
General
|
Grant Curell
|
Updated: 28 Jul 2014
Rating:
(No votes for this Article)
|
|
18.
How fast is .NET Garbage Collector? Part 2.
Read the first part of the article if you haven’t done so already. Part 1 has a brief overview of what GC is and how it performs its magic. It contains a test of GC performance with regards to large array of bytes. You can also find there a detailed information about my test environment…
(The Code Project Open License (CPOL))
|
morzel
|
Updated: 28 Jul 2014
Rating: 5.00/5
(5 votes)
|
|
19.
How I rolled my own simple (DSL) Domain specific Language and you can too!
CodeProject FYI I'm talking about this.... PreambleSo a project required me to take the following statement"C#" or "Vb.net" and Not "Java"and create a filter based on it that equates to the following logic.if((file.Contains("C#")||file.Contains("Vb.net"))&&(!file.Contains("Java"))){ SearchResult.Ad
(The Code Project Open License (CPOL))
Languages »
C / C++ Language »
General
|
TerranceSmith
|
Updated: 27 Jul 2014
Rating:
(No votes for this Article)
|
|
20.
Practical Vim by Drew Neil, The Pragmatic Bookshelf
Great book!I have been learning Vim for just over a year now. It’s hard - hellishly hard - especially for my Windows based brain. Yet as much as it is hard, it is addictive to learn. In the last year I have read numerous blog posts, watched countless tutorial videos, played a number of online Vim ga
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
MarkPearlCoZa
|
Updated: 27 Jul 2014
Rating:
(No votes for this Article)
|