Company News and Bootcamp Blog

development

AngularJS Testing of Bootstrap

AngularJS Testing of Bootstrap

In the process of building and delivering full featured software, we apply several techniques to check the correctness and quality of the software. Unit testing is one of these techniques. Many organizations pay a lot of attention towards unit testing as it reduces the cost of finding and fixing potential issues of an application.

What's New in Visual Basic 14: Parameterless Constructors in Structures

What's New in Visual Basic 14: Parameterless Constructors in Structures

"While everyone using the .NET Framework creates Classes, not many developers create Structures. For those of you who are creating Structures, Visual Basic 14 has some good news for you: You can now give your structure a constructor that doesn't accept parameters (a default constructor). Formerly any constructor you added to a Structure had to accept at least one parameter."