OnecoreOnecoreOnecore is the ultimate developer resource,featuring articles,developer interviews and a lot of content that helps programmers.At onecore,you will find articles about C,Scripting,game design and more.Wheather you are beginner or intermediate develope
Articles:
1, 2
Articles
SQLite Administrator
2010-06-29 11:48:00 If you?re using SQLite for your small apps then using GUI interface for database creation can be handy. There is no official GUI tool for manipulating SQLite database. There are some 3rd party gui tools for sqlite. Few tools are either discontinued or are still packaged with old version of sqlite. You can download SQLite ... More About: Programming , Design , General , Database
Source Code Escrow
2010-06-21 17:35:00 A source code escrow is a part of software escrow service which protects software sourcecode in the events like bankruptcy, trade secrecy etc. Source code escrow service is preferred by many businesses that outsource their work to third part software services. Software escrow agent is a media between two parties which is usually requested by ... More About: Programming , General , Code
JIT Compilers in .NET Environment
2010-06-13 11:45:00 JIT (Just in time) compiler is a part of the .NET runtime execution environment. Unlike traditional compilers JIT doesn?t compile the full class file in one shot. Compilation is done on function basis or file basis. JIT compilation has advantage over traditional compilation that heavy parsing of original source code is avoided. Compilation in .NET ... More About: Software , Programming , Environment , Tutorials , General
ASP.NET- Validation Controls
2010-06-10 16:55:00 Whenever you want to check the data entered by users is valid or not then you are supposed to add validation controls. ASP.NET has validation framework that allows developers to create client-side and server-side controls with minimum coding. Client Side validation controls are easy to create and are convenience to users. It improves performance by ... More About: Software , Programming , General , Validation
How to create a master page in visual studio ?
2010-06-02 16:51:00 To keep the core layout of your pages consistent you can use master page in your asp.net application. Master pages allow you to keep layout consistent within all the pages of your asp project. There are few more advantages of using master pages in your project: - Master pages allow you to centralize the common ... More About: Programming , Tutorials , Visual Studio , General , Page
XML Syntax Rules
2010-05-13 17:21:00 XML is growing rapidly and you?ll find yourself working with XML files while working on java or .NET platform. There are some rules that needs to be considered while working with XML files. In this article you?ll learn some of the syntax rules of XML. Rule 1: XML Tags are case sensitive. Rule 2: Opening and Closing of the ... More About: Software , Programming , Design , Tutorials , General
Difference Between Session Bean and Entity Bean
2010-05-09 11:05:00 In this post i?ve explained some of the differences between session bean and entity bean. Session Bean s - Session Beans represent a process or flow. - Each session bean is associated with one EJB client at time. (Session Beans are threadsafe) - Session bean have types stateless and stateful. Stateless beans don?t maintain states while stateful bean does maintain ... More About: Programming , Tutorials , Java , General
How to add javascript to aspx page ?
2010-05-08 10:12:00 Javascript let?s you enhance your webpages. Javascript can control events and even add effects to parts of your web page. Adding javascript to your asp page will definitely enhance your website. Adding javascript to your pages: You can embed javascrip into your aspx pages either internally or externally. Let?s see how you can add javascrip within ... More About: Programming , Tutorials , General , Page , Javascript
ASP.NET Controls: Using AdRotator
2010-05-07 10:28:00 If you wish to show ads on your webpage then adrotator control will come handy for you. This control allows you to select impressions, images and even allows you to redirect to another URL if any person clicks on image. Adrotator control minimizes headache of using external advertising scripts and you?ll be able to display ... More About: Programming , Tutorials , General
ASP.NET Books
2010-05-06 09:13:00 If you?re a beginner asp.net programmer then you?ll learn most of the programming skills from MSDN videos and tutorials. But there is limitation to how much you?ll learn from tutorials and videos so you need to get a good book or ebook for yourself for good asp.net reference. There are many good books which you ... More About: Programming , Books , General
ASP.NET application folders
2010-05-05 13:51:00 ASP.NET 3.5 uses file based approach and we?re allowed to create as many folders and files in our application without recompiling each and every time a new file is added to the solution. Visual studio IDE has the capability to automatically precompile asp.net applications dynamically. ASP.NET 3.5 has already defined folder structure that let?s you ... More About: Software , Programming , General , Folders
How to use scanner class in java ?
2010-05-04 13:52:00 Whenever you want interactivity in your program then you need to get input from the user. Most of the applications require input from user and with or without modification output is displayed to user. From version 1.5 java let?s you use scanner class to get input from user and you can easily show this output ... More About: Programming , Tutorials , Java , General , Class
Triggers in MS-SQL Server
2010-03-28 22:21:00 Whenever database is modified then triggers are fired based on the event set. Two logical tables are created when triggers are fired. 1. Inserted 2. Deleted Types of triggers: 1. Insert trigger 2. Update trigger 3. Delete trigger Let?s take a look and update trigger: Column level update : Update trigger updates when any column is updated. Table level update: Any value in table ... More About: Programming , Tutorials , General , Database , Server
Learning CSharp with Sharpdevelop
2010-02-27 15:39:00 When it comes to building .NET applications our first choice is always visual studio. But for some people it can be big download even if they choose to download visual c# express. Sharp develop is one alternative that can be used in such cases as it is perfect for creating .net applications and it much lighter ... More About: Tutorials , Learning
Interview with StoicJoker
2010-01-19 09:19:00 Today we sit down and ask some questions to StoicJoker,member of donationcoder.com. Q. Hi, tell us a bit about yourself. Well? To start this is actually the very question most likely to sink me in a job interview (as I hate trying to describe myself). I will be 45 this coming Tuesday (1/19), and my 21st wedding ... More About: Interviews , General , Interview
Tyler(pyrohacker)
2010-01-15 20:56:00 Today we have tyler, NANY participant and coder with us so let’s get to know him more. Q. How did you first get started in computers? I first got started in computers by messing around with them. I’ve liked computers for as long as I can remember, but I never started coding until my cousin told ... More About: Interviews , General , Tyler
Jonathan Prater
2010-01-10 19:05:00 Today we’re with Donationcoder’s NANY participant Jonathan Prater. Q. Hi, tell us a bit about yourself. I’m 31 years old, and I live in Maryland. I work as a computer technician during the day, and in my off-hours I do development stuff and run a highly-profitable business. I’ve been married for 5-and-a-half years. Q. How did ... More About: Interviews , General
Using MS-SQL Server Express
2009-11-26 14:59:00 Earlier I have written beginners guide on MS-SQL server. In this post i?ll cover few more things about ms-sql server which are intended towards beginners. If you are beginner then I suggest you to read this post first. How to add comments in sql-server script? You can use ?- -?to add comments to the sql server. ... More About: Software , Programming , Design , Tutorials , General
Smallbasic
2009-09-18 15:18:00 Smallbasic is simple language targeted for beginners. It tries to make it easier for newbies to start with programming. Smallbasic can be downloaded from this site. Installation is easy, all you need for smallbasic is .NET 3.5 SP1. Without .NET framework you can?t install smallbasic. If you?ve .NET installed then all you?ve to do is install ... More About: Software , Programming , General , Review
Developing C/C++ programs under ubuntu
2009-08-27 16:40:00 I already covered how to write c++ programs in linux. But in that article, i didn?t mentioned about how to install compilers and stuff. So this post will cover how to install compilers in ubuntu and to write, compile and run program. Installing C/C++ compilers Enter this into terminal (Note: you?ll be asked for root ... More About: Linux , Programming , Tutorials , Ubuntu , Programs
Libraries and Namespaces
2009-05-29 10:37:00 C++ comes with a number of standard libraries.Some libraries are commercial & limited to perticular compiler while some are included in every compiler.These libraries place their definitions inside namespace.So we’ll discuss what namespace is,but before moving onto namespace let’s clear few things about libraries. Libraries In C++,you came across so many built-in libraries.You can use these libraries ... More About: Programming , Tutorials , General
Generate Javadoc using Eclipse
2009-05-22 03:22:00 If your java project is getting bigger then it is good idea to create Java doc of the project. So that it gets easy to understand the class and method usage. Follow the instruction shown below to create Javadoc for your project. 1. You can use the following comment style used in eclipse while generating Javadoc. /****Javadoc comment** */ 2. Click ... More About: Programming , Tutorials , General
Locale
2009-05-20 02:08:00 Sometimes the question is asked to students that ?What is locale?? during interviews. Let?s talk about it in this post. As per Wikipedia : In computing, locale is a set of parameters that defines the user’s language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale ... More About: Software , Programming , Java , General
Processing Mobile Edition
2009-05-05 17:06:00 We already discussed about possibility of graphics and visualization using processing. There is separate edition of processing for mobile visualization, if you want to develop sketches for mobiles. Mobile version shares most of the features from processing. So you still need processing documentation for most of the graphics function. If you?re new to processing environment ... More About: Programming , Java , General , Edition
Python Graphic Libraries
2009-04-13 12:13:00 Python doesn’t have native core graphics library or toolkits.But there are plenty of extentions available for python.This article discusses some of available python libraries. Weave The weave package allows the inclusion of C/C++ within Python code and is useful in accelerating Python code. Weave is a subpackage of scipy. License: BSD-style license. Website: http://scipy.org/Weave PyOpenAL PyOpenAL is a binding of OpenAL ... More About: Software , Programming , Python , General , Graphic
Processing language
2009-03-15 11:40:00 When it comes of data visualization there are plenty of options available like Prefuse,Flash,Java,Lingo,DBN.There is one more options that is worth to be on the list : Processing.Processing allows you to create sophisticated visual & conceptual structures.Processing is based on java with which you can create browser applet & standlaone applications.The best part about processing ... More About: Software , Programming , Design , Tutorials , General
Carl Danley
2009-02-18 23:27:00 The develper of WordByter & member of donationcoder gives us an insight into his life. Q. Please tell us a bit about yourself. A. I am currently 20 years old and I attend the University of Central Florida where I’m a second-year student. I love programming very much and have picked Computer Science as my Major. While ... More About: Interviews , General , Carl
JAR Files
2009-02-16 22:10:00 When you have so any classes for your java program then it is good practice to create jar file. A jar files allows developer to efficientl deploy a set of classes and their associated resources. What JAR file can do? When developer uses various media files, class files for his java program then JAR files canbe used ... More About: Programming , Java , General , Files
C++: Multiple Source files
2009-02-15 09:55:00 It can be inconvenient to write a long program within a single file. When programs grow to hundreds or thousands of lines, breaking them into modular units helps manage the program.This way you can bring modularity in your project.Both C & C++ allows you to break your program in multiple source files.This article will discuss ... More About: Programming , Tutorials , General , Source , Files
C++ Templates
More articles from this author:2008-07-05 04:56:00 Template in C++ is very interesting topic. Templates allow you to define functions and Classes that have parameters for type names. This article is about C++ templates, its types and its usage. What is template? Templates allow us to define generic classes. Template is mechanism which allows us to use one function or class to handle ... More About: Programming , Tutorials , General , Review 1, 2 |



