Category: Cloud Technology
-
Creating Workflow Application with Visual Studio 2013
worToday, we will create a simple workflow application. Workflow Application (simple states as WF app) is an application that use business process model as a foundation to create an application. If common application use…
-
5 Simple Tips to secure SQL Server 2014
Building an aplication that use SQL Server means that we give the SQL Server an authority to store and manage the data. In order to make sure that the data always available and secure,…
-
Tips for Building Data Aware Application with SQL Server 2014
On this article, we will show you several tips to prepare and to plan data aware application with SQL Server 2014. The tips should be considered if you want to make your application evolve…
Tagged sql server -
Upgrading Your Database into SQL Server 2014
Background Upgrading is easy when we talk about one level upgrade. For example, upgrading from 2012 R2 to 2014 will be seemless. However if you upgrade from SQL Server 2000 to SQL Server 2014,…
Tagged sql server -
Building Maintenance Plan on SQL Server 2014
Problem As an Admin, you want your life easier by creating automatic task on your database server. However, you don’t have a good best practices how to create a good maintenance Solution Preparation Phase…
Tagged sql server -
Unable to Add Data Connection on Visual Studio 2013 after SQL Server 2014 Upgrade
Problem You uninstall SQL Server 2012 and install a new SQL Server 2014 for your development machine. However after the installation of SQL Server 2014 you get an error like below Could not load…
-
UnobtrusiveValidationMode Issues on Visual Studio 2013
Problem Yesterday, I created empty web template with Web Forms support through Visual Studio 2013. Unlike, the WebForms and the MVC template that works flawlessly. I got unique error as shown on figure …
-
Introducing Excel like Grid using Spread Studio .NET
have you ever got a problem with grid control from the ASP.NET. For example, you can’t create well formatted excel report oon the grid or even to export your griod into Excel. In the…
-
ABCPDF The Best PDF Library for .NET Framework
The title of this post might be provocative, but the title represent how happy we are, when we found the suitable PDF library for .NET framework namely ABCPDF PDF is anywhere, from creating an…
-
Selecting Rendering Engine on Umbraco 7
Umbraco 7 is on Horizon, the first thing first that you need to do when you are ready to use umbraco is selecting the rendering engine. In this post I will explain how we…