ASP

add news feed

post a story

If you are a regular reader of this blog – you will find no issue at all in resolving this puzzle. This contest is based on my experience with NuoDB. If you are not familiar with NuoDB, here are few pointers for you. Step by Step Guide t...
If you are a regular reader of this blog – you will find no issue at all in resolving this puzzle. This contest is based on my experience with NuoDB. If you are not familiar with NuoDB, here are few pointers for you. Step by Step Guide to Download and Install NuoDB Getting Started […]...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
about 9 hours ago
The data entered by the end user in various form fields must be validated before it is saved in the database. Developers often use validation HTML helpers provided by ASP.NET MVC to perform the input validations. Additionally, you can al...
The data entered by the end user in various form fields must be validated before it is saved in the database. Developers often use validation HTML helpers provided by ASP.NET MVC to perform the input validations. Additionally, you can also use data annotation attributes from the System.ComponentModel.DataAnnotations namespace to perform validations at the model level. Data annotation attributes are attached to the properties of the model class and enforce some validation criteria. They are capable...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
about 9 hours ago
Earlier this week, I have done five part blog series on NuoDB and it was very well received by audience.NuoDBis an elastically scalable SQL database that can run onlocal host,datacenterand cloud-based resources.t is an operational NewSQL...
Earlier this week, I have done five part blog series on NuoDB and it was very well received by audience.NuoDBis an elastically scalable SQL database that can run onlocal host,datacenterand cloud-based resources.t is an operational NewSQL database built on a patented emergent architecture with full support for SQL and ACID guarantees. In this blog post, […]...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago
If you have big reports which run slowly, you may use this T-SQL based engine to speed-up them....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in severa...
If you have big reports which run slowly, you may use this T-SQL based engine to speed-up them....Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago
The Mono team has been busy working on Mono, and we have done seven releases since our last blog post. Our latest Mono 3.0.12 contains a load of new features: Support for MacOS X Mavericks Portable Class Libraries runtime … Continue rea...
The Mono team has been busy working on Mono, and we have done seven releases since our last blog post. Our latest Mono 3.0.12 contains a load of new features: Support for MacOS X Mavericks Portable Class Libraries runtime … Continue reading ?...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago
A quick walkthroug what's new and exciting in Q2 2013 Official Release for WPF and Silverlight controlsDid you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in s...
A quick walkthroug what's new and exciting in Q2 2013 Official Release for WPF and Silverlight controlsDid you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago
While I've been trying to avoid "inspirational" posts, this one touches a little close to home. My daughter is a Doctor of Physical Therapy (through pediatric) so when I saw this I thought of her and her work. (Also my wife and I are goi...
While I've been trying to avoid "inspirational" posts, this one touches a little close to home. My daughter is a Doctor of Physical Therapy (through pediatric) so when I saw this I thought of her and her work. (Also my wife and I are going through our own sets of PT too, so it's like we're a PT family or something...)Reflexion Health advancing physical therapy with Kinect for WindowsReflexion Health, founded with technology developed at the West Health Institute, realized years ago that assessing...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago
Today's wild Wednesday project is from, David Rousset, who walks us through creating a software based 3D engine, in C#, TypeScript and JavaScript. In short pick the language that's best for you and follow along with him as he talks 3D, m...
Today's wild Wednesday project is from, David Rousset, who walks us through creating a software based 3D engine, in C#, TypeScript and JavaScript. In short pick the language that's best for you and follow along with him as he talks 3D, matrix math and code...Tutorial series: learning how to write a 3D soft engine from scratch in C#, TypeScript or JavaScriptId to like to share with you how Ive learned to build whats known as a 3D soft engine through a series of tutorials. Software engine means that...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago
The ngOptions directive in AngularJS allows you to build and bind an HTML select element with options to a model property. Its quite a versatile directive and is smarter than trying to build the select options with ngRepeat since ngOptio...
The ngOptions directive in AngularJS allows you to build and bind an HTML select element with options to a model property. Its quite a versatile directive and is smarter than trying to build the select options with ngRepeat since ngOptions is optimized for two way data binding. There are some tricks, however. Lets start with the following simple controller in JavaScript. var EngineeringController = function($scope) { $scope.engineer = { name: "Dani", currentActivity: "Fixing...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago
Customize your SharePoint navigation menu by replacing your inbuilt Quick Launch SharePoint menu or easily create a Visual Web Part that contains Telerik ASP.NET Menu control in it.Did you know that DotNetSlackers also publishes .net art...
Customize your SharePoint navigation menu by replacing your inbuilt Quick Launch SharePoint menu or easily create a Visual Web Part that contains Telerik ASP.NET Menu control in it.Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
1 day ago