breporter

Stories submitted by breporter

Why is Cloud Computing important for us?(abdullin.com)

submitted by breporterbreporter(210) 3 years, 1 month ago

I agree that the availability of decent distributed computing resources is not crucial to success. Yet, having opportunity of leveraging cloud computing could save a few resources for the customer. And sometimes this is a success factor. read more...

add a comment |category: |Views: 4

tags: another

Cloud Computing: could Windows Azure catch up with Amazon?(abdullin.com)

submitted by breporterbreporter(210) 3 years, 1 month ago

Amazon has just announced their "Elastic MapReduce" cloud computing service. Could Windows Azure catch up to this offer any time soon? read more...

add a comment |category: |Views: 10

tags: another

Testing MVC Controllers with Mock Container - Journal - Rinat Abdullin(abdullin.com)

submitted by breporterbreporter(210) 3 years, 1 month ago

Mocking library + IoC Container == Mock Container. It simplifies writing unit tests for complex pieces like MVC Controllers. read more...

add a comment |category: |Views: 7

tags: another

Development in 5 Years Would be Affected by (abdullin.com)

submitted by breporterbreporter(210) 3 years, 2 months ago

Overview of technologies that would affect development in the next 5-10 years. read more...

add a comment |category: |Views: 9

tags: another

Logging with Lokad Shared Libraries for .NET(abdullin.com)

submitted by breporterbreporter(210) 3 years, 2 months ago

Every .NET application needs powerful logging that is easy to configure. Let's see how we can achieve this with Lokad Shared Libraries. read more...

add a comment |category: |Views: 6

tags: another

Using Lokad Rules to Simplify .NET Unit Tests(abdullin.com)

submitted by breporterbreporter(210) 3 years, 3 months ago

Let's use new RuleAssert syntax to make our unit tests more efficient and easy to maintain. read more...

add a comment |category: |Views: 13

tags: another

Structuring .NET Applications with Autofac IoC(abdullin.com)

submitted by breporterbreporter(210) 3 years, 3 months ago

Development guidelines and recommendations for organizing .NET applications with Autofac IoC. read more...

add a comment |category: |Views: 26

tags: another

Journal - Rinat Abdullin(abdullin.com)

submitted by breporterbreporter(210) 3 years, 3 months ago

Did you know that any string containing Unicode Control character has a nasty effect when being passed through the web services? Xml Serialization successfully serializes these strings, but fails on deserializing them. read more...

add a comment |category: |Views: 3

tags: another

How to Change Namespace of .NET Assembly?(abdullin.com)

submitted by breporterbreporter(210) 3 years, 3 months ago

Let's take a compiled .NET assembly and move every single class in it to a new namespace. It takes just a few lines of code. read more...

add a comment |category: |Views: 24

tags: another

DDD and Rule driven UI Validation in .NET(abdullin.com)

submitted by breporterbreporter(210) 3 years, 3 months ago

Let's walk through the MVC approach on validating user's input with reusable business rules. read more...

add a comment |category: |Views: 51

tags: another

Exception Handling in Windows Azure(abdullin.com)

submitted by breporterbreporter(210) 3 years, 3 months ago

Did you know that exception handling action policies from the Lokad Shared Libraries are compatible with the retry policies of the StorageClient project in Windows Azure? read more...

add a comment |category: |Views: 15

tags: another

Vulnerability of the Dynamic Linq(rabdullin.com)

submitted by breporterbreporter(210) 3 years, 4 months ago

Dynamic LINQ should be used with care - it is not secure from the code injection with some nasty side effects. read more...

add a comment |category: |Views: 17

tags: another

F# Has Better Performance than C# in Math(rabdullin.com)

submitted by breporterbreporter(210) 3 years, 4 months ago

F# Has Better Performance (2-6 times) than C# in .NET math algorithms as proved by rewriting neural network activation function benchmarks from C# to F#. read more...

add a comment |category: |Views: 140

tags: another

How to Target Multiple .NET Frameworks?(rabdullin.com)

submitted by breporterbreporter(210) 3 years, 4 months ago

Tips and tricks on targeting multiple .NET frameworks (i.e.: Silverlight 2.0 and .NET 3.5) with a single codebase. read more...

add a comment |category: |Views: 11

tags: another

How to Use .NET 3.5 Features and C# 3.0 Syntax in .NET 2.0?(rabdullin.com)

submitted by breporterbreporter(210) 3 years, 5 months ago

Updated version of the post with multiple approaches used to target customers with .NET 2.0, while still benefiting from the C# 3.0 compiler and LINQ methods. read more...

add a comment |category: |Views: 12

tags: another

Better C# Design Contracts in Lokad Shared Libraries - Journal - Rinat(rabdullin.com)

submitted by breporterbreporter(210) 3 years, 5 months ago

Lokad Shared Libraries were updated with the new (shorter) syntax for the argument validation. Enjoy. read more...

add a comment |category: |Views: 16

tags: another