bladefist

Stories kicked by bladefist

A new validation framework for F# and ASP.NET MVC(justsimplecode.com)

submitted by MalkirMalkir(96) 1 year, 6 months ago

Write your validators once and have it work both server side and client side. read more...

1 comment |category: |Views: 62

tags: another

Review of SubSonic 3 from a SubSonic 2.x user perspective(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 2 years, 9 months ago

A quick review of SubSonic 3.0.0.3 from the perspective of a developer who's implemented SubSonic 2.x on numerous projects. An overview of initial likes and dislikes and a little bit of code snippets to bring back 2.x functions missing from 3.0. read more...

4 comments |category: |Views: 578

tags: another

OpenForum – new ASP.NET MVC based forum(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 10 months ago

There is new project in CodePlex called OpenForum. With source code you get also some samples you can run on your machine. OpenForum is pretty new and simple. There are no advanced forum features and currently it is suitable for smaller forums. You can change the look of OpenForum and write your own user repositories. Let’s see how OpenForum looks like. read more...

add a comment |category: |Views: 238

tags: another

My Take On Variable Length Lists in ASP.NET MVC(justsimplecode.com)

submitted by MalkirMalkir(96) 3 years, 4 months ago

Another solution to the variable length list problem. read more...

1 comment |category: |Views: 247

tags: another

List of countries, cities, languages(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 8 months ago

You will find in the following links list of countries, cities, and their languages in CSV format, you can import into any database: read more...

7 comments |category: |Views: 637

tags: another

Using C# 3.0 (.Net 3.5) syntax in a .Net 2.0 application(devlicio.us)

submitted by mjeatonmjeaton(724) 3 years, 11 months ago

An overview of using C# 3.0 syntax in a .Net 2.0 application. read more...

add a comment |category: |Views: 495

tags: another

Programmers & Business Value (Or Lack There Of)(amazingcode.net)

submitted by bladefistbladefist(471) 4 years, 1 month ago

Goes into details about how you can improve your code, and your communication with others to show business value. read more...

add a comment |category: |Views: 2

tags: another

DRY Programming - Don't Repeat Yourself Awareness(amazingcode.net)

submitted by bladefistbladefist(471) 4 years, 1 month ago

DRY Awareness - And How to make extremely reusable code read more...

add a comment |category: |Views: 20

tags: another

Move ASP.Net ViewState to SQL Server(geekzilla.co.uk)

submitted by marshp3marshp3(965) 4 years, 1 month ago

ViewState is a great feature, but it can get really bloated with data, especially if you have loads of controls on a page, repeaters etc. You could think about setting enable viewstate to false, but you'll need it for posting pages back. This tutorial moves the viewstate to a SQL database, by implementing a simple class that all your pages will inherit from. read more...

2 comments |category: |Views: 493

tags: another

How to disable web.config Inheritance for Child Applications?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 4 years, 1 month ago

Each ASP.NET Web Application has its own configuration file called web.config file. In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory. This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... read more...

1 comment |category: |Views: 129

tags: another

Must Have Tool for ASP.NET Developer(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 1 month ago

NetFXHarmonics DevServer is a web server hosting environment built on .NET 3.5 using WPF, WCF, and LINQ technologies that allows multiple instances of VS-like web servers to run in parallel read more...

add a comment |category: |Views: 19

tags: another

Howto get live detailed info about all online visitors of your website(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 4 years, 1 month ago

If you ever had 'Online visitor counter' feature on your website, at some point of time, you have undoubtedly asked yourself: "who are those 17 people that are currently browsing my precious website ?" "What are their IP addresses? When did they come here, what page they first opened and from where did they came from?" Here is the complete tutorial on how to display detailed list of all visitor currently browsing your ASP.NET website. read more...

add a comment |category: |Views: 42

tags: another

Compile C# to Javascript!(projects.nikhilk.net)

submitted by mkennedy66996693mkennedy66996693(480) 4 years, 2 months ago

Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. read more...

2 comments |category: |Views: 117

tags: another

Downgrade a VS 2008 .sln or .csproj to VS 2005(saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 3 months ago

I just had to convert a Visual Studio 2008 Solution and Project to Visual Studio 2005. It is actually pretty straight forward. At least in my case... read more...

add a comment |category: |Views: 791

tags: another

Coolite: Ext JS .NET Controls(coolite.com)

submitted by superghostsuperghost(2260) 4 years, 3 months ago

Coolite Studio is an Ext official suite of ASP.NET Web Controls based on the Ext JavaScript Framework. read more...

add a comment |category: |Views: 2069

tags: another

Free Web.config editor(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 4 years, 4 months ago

A free tool that enables editing the Web.config. read more...

8 comments |category: |Views: 182

tags: another