We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

DevX - Software Development Resource

Palindrome Generation

This is a code is written with the gcc platform (Ubuntu, LINUX); however, since it is C-based code, it should be portable. The listing generates a palindrome number from some

AWS Announces a Flood of New Cloud Computing Services

During its Re:Invent conference, Amazon Web Services (AWS) announced several new cloud computing services. They included the following: AWS Import/Export Snowball–This unusual data transfer service involves sending the customer a

DevX - Software Development Resource

test 3 for white space

Finally, execute the commands in the pipeline and do something with the output: Collection output = pipeline.Invoke(); foreach (PSObject psObject in output) {      Process process = (Process)psObject.BaseObject;      Console.WriteLine(“Process name: ” + process.ProcessName); } foreach (PSObject psObject in output) {    Process process = (Process)psObject.BaseObject;    Console.WriteLine(“Process name: ” + process.ProcessName); }

DevX - Software Development Resource

test 2 for white space

this is a test for indenting: Private Sub GetCurrentMethodName() /* indented with spaces*/ Dim sfFrame As StackFrame = New StackFrame() Dim mbMethod As MethodBase = sfFrame.GetMethod() MessageBox.Show(mbMethod.Name) /* indented with

DevX - Software Development Resource

How to work on SQL

How to work on SQL How to work on SQL How to work on SQL How to work on SQL How to work on SQL How to work on SQL

DevX - Software Development Resource

This is a test

The following is a chunk of code to see if formatting his maintained: Private Sub GetCurrentMethodName()        Dim sfFrame As StackFrame = New StackFrame()     Dim mbMethod As MethodBase = sfFrame.GetMethod()    

DevX - Software Development Resource

JAVAFX Test test

JAVAFX Test testJAVAFX Test testJAVAFX Test testJAVAFX Test test JAVAFX Test testJAVAFX Test testJAVAFX Test test JAVAFX Test test JAVAFX Test testJAVAFX Test testJAVAFX Test test JAVAFX Test testJAVAFX Test

DevX - Software Development Resource

How to Configure c#

How to Configure c#How to Configure c#How to Configure c#How to Configure c#How to Configure c#How to Configure c#How to Configure c#

IoT Requires Defense in Depth

As hackers begin to exploit vulnerabilities deeper in the technology stacks around us, we need to focus on security along multiple vectors. An effective security strategy will address the entire

JIRA Splits Into Three Versions

Atlassian has announced that its popular JIRA issue-tracking system will now come in three versions: JIRA Software is the traditional version for software developers and enterprise application development teams to

DevX - Software Development Resource

The Value of a Computer Science College Education

The value of college education in general is a hotly debated topic these days, especially in the US. I’ll focus here on computer science education. There is little question that

DevX - Software Development Resource

Convert Delimited Text File to DataTable

The following code converts a delimited text file to a DataTable: Private Function CreateDataTable(ByVal path As String, ByVal headers As Boolean, ByVal delimiter As Char) As DataTable Dim dt As

DevX - Software Development Resource

Get Letter Count

The following code returns the amount of times that a char appears in a stringPrivate Function GetLetterCount(ByVal input As String, ByVal letter As Char) As Integer Return input.ToCharArray().Count(Function(c) c =

Objective-C Popularity Declines

The big news in this month’s update to the Tiobe index of programming language popularity is that Objective-C fell out of the top ten for the first time in five

Autonomy Strikes Back

Back in 2011, HP acquired Autonomy, a UK-based enterprise software firm with big data expertise. The deal quickly went bad with HP alleging accounting improprieties and filing a $5 billion

GitHub Updates Authentication, LFS

During its GitHub Universe conference, GitHub announced several improvements to its code-sharing service, which is incredibly popular among open source developers and enterprise application development teams. First, the company announced

IBM Launches Bluemix Local

IBM has added a new option for enterprises interested in its Bluemix platform as a service: Bluemix Local. This latest iteration of Bluemix runs behind the corporate firewall and enables

DevX - Software Development Resource

Can Agile and Open Source Get Along?

Open source development has never been more prevalent and successful than it is today. The biggest players regularly publish the latest and greatest technology with permissive licenses. Some companies even

Microsoft Launches Azure Data Lake Store

Ahead of its AzureCon event, Microsoft has announced several improvements to Azure’s big data capabilities. Most notably, the company launched Azure Data Lake Store, an expansion of Azure Data Lake.

Getting Started with Container Based Deployment

Application life cycle management (ALM) is the process of creating application software and includes many different aspects???such as gathering requirements, architecture and detailed design, implementation, testing, change management, maintenance, integration,