abdullin

Stories kicked by abdullin

Mighty Moose - Smart Continuous Unit Tests for .NET and Mono(abdullin.com)

submitted by abdullinabdullin(385) 1 year, 6 months ago

Mighty Moose is a tool to help TDD practitioners to significantly reduce development friction and boost up their productivity. This commercial product is built on top of Autotest.NET, which is a cool, free and Open Source project of it's own. read more...

add a comment |category: |Views: 133

tags: another

Moncai - Cloud Computing Platform for .NET/Mono (Heroku-style)(abdullin.com)

submitted by abdullinabdullin(385) 1 year, 6 months ago

Moncai - new Cloud Computing Platform for .NET/Mono might be coming to market in the first half of the next year. It's like Heroku for .NET read more...

add a comment |category: |Views: 63

tags: another

Release of Lokad.CQRS for Windows Azure: Framework and Guidance(abdullin.com)

submitted by abdullinabdullin(385) 1 year, 7 months ago

Lokad.CQRS for Windows Azure is a an Open Source framework and guidance on efficiently building solutions for the cloud. It fits distributed and scalable enterprise scenarios as well as small and cost-effective solutions. The project is based upon the R&D effort of Lokad (winner of Windows Azure Partner Award 2010 by Microsoft) and is shared with the community in hope to make your .NET cloud development better! read more...

1 comment |category: |Views: 47

tags: another

Value of Windows Azure Platform Appliance for the start-ups and SaaS(abdullin.com)

submitted by abdullinabdullin(385) 1 year, 10 months ago

Windows Azure Platform Appliance, revealed recently at WPC, allows large enterprises and governments to run their own Azure clouds. Yet, this offer also creates benefits for the start-ups and SaaS companies as well. read more...

add a comment |category: |Views: 2

tags: another

CouchDB - Document Persistence Powered by CQRS(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 1 month ago

CouchDB is a young document-oriented database that leans towards the web applications and is based on the CQRS principles. The latter gives it nice performance, distribution and scalability. Let's see how. read more...

add a comment |category: |Views: 39

tags: another

NServiceBus and Windows Azure Challenges(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 1 month ago

NServiceBus is going to target Windows Azure soon. What are the challenges ahead? read more...

add a comment |category: |Views: 29

tags: another

Inject Business Intelligence into .NET Software(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 1 month ago

Intelligent software brings and saves money. So let's learn about injecting some business intelligence into a simple .NET application. read more...

1 comment |category: |Views: 8

tags: another

DDDD, CQRS and Other Enterprise Development Buzz-words(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 1 month ago

Let's do a brief overview of DDDD, CQRS and other related buzz-words in the domain of enterprise development. I'll try to give a simplified explanation, highlight some logical relations and provide links for further reading. read more...

add a comment |category: |Views: 16

tags: another

Zen Development Practices: C# Maybe Monad(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 7 months ago

Maybe (of the monad fame) is a really simple construct in C# that had completely freed me from all cases of NullReferenceException in my code, while making it cleaner and more efficient... read more...

add a comment |category: |Views: 101

tags: another

Host .NET Applications on Rackspace Cloud Servers with Mono(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 9 months ago

Using Mono on virtual cloud server machines would allow us to run lightweight .NET application and data gateway servers (basically, your building blocks for smart enterprise applications) in a cost-effective and elastically scalable environment. read more...

add a comment |category: |Views: 23

tags: another

What is Virtual Machine - VM - Wiki?(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 9 months ago

n computer science a Virtual Machine (VM) is a software implementation of a hardware (or a part of it) that executes programs, applications and scripts just like the real machine would do. Here's the simplest example of Virtual Machine - Windows 7 running Windows XP in a VM to provide backwards compatibility for the older applications... read more...

add a comment |category: |Views: 0

tags: another

Zen Development Practices: Method-level IoC(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 9 months ago

One of the things I really like about the software development is the simple fact that having the right idea, tool (or even just a proper state of mind) could help you to avoid writing a lot of unnecessary code. As we all know, unnecessary code results in extra development friction and increased maintenance burden which come down to a higher TOC. This could scale from a few methods and up to the classes, micro-frameworks and even sub-systems. read more...

add a comment |category: |Views: 6

tags: another

CouchDB in the Cloud - Persisting From .NET Code(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 10 months ago

In the previous article we've talked about deploying CouchDB servers in the cloud and locally. Now it is time to outline a simple .NET adapter for communicating with these servers. read more...

add a comment |category: |Views: 36

tags: another

Testing MVC Elements and Interactions with Mock Container(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 11 months ago

Lokad Shared Libraries project includes implementation of the MockContainer that significantly simplifies testing of Model-View-Controller elements in separation. It does this by automatically generating and injecting mock objects, should the tested class ask for them in its constructor. These mock objects are persisted in the local container instance as singleton, so that additional expectations could be recorded against them. Expectations are verified when the container is disposed... read more...

add a comment |category: |Views: 2

tags: another

Cloud Bursting Scenario For Small Companies(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 11 months ago

Almost every software developer dreams about starting up his own MicroISV company that would keep bringing him money even during the sleep. Let’s see how cloud computing can help us out here by making it easier to succeed. read more...

add a comment |category: |Views: 8

tags: another

What is Version Control System (VCS)? - Wiki(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 11 months ago

Version Control System (VCS) is a software that allows to manage changes of documents, programs, images and other information that is stored in form of computer files. Changes are usually identified by an incrementing number or letter code also known as revision number or revision. The simplest usage of versioning is - you can easily go back to the previous working version of your files, should you mess something up with the latest changes. Changes could range... read more...

add a comment |category: |Views: 7

tags: another