.NET Micro Framework review. Waiting for NETMF 4.2

The .NET Micro Framework is .NET for small and resource constrained devices. It offers a complete and innovative development and execution environment that brings the productivity of modern computing tools to this class of devices.

SoftElegance as a company with specialization in custom software development for industrial automation attended in new releases which should be 4.2. As Colin Miller said on his blogpost “NETMF 4.2 Contributor and a Cool Product” release 4.2 will have new contributor. Today we would like to look deeply to the current state of the NETMF and what we’ll have in the future in .NET Micro Framework

.net micro framework

For current .NET developers, this means that they can now create applications that run on a range of devices from targeted devices like remote controls to PCs and Servers and on to the cloud – all with the same programming model and tools.

Continue reading “.NET Micro Framework review. Waiting for NETMF 4.2”

Big Data analysis and R programming language

The one of the latest and most promising IT trends today is Big Data analysis. Big Data are datasets that grow so large that they become awkward to work with using on-hand database management tools. Difficulties include capture, storage, search, sharing, analytics, and visualizing.

SoftElegance is attended in tools and technologies to work with Big Data, such as Probase, Hadoop, R project, etc. Today we would like to introduce you R programming language, that provids a wide variety of statistical and graphical techniques, including linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, and others.

r programming language

R is a programming language and software environment for statistical computing and graphics. The R language has become a de facto standard among statisticians for developing statistical software, and is widely used for statistical software development and data analysis.

Continue reading “Big Data analysis and R programming language”

Introducing Drizzle – a lightweight SQL database for cloud and web

Drizzle is a lightweight SQL database for cloud and web, it’s community-driven open source project that is forked from the popular MySQL database.

SoftElegance is attended in Drizzle project. At the moment we investigate the possibilities to participate at the project. Considering SoftElegance’s core technology is .NET Framework we could brig some new experience into the project.

drizzle logo

Drizzle is an offshoot of MySQL for cloud computing and Web application duties: They stripped away features not needed for these tasks, reorganized the codebase into a microkernel architecture and rewrote the code using C++, all in the hopes of speeding the performance of the database system.

Continue reading “Introducing Drizzle – a lightweight SQL database for cloud and web”

Introducing MonoDroid – a stack for using C# to develop Android-based applications.

MonoDroid logo

MonoDroid is a development stack for using C# and core .NET APIs to develop Android-based applications.

MonoDroid is an implementation of the Mono Framework and was at the closed beta but in the beginning of 2011 it became in the open beta

Continue reading “Introducing MonoDroid – a stack for using C# to develop Android-based applications.”

Mono Success Story: SoftElegance has launched the new website using ASP.NET and MONO

SoftElegance has successfully launched the new version of the official corporate website – www.softelegance.com using ASP.NET WebForms and it runs on FreeBSD server using MONO technology.

The website developed on ASP.NET 3.5 runs on FreeBSD 8.1 server within MONO 2.8.1…

Continue reading “Mono Success Story: SoftElegance has launched the new website using ASP.NET and MONO”

Microsoft Webcast: Best Practices for Building Cross-Browser Web Applications

The “Best Practices for Building Cross-Browser Web Applications” webcast was recorded on Monday, December 13, 2010.
The webcast was represented by Pete LePage, Sr. Product Manager, Microsoft Corp.

msdn logo

Pete LePage discuss what to do and what don’t to build a real cross-browser application. Also there were discussed challenges that could be faced during web development.

Continue reading “Microsoft Webcast: Best Practices for Building Cross-Browser Web Applications”

Using Synchronous PageMethod Custom Validator Control and jQuery calls of ASP.NET AJAX’s PageMethods

Using Synchronous PageMethod Custom Validator Control and jQuery calls of ASP.NET AJAX’s PageMethods.

Introduction

This is success story of using Synchronous PageMethod Custom Validator Control in enterprise application development. Instead of using standard Synchronous JavaScript call we’ve expanded it to using jQuery.

In general Synchronous PageMethod Custom Validator allows to call PageMethods to validate client-side input, and block postbacks if there is an error.

Continue reading “Using Synchronous PageMethod Custom Validator Control and jQuery calls of ASP.NET AJAX’s PageMethods”