(Bipin Joshi) ASP.NET MVC web applications often use client side scripting in one or the other way. Use of JavaScript libraries such as jQuery and frameworks such as AngularJS is quite common these days. Therefore it is important to pay attention to the rendering of the views.
Other News
Locating business logic in applications
(Tony Davis) One of the most pernicious and pervasive myths in business-application development is that all business logic must be kept from the relational database and contained in a separate ‘business layer’.
TRUNCATE or DELETE a Table?
(David Dye) A common question is what is the difference between truncating a table and deleting a table. The short answer is that they both do the same thing, but in different ways. So consider that you have a table that contains 1,000,000 rows and you need to remove all of the rows.
The Sociology of Application Security: Less Can Be More
(Peter Vogel) First rule of security: If a user is regularly violating your security procedures then it’s not his fault, it’s your fault. You’ve made security too expensive.
IBM API Management, much more user-friendly and productive than Oracle API Gateway
(Cesar Saavedra) In recent years, API Management has become an area of interest for many CIOs trying to monetize their authored APIs, effectively turning a cost center into a profit center. To be successful, you need to make the access, provisioning, consumption, and management of your APIs as easy
Basic Structured Exception Handling in VB.NET
(Ged Mead) When a piece of code you’ve written for an application doesn’t work the way it should, you don’t want the program to crash or for the user to be shown some message that’s hard for them to understand. What you need instead is a well thought out system for handling these errors, which in .
MySQL Date Gotchas
(Rob Gravelle) Welcome to the second installment in a series on MySQL Gotchas. Part one addressed the MySQL Numeric Overflow Gotcha. Today’s article will explore the perils of working with dates in MySQL.
More Text Analysis with the SSIS Term Lookup Component
(Koen Verbeeck) The previous tip Simple Text Mining with the SSIS Term Extraction Component introduced us to some simple text analysis using Integration Services (SSIS), the Microsoft ETL-tool included with SQL Server. There the Term Extraction component was presented, which aided us in extracting
Using Azure to SSL-Enable an Http REST Service
(Richard diZerega) The internet is full of interesting (and often free) REST services that expose countless new data sources and operations to client-side applications. A week doesn’t go by where I’m not playing with some new service for a client-side app I’m building.
A Rational Approach to Integration Testing
(Elizabeth White) In this challenging environment, a combination of automated integration testing and test virtualization can enable test teams to improve software quality and keep up with the rate of change.
