deezin

Stories kicked by deezin

SQL Trusted Connections with ASP.NET(developerfusion.co.uk)

submitted by deezindeezin(25) 4 years, 4 months ago

The problem arises when your SQL server and your IIS/asp.net server are on separate machines, which is a typical setup. As the ASPNET user does not exist on the SQL server you can't grant access to it. There are 4 main ways to overcome this problem read more...

add a comment |category: |Views: 5

tags: another

Custom Controls Design Time Support Part 9: Introducing the Designer(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post gives an introduction to designers and show what designers can do during the design time, and compares between web and windows controls designers. read more...

add a comment |category: |Views: 3

tags: another

New BlogEngine Theme - ThemeEngine.LayoutGala(gravitycube.net)

submitted by jf26028jf26028(635) 4 years, 4 months ago

Another experiment in BlogEngine dynamic theming. read more...

1 comment |category: |Views: 29

tags: another

SmartBag for MVC(codebetter.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

A nice replacement for the ViewData proposed by Jeffrey Palermo. read more...

1 comment |category: |Views: 6

tags: another

FxCop: Writing Your Own Custom Rules (binarycoder.net)

submitted by olegsycholegsych(335) 4 years, 4 months ago

Jason Kresowaty designed this web site to address the shortage of documentation on the FxCop 1.36 API. Some of the highlights include the following: - A brief tutorial of FxCop - A listing of what kinds of customizations are possible with FxCop - An overview of the introspection API - How to implement custom rules - How to write the XML description resource for the custom rules - An advanced section on using FxCop to check doc comments - Example rules A tool called Introspector is also available here that lets you browse assemblies using the FxCop introspection object model. This lets you see precisely which objects are involved when you develop custom rules. read more...

add a comment |category: |Views: 82

tags: another

New* .NET 3.5 Feature: AddIn Framework ( Part 1 of 3 )(shafqatahmed.com)

submitted by raasielraasiel(865) 4 years, 4 months ago

Introduction to the addin framework in .NET 3.5 read more...

add a comment |category: |Views: 484

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

Custom Controls Design Time Support Part 8: Implementing UITypeEditor(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post describes by steps how to implement a custom UITypeEditor and gives a brief introduction on the IWindowFormsEditorService, the sample introduced is a ColorEditor that uses the ColorWheel to pick from it colors from the drop down. read more...

add a comment |category: |Views: 54

tags: another

Free Copy of VS 2008, SQL 2008 and Windows Server 2008(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 4 months ago

Want a lot of free software from our friends at Microsoft? read more...

4 comments |category: |Views: 279

tags: another

Best C# Web Sites(devtopics.com)

submitted by DevTopicsDevTopics(1050) 4 years, 4 months ago

Best C# sites active on the Web today. read more...

add a comment |category: |Views: 43

tags: another

First ALT.NET (mini)conference in Italy(codeclimber.net.nz)

submitted by scott4devscott4dev(70) 4 years, 4 months ago

The first alt.net event in italy read more...

add a comment |category: |Views: 0

tags: another

New BlogEngine Theme - ThemeEngine.NFL(gravitycube.net)

submitted by jf26028jf26028(635) 4 years, 4 months ago

A new proof of concept theme for BlogEngine.net read more...

add a comment |category: |Views: 23

tags: another

C# by Contract - Using Expression Trees(aabs.wordpress.com)

submitted by aabsaabs(850) 4 years, 4 months ago

Using Lambda Expressions to get more bang for my buck! This Article is part of a series exploring the capabilities of .NET 3.5 and how new advances allow the development of a very powerful Design by Contract (or Contract First or Contract Driven Development) system in very few lines. DBC can help you write better code and although the examples in this post are in C#, they will work equally well in VB.NET. read more...

add a comment |category: |Views: 42

tags: another

Dual Monitors for Developers(blog.jrpsoftware.com)

submitted by rplantrplant(750) 4 years, 4 months ago

Let's face it, a multiple monitor setup is the only way to go for a software developer, or any other computer professional these days. If you are still using only a single monitor, you are not working at your full potential. read more...

8 comments |category: |Views: 38

tags: another

Measure memory consumption of creating object in C#(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 4 years, 4 months ago

Measure memory consumption of creating object or executing functions in C# A detailed look at benchmarking the memory footprint and the execution speed of functions. read more...

2 comments |category: |Views: 468

tags: another

Asp.Net Ajax Combobox using Script#(mosessaur.blogspot.com)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

ASP.NET AJAX Combobox using Script# read more...

1 comment |category: |Views: 108

tags: another