martinig

Stories kicked by martinig

Automated Testing of ASP.NET MVC Applications(www.methodsandtools.com)

submitted by martinigmartinig(568) 2 months, 1 day ago

This article discusses what the problems are with testing ASP.NET sites in general and how the ASP.NET MVC framework tries to solve them. read more...

add a comment |category: |Views: 2

tags: another

Customizing Project Level Templates in Visual Studio Unit Test Framewo(www.dotnet-tv.com)

submitted by martinigmartinig(568) 2 months, 14 days ago

The Visual Studio Unit Test framework is the only test framework provided out of the box with ASP.NET MVC 3. This article shows you how to create and install custom test project templates and view engine options. read more...

add a comment |category: |Views: 10

tags: another

Integrating .NET Artifacts in Agile ALM(www.dotnet-tv.com)

submitted by martinigmartinig(568) 3 months, 7 days ago

This article shows you how easy it is to use a build framework such as MSBuild or TeamCity to build .NET software. He also demonstrates how to add Continuous Integration (CI) with .NET applications to an Agile ALM CI ecosystem that can also integrate other artifact types, such as Java. read more...

add a comment |category: |Views: 2

tags: another

Code Contracts in .NET 4(www.dotnet-tv.com)

submitted by martinigmartinig(568) 4 months, 14 days ago

This video explains code contracts in .NET and how they can be used to improve data integrity, consistency, and development velocity with minimal impact to the size of the source base and even to production performance. read more...

add a comment |category: |Views: 8

tags: another

Telerik OpenAccess ORM Q3 2011 – Connection pool types(blogs.telerik.com)

submitted by vaskessvaskess(120) 4 months, 14 days ago

With the Q3 2011 release of Telerik OpenAccess ORM we introduced three connection pool type settings. The OpenAccess Connection Pool, OpenAccess Connection Pool with OpenAccess Connection Management and the ADO Connection Pool. This blog post will show how these types can be used and when it makes sense to make use of them. read more...

add a comment |category: |Views: 58

tags: another

Redis 2.4.6 has been released(data.story.lu)

submitted by pardogopardogo(80) 4 months, 14 days ago

Redis 2.4.6 has been release,it fixes a critical replication bug and adds a minor feature read more...

add a comment |category: |Views: 31

tags: another

NoSQL No More: Let’s double down with MoreSQL(tatiyants.com)

submitted by atatiyanatatiyan(127) 4 months, 15 days ago

For far too long now I have sat idly by as the NoSQL movement spread across our industry. One after another, these so-called “databases” with weird names have been attacking the sanctity of my beloved relational databases. The time has come to stand up to the scourge of NoSQL. Today, I am calling on developers everywhere to join a new movement dedicated to bringing back the golden era of relational databases: MoreSQL. read more...

add a comment |category: |Views: 21

tags: another

Mocking Frameworks in .NET(www.softwaretestingmagazine.com)

submitted by martinigmartinig(568) 6 months, 26 days ago

There are several open source tools to apply mocking principles in .NET. Tools like Rhino Mocks and Moq allow us to create mocks and stubs within our test method. These tools have a learning curve, but this video presents techniques that can ease you into these frameworks and help you automated your unit testing process. read more...

2 comments |category: |Views: 506

tags: another

Update to FxCop 10(www.jphellemons.nl)

submitted by jphellemonsjphellemons(269) 6 months, 26 days ago

how to update and/or install fxcop 10 So we have all used FxCop before haven’t we? Well I found out, that my version was 9.x and it prompted with an available update! So Microsoft’s download page opened. http://www.microsoft.com/download/en/details.aspx?id=6544 It only displays a small 1 kb file! a “readme.txt” file. That’s strange. So I checked again for an available download link, but ended up with the same readme file. read more...

add a comment |category: |Views: 29

tags: another

AutoMoq Introduction(www.dotnet-tv.com)

submitted by martinigmartinig(568) 8 months, 20 days ago

AutoMoq is an “auto-mocking” container that automatically creates for Moq any fake objects that are necessary to instantiate the class under test. read more...

add a comment |category: |Views: 15

tags: another

Tail recursion in C#(tomlev2.wordpress.com)

submitted by tom103tom103(161) 8 months, 20 days ago

This article briefly explains what tail recursion is, and explores various ways to implement it in C#. read more...

8 comments |category: |Views: 79

tags: another

Code Refactoring Resources(blog.martinig.ch)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 8 months, 26 days ago

In the days of Agile development where code is delivered after one or two week cycles, you start quickly to deal with “legacy” code, what was know as “maintenance” for projects that had longer delivery time frames. Refactoring is mostly linked to code but the term is also widely used for every restructuring effort: database definition code, testing scripts, software architecture or development process. read more...

add a comment |category: |Views: 22

tags: another

Unit Testing in a Managed Environment(www.sqazone.net)

submitted by martinigmartinig(568) 1 year, 9 months ago

You’re ready to start unit-testing in a more managed, process-oriented way. How do you do it? Let's say, for example, you have Microsoft Team System in place, and you use it for source control and tracking work items. Obviously, you can do much more with Team System, but let's start with the basics. You've tasted enough unit-testing to feel that everyone can benefit from them. Where would you start? read more...

add a comment |category: |Views: 5

tags: another

Exploring how to use Layer Diagrams in VS2010(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Explore how to use the new Layer Diagram feature which is part of Visual Studio 2010. The layer diagram feature of VS2010 is a new feature which allows you to create a map of your code (from the assembly level down to the method level) and then use that mapping later to validate your system still conforms to your architecture. read more...

add a comment |category: |Views: 705

tags: another

Using WatiN to Leverage Common Elements in Web Testing(www.methodsandtools.com)

submitted by martinigmartinig(568) 2 years, 1 month ago

WatiN is an easy to use, feature rich framework for Web Application Testing in .Net. This article provides some practical insight into creating automation based on the WatiN framework. It presents a well thought out and proven foundation for general web testing. read more...

add a comment |category: |Views: 18

tags: another

How To Drop All Indexes From A Database(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

I was doing some performance tweaking of a batch job that was hanging and i was suspecting the indexes in the database to have something to do with it shocking up so I used this script to clear all indexes. read more...

add a comment |category: |Views: 212

tags: another