Main Contents

Poor sound performance on the Asus U80V

Schotime @ January 17, 2010

Misc | Comments (0)

I just got hold of a new laptop. The Asus U80V. So far i have been pretty happy with it except for one thing. The sound was horrible. It was tinny, with poor range even for a laptop. I remember my laptop from 1998 having better audio than this was exhibiting.

Naturally I went looking for a fix, and thankfully found one. In the Realtek HD audio manager there is a setting under the SRS audio enhancement which enables this. It was turned on by default.

After switching this off, the sound was 1000% better. Hopefully this helps other u80v users out there.


book mark Poor sound performance on the Asus U80V in del.icio.us submit Poor sound performance on the Asus U80V to digg.com


FluentValidation Xval Integration

Schotime @ June 13, 2009

.NET | Comments (4)

After a few months of using FluentValidation I asked its author Jeremy Skinner if it were possible to integrate this with xVal. At that time it was not possible because there were no easy way to access the properties needed by xVal. After submitting a few patches, we now have a solution which enables xVal [...]


book mark FluentValidation Xval Integration in del.icio.us submit FluentValidation Xval Integration to digg.com


Fluent Validation Model Binder – Asp.net MVC

Schotime @ May 11, 2009

.NET | Comments (1)

A few weeks ago I found the Fluent Validation framework by Jeremy Skinner. I needed to conditionally validate a model depending on an application setting. eg. Description field mandatory / not mandatory depending on the clients business requirements. I loved the simplicity of the framework and the separation from the model it provided.
Since then I [...]


book mark Fluent Validation Model Binder – Asp.net MVC in del.icio.us submit Fluent Validation Model Binder – Asp.net MVC to digg.com


Integrating xVal Validation with Linq-to-Sql

Schotime @ March 31, 2009

.NET | Comments (0)

In a previous post I showed you how you can use xVal and the IDataErrorInfo class to add validation to your Asp.net MVC website. In this post I will extend that to Linq-to-Sql and the classes it generates.
The northwind database has a suppliers table. The info contained below is using that table with linq-to-sql.
After [...]


book mark Integrating xVal Validation with Linq-to-Sql in del.icio.us submit Integrating xVal Validation with Linq-to-Sql to digg.com


Custom Validation Attributes

Schotime @ March 11, 2009

.NET | Comments (0)

In my last post I showed you how to use Validation attributes on your model for validation. Today I will show how you can create your own attributes that can provide custom validation for you.
To accomplish this we need to inherit from ValidationAttribute. We’ll create an attribute today that will only [...]


book mark Custom Validation Attributes in del.icio.us submit Custom Validation Attributes to digg.com


Validation with Asp.net MVC, xVal & IDataerrorInfo

Schotime @ March 5, 2009

.NET | Comments (8)

I’ve been playing around with lots of different Validation concepts recently and I think I have come up with something that will be very useful. Hopefully you will also find it useful.
Firstly I have been looking at Steve Sanderson’s new open source project xVal and decided that it was a good place to start. I [...]


book mark Validation with Asp.net MVC, xVal & IDataerrorInfo in del.icio.us submit Validation with Asp.net MVC, xVal & IDataerrorInfo to digg.com


Custom Authorization With Asp.net MVC

Schotime @ February 17, 2009

.NET | Comments (10)

The whole advantage with MVC over webforms is extensibility at every point. Extensibility, Extensibility, Extensibility.
Authorization is a very important and every web project has there own needs and requirements. Full customisation is paramount.
Here I will show you a simple way to customise your authorization.
In MVC attributes are used to protect a controller method, so we [...]


book mark Custom Authorization With Asp.net MVC in del.icio.us submit Custom Authorization With Asp.net MVC to digg.com


Retrieving Data Without the Dataset With Custom SQL

Schotime @ February 12, 2009

.NET | Comments (2)

In my previous post I used custom sql query and transformed the results into a nested class. However you may have overlooked way I got the data into a class. It quite easy and will work with all database connectors that implement IDbConnection.
Here is how its done. We use the DataContext that came with and [...]


book mark Retrieving Data Without the Dataset With Custom SQL in del.icio.us submit Retrieving Data Without the Dataset With Custom SQL to digg.com


Transforming one-to-many Sql into Nested Class

Schotime @ January 22, 2009

.NET | Comments (1)

Back in the days of Classic ASP, when you had a one too many relationship displaying the data was pretty painful. You would do things like

var reference_number_old = "$##%@";
while (recordsExist)
{
[...]


book mark Transforming one-to-many Sql into Nested Class in del.icio.us submit Transforming one-to-many Sql into Nested Class to digg.com


Running ASP.NET MVC Applications Under IIS6

Schotime @ October 18, 2008

.NET | Comments (8)

Yes…Finally…I have full control of my HTML again, but am still able to work with a great language like C#. MVC is here and its great. I’m absolutely loving it. But how the heck do you get it to work under IIS6. What if I want extensionless URL’s? Here is a few options for you.
Option [...]


book mark Running ASP.NET MVC Applications Under IIS6 in del.icio.us submit Running ASP.NET MVC Applications Under IIS6 to digg.com



Feed
4,862 spam comments
blocked by
Akismet