No doubt, with all the media reports about stolen databases and private information, a major concern when committing to a public or private cloud must be preventing unauthorized access of data and applications.
In this article, we discuss the security features of Oracle Solaris 11 that provide a bullet-proof cloud environment.
As an example, we…
In this article we are going to learn how to develop a custom HTML navigation helper for ASP.NET MVC. The navigation helper also demonstrates the use of ASP.NET MVC AJAX. The navigation from one set of result to another is done using AJAX. I have used VS 2008 and ASP.NET MVC 1.0.
I was asked to build a tool that can identify if a string match a pattern.
Example:
{1:20} stuff t(x) {a,b,c}
would match:
1 stuff tx a
20 stuff t c
It is a sort of regex but with a different syntax
Parentheses indicate an optional value
{1:20} is a interval; I will have to check if the token is a number and if it is between 1 and 20…
I have records that have dates against them and an occurring field that contains none,yearly and monthly
id status note date last_updated occurring
1 open --- 01/01/2011 01/02/2010 yearly
2 open --- 05/05/2011 03/05/2011 monthly
3 open --- 06/06/2011 05/06/2011 none
Now I need…
<b>The Register: </b>"Ylmf OS 3.0 has been released from a Chinese software maker with the familiar Luna theme found in Microsoft's Windows 7 and Windows Vista predecessor."
Having been involved (mostly as a user or observer) with several recent applications and frameworks, Ive come to the conclusion that building your app/framework on an internal model is generally the best way to go. In this post Ill explain what I mean by on an internal model and later describe the benefits I have seen, realized, been told…
I am working on WPF where I have two datepickers when I try to retrieve the information on date range it displays only one record on all dates(same record displaying multiple times eg : date chosen from 01/10/2013 - 3/10/2013) where I have 3 different records on each day but my output is the first record displayed 3 times with same date and…
Silverlight is a cross browser and cross platform web application framework that assists developers to design and distribute rich, modern applications and experiences on the web. Silverlight presents functionality comparable to that in Adobe Flash by integrating multimedia, graphics, animation, and interactivity.
Having a business website doesn't mean you only have to put descriptions about your products and services as well as the prices. It means you must aware the people with every aspect of your business and also in which field you are an expert and specialized.
Nowadays comunication between applications is an active topic with daily usage and a large amount of pratical appliances. While developing an app in witch I had to consume an OData I found out that combining Linq with my code made this operation pretty easy.The algorithm to consume OData starts with adding a service reference to Visual…
SEO technique invariably helps in achieving a high ranking amongst the various search engines and visitors manage to find your website with the minimum of effort. In fact this is the foremost method of locating any website on the Internet.
We're currently building a new responsive website. While working on the site map, we figured that we don't want to show certain sections on mobile devices. This can be easily done by hiding the navigation parts using CSS/media queries.
However, the trouble is that the hidden sites would still show up in search engine results. If a…
So far most of the beginner ASP.NET 3.5 web applications we ve discussed focus on two major data web controls to retrieve update delete and update data to the MS SQL server database. Today we ll add a third control ListView. It will allow us to accomplish tasks that we can t perform with the other two controls....
GoGrid Cloud…
Lets say I have library "A2" as a dependency in a project. Library "A2" is derived from library "A1" where someone has done few changes to the library "A1" 's source code.
Lets say there is a new version of "A1" I want to use the new version but no modification to its sourcecode at all.
I am planning to identify what are the…