Experience full Platform power
http://www.appcelerator.com/pricing/
eduTrac Student Information System
http://sourceforge.net/projects/edutrac/?source=directory
Course Registration Management System
http://sourceforge.net/projects/coursems/
Complain Management System
http://sourceforge.net/projects/complain-management-system/?source=directory
EducationSystem
svn checkout svn://svn.code.sf.net/p/education-system/code/ education-system-code http://sourceforge.net/p/education-system/code/HEAD/tree/EducationSystem/
devleopment tool
Customers
Csharp-How-to-Make-the-ComboBox-Values-Distinct-Un
IList<string> listName = new List<string>(); while (dr.Read()) { listName.Add(dr[0].ToString()); } listName = listName.Distinct().ToList(); ComboBox1.DataSource = listName;
Free SQL Server Reporting Software
원문보기 You are here: Home / Lists / BI Lists / Free SQL Server Reporting Software Free SQL Server Reporting Software April 19, 2015 by mb Eclipse Birt BIRT (free BI suite) is an open source software project that provides the BIRT technology platform to…
Create a Custom WordPress Plugin From Scratch
1. Introduction WordPress is gaining more and more popularity each day, not just as a blogging platform but also as a basic CMS, thus improving and extending its basic functionality becoming a day-to-day necessity for a lot of developers. Fortunately,…