Other News

Community

Page methods in asp.net

(Jalpesh) Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET F

Community

Updating Table View Columns

(Michael McLaughlin) Answering a reader’s question: How can you sort data inside an Oracle table view column? This blog post shows you how to perform the trick, but for the record I’m not a fan of nested tables. A table view column is an Oracle specific user-defined type (UDT), and is nested table o

Community

SQL Server Join Example

(Jeremy Kadlec) I am new to SQL Server and want to learn about the JOIN options. What are all of the JOIN options in SQL Server? What is the significance of each of the options? I am a little confused on the differences and syntax, can you provide some examples and explanations? Are JOINs only for S

Editorials

Application Testing Considerations

Application Testing Considerations There are some key considerations when establishing your own system testing scenarios without using a turn-key automated testing engine. Here is a quick list of issues you will have to resolve: How to organize your tests How to determine what to test How to run your tests How to test in different environments Today I want to […]