adamoren

Stories kicked by friends of adamoren

Programmer Vs Users(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 11 months ago

Users are enemies or friends of the programmer? read more...

add a comment |category: |Views: 322

tags: another

Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta(weblogs.asp.net)

submitted by mosesmoses(295) 4 years ago

public beta of upcoming .NET 3.5 SP1 and VS 2008 SP1 releases is published read more...

1 comment |category: |Views: 130

tags: another

A generic Dispenser class(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years ago

Feeling ashamed for keeping your clients waiting until your code finally constructs your heavy classes/forms? This utility instantiates objects in a background thread and aspires to always be "full" to the capacity requested. Useful in cases the object being constructed uses many resources and is consumed frequently. read more...

add a comment |category: |Views: 12

tags: another

A generic Dispenser class(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years ago

Feeling ashamed for keeping your clients waiting until your code finally constructs your heavy classes/forms? This utility instantiates objects in a background thread and aspires to always be "full" to the capacity requested. Useful in cases the object being constructed uses many resources and is consumed frequently. read more...

add a comment |category: |Views: 12

tags: another

A generic Dispenser class(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years ago

Feeling ashamed for keeping your clients waiting until your code finally constructs your heavy classes/forms? This utility instantiates objects in a background thread and aspires to always be "full" to the capacity requested. Useful in cases the object being constructed uses many resources and is consumed frequently. read more...

add a comment |category: |Views: 12

tags: another

SQL Server in One Page - Download it Now(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years ago

One of the most popular request I have received on this blog is to create one page which list all the SQL Server FAQs. SQL Server technology is very broad as well very deep. This is my humble attempt to list few of the daily used details in one page. Let me know your opinion and suggestion. Download SQL Server FAQ Sheet in PDF format read more...

4 comments |category: |Views: 172

tags: another

Give back to your testing framework(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Can there be code reuse in testing classes? Is code coverage the only measurement we have for test efficiency? Should our testing framework test design and meta-code as well as functionality? Use this test classes base-class to test some things you probably haven't tested before. read more...

add a comment |category: |Views: 5

tags: another

Give back to your testing framework(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Can there be code reuse in testing classes? Is code coverage the only measurement we have for test efficiency? Should our testing framework test design and meta-code as well as functionality? Use this test classes base-class to test some things you probably haven't tested before. read more...

add a comment |category: |Views: 5

tags: another

Give back to your testing framework(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Can there be code reuse in testing classes? Is code coverage the only measurement we have for test efficiency? Should our testing framework test design and meta-code as well as functionality? Use this test classes base-class to test some things you probably haven't tested before. read more...

add a comment |category: |Views: 5

tags: another

VisualSVN 1.4 Released(visualsvn.com)

submitted by rimsystemsrimsystems(6119) 4 years, 1 month ago

The best Visual Studio add-in for working with Subversion has released an update. A couple new features and a lot of bug fixes. read more...

2 comments |category: |Views: 18

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

Searching for derived types in an assembly(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Sometimes we need to find all classes or interfaces that derive a certain Type. There are several possible scenarios for this kind of search - For instance, if we are trying to load a plug-in assembly at runtime and wish to initialize all the classes that implement the IPluginBase interface. Using the suggested DerivedHelper makes it a lot easier. read more...

add a comment |category: |Views: 21

tags: another

Searching for derived types in an assembly(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Sometimes we need to find all classes or interfaces that derive a certain Type. There are several possible scenarios for this kind of search - For instance, if we are trying to load a plug-in assembly at runtime and wish to initialize all the classes that implement the IPluginBase interface. Using the suggested DerivedHelper makes it a lot easier. read more...

add a comment |category: |Views: 21

tags: another

Searching for derived types in an assembly(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Sometimes we need to find all classes or interfaces that derive a certain Type. There are several possible scenarios for this kind of search - For instance, if we are trying to load a plug-in assembly at runtime and wish to initialize all the classes that implement the IPluginBase interface. Using the suggested DerivedHelper makes it a lot easier. read more...

add a comment |category: |Views: 21

tags: another