Quantcast
Channel: de⋅clar⋅a⋅tive
Browsing latest articles
Browse All 10 View Live

Change framework used on website without IIS restart

I was currently involved in deploying changes to a website, which had be upgraded to .Net Framework 4, although the IIS setting still existed as ASP.Net 2.0. I thought a simple enough switch in the IIS...

View Article



Setting up DBMail on SQL Server

Things to checkWhen setting up DBMail on a server you should remember to: create Accounts, create Profiles, give user access to msdb for sending email, set up profile security. Until you have done all...

View Article

Convert to and from an Enum in C#

Enum ConversionThis is one particular function that I use a lot to keep code neat and simple.From a string: YourEnum foo = (YourEnum) Enum.Parse(typeof(yourEnum), yourString);From an int: YourEnum foo...

View Article

Simple QueryString retrieval

Simplify getting, validating and setting default value of the QueryStringFor several years, I have repeatedly written the same lines of code to create a property on a code behind page based on a...

View Article

Set Decimal from Double

I had a very simple issue occur today. I was reviewing the very basics of Linq to SQL and it involved setting a decimal property value on an object to a hard coded value. I changed the hard coded value...

View Article


Using Linq To Sql Errors

Add methodThe following code appears on page 6 of "Using LINQ to SQL" by Scott Guthrie. Category category = new Category(); category.CategoryName = "Scott's Toys"; Product product1 = new Product();...

View Article

Using Linq To Sql Key Points

The Using Linq to Sql pdf created from the blog series by Scott Guthrie highlights some very interesting stuff and this page is just here to summarise these key features so that I don't forget.Property...

View Article

Spark in Visual Studio

Add Spark Icon to Visual Studio• Create new folder C:\Program Files (x86)\Spark• Copy “contents” of SparkFile.zip to this folder (copy file and extract)• Double click SparkExtension.reg and ok all...

View Article


Throwing Exceptions in Custom ActionFilterAttribute

[No text]

View Article


Blah

[No text]

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images