Stories recently tagged with 'simoneb'

Template merging with NVelocity and ASP.NET(codeproject.com)

submitted by simonebsimoneb(5450) 4 years, 7 months ago

This article describes how to use the NVelocity template engine to easily parse text templates with a couple lines of code. The provided wrapper is able to parse templates coming from the file system, from memory and from resources embedded in .NET assemblies. read more...

add a comment |category: |Views: 77

tags: another

CS2 - a personal source code search engine(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

CS2 is an open source C# source code search engine, to allow people to easily search through code stored in their machines with a simple web user interface built on ASP.NET. read more...

4 comments |category: |Views: 51

tags: another

New SQLite provider for ELMAH(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

Check out the SQLite provider for ELMAH, it's free and fast. read more...

add a comment |category: |Views: 61

tags: another

HeadScriptManager - Registering scripts into the page header(bloggingdeveloper.com)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

A class library for registering scripts and stylesheets into the page header with ASP.NET 2.0. read more...

add a comment |category: |Views: 62

tags: another

Inversion of Control and Dependency Injection with Castle Windsor IV(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

Last article of the series. It tackles Lifestyles, facilities, lifecycles and release policy. read more...

add a comment |category: |Views: 12

tags: another

Inversion of Control and Dependency Injection with Castle Windsor III(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 9 months ago

Third article of a 4 parts series about IoC and DI with Castle Windsor Container. This article tackles configuration properties, includes, type converters, decorators and configuration conditional statements. Any feedback, questions, ratings are welcome and will be answered as soon as possible. read more...

add a comment |category: |Views: 34

tags: another

Inversion of Control and Dependency Injection with Castle Windsor II(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 9 months ago

Second article of a 4 parts series about IoC and DI with Castle Windsor Container. This article continues the discussion initiated in the previous one and tackles compulsory and optional dependencies, component injection and collections. Any feedback, questions, ratings are welcome and will be answered as soon as possible on the article page. read more...

4 comments |category: |Views: 35

tags: another

Inversion of Control and Dependency Injection with Castle Windsor(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC. read more...

9 comments |category: |Views: 273

tags: another

Indexing and searching source code with Lucene.Net(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

An academic implementation of a source code search engine with open source frameworks. read more...

add a comment |category: |Views: 354

tags: another

How to sort a generic List<T>(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 11 months ago

Sorting a generic List<T> using anonymous methods and the Comparison<T> delegate. read more...

1 comment |category: |Views: 97

tags: another

ASP.NET Internals - The bridge between ISAPI and Application Domains(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 11 months ago

Second article of the series about ASP.NET Internals. How unmanaged code calls into managed code and how AppDomains are set up. read more...

add a comment |category: |Views: 3

tags: another

Searching source code on Koders.com(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years ago

Koders.com is a code search engine. Here's a wrapper for querying its service with .NET code using a fluent interface class library. read more...

add a comment |category: |Views: 6

tags: another

When is a singleton not a singleton? Serialization!(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years ago

How to prevent a singleton class to be instantiated multiple times when deserialized. read more...

1 comment |category: |Views: 46

tags: another

ASP.NET Internals – IIS and the Process Model(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years ago

First article of a series covering the internals of the ASP.NET framework. read more...

add a comment |category: |Views: 19

tags: another

.NET interview question - when is a singleton not a singleton(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years ago

A tricky interview question about duplicated singleton instances. read more...

add a comment |category: |Views: 13

tags: another

DotNetSlackers is growing and paying you!(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years ago

An overview of the services offered by DotNetSlackers and the chance to get paid for writing technical articles. read more...

add a comment |category: |Views: 1

tags: another