(Rohatash Kumar) This article shows how to create a Class Library project and include it into a web application project. ASP.NET is part of the Microsoft .NET Framework. To build ASP.NET pages, you need to take advantage of the features of the .NET Framework.
Author: SSWUG Research
SharePoint Style Counsel
(Ellen van Aken) Most people think that SharePoint does not look nice. So they customize the standard look and feel. They bring in a bunch of designers for every site that facilitates an important corporate initiative.
Some storage engine features you only get if you’re InnoDB
(Stewart Smith) I had reason to look into the extended secondary index code in MariaDB and MySQL recently, and there was one bit that I really didn’t like.
Integrate Web Services With DB2 for i 7.1
(Hendry Chairulsyah) The existence of Web services creates the potential to unite the data from remote sources with the data that is stored locally in a relational database. For customers who have not yet upgraded to the latest technology updates of DB2 for i 7.1, integrating a Web service with DB2
A couple of well-known but often forgotten things for PL/SQL developers
(Sayan Malakshinov) 1. Don’t forget always add NO_DATA_FOUND exception handling, when you doing “select into” in code which can be called as from PL/SQL, as from SQL.
Moving Data From Excel to SQL Server – 10 Steps to Follow
(Andy Brown) SQL Server Integration Services provide a versatile way of reading Excel files into SQL Server. A task like this illustrates the advantages of the graphical approach of SSIS.
EclipseLink 2.5 Release Available for Download
(Blaise Doughan) On behalf of the MOXy JAXB committers (great job by all), I am very proud to announce that EclipseLink 2.5 has been released and is available for download. In this post I will summarize what is new in the MOXy component.
Monitoring SQL Server Disk Space
(Mike Eastland) Some DBAs are fortunate enough to have a centralized solution in place to monitor the health of the servers they manage. Many of us rely on home-grown scripts and native tools to perform this vital job function. One of the most important aspects to monitor is available disk space.
Paging DataGridView in C# using LINQ
(mohammad amiri) This article explains how you can make a DataGridview with paging capability in C# for Windows Forms (not in ASP.NET because there is a DataGridView with paging property in ASP.NET). It is so simple to do this so I decided to share my expereince with those who want to know!
Inserting JSON data into Postgres using JDBC driver
(Denish Patel) One of the clients of OmniTI requested help to provide sample application to insert JSON data into Postgres using Java JDBC driver . I’m not Java expert so it took a while for me to write a simple java code to insert data.
