iDan

Stories submitted by iDan

Install and Configure Sonar on Windows 2008 For .Net Part 1(www.ifunky.net)

submitted by iDaniDan(80) 9 months, 11 days ago

In this first part I will show you how to configure Sonar with .net and Visual Studio to run with a basic out of the box setup that uses the inbuilt Derby database, localhost web and Core/Squid C# plugins. read more...

add a comment |category: |Views: 33

tags: another

IIS7 Reports Directory Error 503(www.ifunky.net)

submitted by iDaniDan(80) 2 years, 2 months ago

When you have SQL Server 2008 Reporting Services installed and IIS7 there will be a "global" reports directory that causes any IIS website with a folder called "reports" to not work as expected, this quick article shows you how to fix that problem. read more...

add a comment |category: |Views: 33

tags: another

C# GetMonthName - How To Get a Month By Its Number(www.ifunky.net)

submitted by iDaniDan(80) 2 years, 4 months ago

How to get the month name in c# by its number. read more...

add a comment |category: |Views: 15

tags: another

Asp.Net MVC 2 JsonRequestBehavior.AllowGet(ifunky.net)

submitted by iDaniDan(80) 2 years, 5 months ago

If you've been trying out Asp.Net MVC 2 you might come across this error: This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. But it worked in MVC 1.0! There is a security vulnerability using JQuery AJAX GET requests (JSON Hijacking) and in MVC 2 get requests are blocked by default. You can get around the problem and leave the security problem by adding JsonRequestBehavior.AllowGet when you return the JSON result: read more...

add a comment |category: |Views: 88

tags: another

SEO ASP.NET - Move Keywords Up By Moving ViewState Down(ifunky.net)

submitted by iDaniDan(80) 2 years, 8 months ago

One aspect of on page SEO is to get your keywords to the top of the page. Now if you're not using nice clean ASP.NET MVC, which by the way doesn't have a nasty viewstate, but the traditional aspx code behind model then as you probably know you the more controls that use viewstate the larger the hidden input field containing the actual viewstate data will be. read more...

add a comment |category: |Views: 19

tags: another

Type datetime2 is not a defined system type - Entity Framework(ifunky.net)

submitted by iDaniDan(80) 2 years, 10 months ago

Fix to work around a datetime issue when using Entity Framwork SQL Server 2008 and target SQL Server is version 2005. read more...

add a comment |category: |Views: 315

tags: another

ASP.NET MVC Refactoring CSS Includes With Helper Methods(ifunky.net)

submitted by iDaniDan(80) 2 years, 10 months ago

Use MVCContrib helper methods to refactor CSS include files and keep tidy code along the way. read more...

add a comment |category: |Views: 24

tags: another

CruiseControl.Net (CC.Net) Configuration Validation Tool(ifunky.net)

submitted by iDaniDan(80) 2 years, 10 months ago

This handy tool does what it says on the tin, just point it at your cc.net config file and it'll tell you if your file is valid or not! read more...

add a comment |category: |Views: 143

tags: another

Install Subversion On Windows Server 2003(ifunky.net)

submitted by iDaniDan(80) 2 years, 10 months ago

Step by step guide to installing Subversion on to Windows Server 2003. read more...

add a comment |category: |Views: 96

tags: another

Use DateTime.TryParseExact to Easily Parse Formatted String Dates(ifunky.net)

submitted by iDaniDan(80) 2 years, 10 months ago

Easily parse string dates with TryParseExact and formatters. read more...

add a comment |category: |Views: 240

tags: another

ASP.NET MVC Refactoring JavaScript Includes With Helper Methods(dmgtech.co.uk)

submitted by iDaniDan(80) 2 years, 11 months ago

Use MVC Contrib helpers to refactor your ASP.NET MVC JavaScript includes. read more...

add a comment |category: |Views: 25

tags: another

Setting up CruiseControl (CC.Net) With TFS(dmgtech.co.uk)

submitted by iDaniDan(80) 2 years, 11 months ago

Quick 5 minute guide to setting up a Cruise Control build server with TFS for source control. read more...

add a comment |category: |Views: 109

tags: another