Click here to Skip to main content

Latest Updates

Article filter
Articles since
Minimum score
Show


Articles per page
Tags
0 OriginalGriff 1,200
1 Sunasara Imdadhusen 960
2 Naerling 565
3 Colin Eberhardt 505
4 CodeProject 430
0 Shivprasad koirala 1,440
1 Shemeer NS 1,400
2 CodeProject 1,345
3 DaveAuld 1,300
4 Jon Woo 990


Wednesday, April 24, 2013
C#
John Michael Hauck
Some ad hoc performance test results for a simple program written in C# as obtained from my current desktop computer: Dell Precision T3600, 16GB RAM, Intel Xeon E5-2665 0 @ 2.40GHz, NVidia GTX Titan.
Cross Platform
John Atten
TL:DR – For a newcomer to Linux, likely starting out with Ubuntu or Linux Mint, installing applications that are not part of the Software Manager or Synaptic Package Manager catalog for the chosen distro is not always intuitive at first. I take a rather long look at how to get Sublime Text 2 prop
Tuesday, April 23, 2013
ASP.NET Controls
Rion Williams
Centering a SliderExtender control in ASP.NET WebForms.
ASP.NET
Rion Williams
This post will cover how to implement a very basic Audit trail within your ASP.NET MVC Application using custom ActionFilters, which will allow you to decorate specific Controllers and Actions that will be designated to log details of a specific user interaction to later identify (or incriminate) th
Applications & Tools
marcofranssen
In this blog series I will explain to you how to set up continuous integration.
Anuraj Parameswaran
How to install NuGet packages directly.
ASP