The mobile apps company continues to add to its growing suite of tools, with the introduction of new tools and features for mobile app monitoring and testing. These were announced at its conference in Atlanta this week.
- By Michael Domingo
- 10/08/2014
Here's a grab bag of what you might find useful in the next version of the .NET Framework. It's good news for everyone but ASP.NET Web Form developers.
Splunk announced updated Splunk Enterprise 6.2 and debuts cloud-based Splunk MINT at its user confab in Las Vegas.
- By Michael Domingo
- 10/07/2014
Peter upgrades his Backbone/Typescript to respond to the event raised when the user selects an item in a dropdown list by retrieving related data from a Web API service.
Lots of decisions go into creating cross-platform apps. Without Xamarin.Forms, the decision process is almost too unwieldy. Here's how it can simplify your mobile development.
- By Wallace McClure
- 09/30/2014
Developers tell us why they use it and what benefit they derive from the tooling, and Xamarin developer Craig Dunn goes over the decisionmaking process when choosing between Xamarin.Forms, Xamarin.iOS or Xamarin.Android.
- By Wallace McClure
- 09/29/2014
DI containers all serve a similar purpose, but with some differences in syntax and functionality. Ondrej Balas explains the differences between Ninject, Castle Windsor, Unity, StructureMap and Autofac.
- By Ondrej Balas
- 09/25/2014
Peter returns to improve performance by splitting a single table into multiple entities, but this time, he implements his solution using the Entity Framework 6 designer.
There are some occasions when using Entity Framework can really hurt you: When you have tables with hundreds of columns or tables with large payloads. Here's how to get EF6 to do the right thing.
A look at some of the tools available to automate the creation of documentation for your Web API.
- By Terrence Dorsey
- 09/16/2014
The data analytics company adds new tools for .NET developers who want to tap the vast information stores to customized apps.
- By Michael Domingo
- 09/11/2014
Nick Randolph discussed how Windows Phone applications can be deployed within a company using enterprise distribution.
- By Nick Randolph
- 09/11/2014
The critical part of security isn't your code; it's the people using your applications. Because of that, increasing your security often makes your applications less secure.
Context is king, and your app can easily create hyper-local experiences with iBeacons!
- By Greg Shackles
- 09/04/2014
Version 3.1.2 of the Microsoft F# derivation has expanded portable library support and enables the Publish option in Web and Azure projects.
- By Michael Domingo
- 09/03/2014
Peter turns the management of his single-page Backbone application over to Backbone itself by integrating Backbone Routers and Events. Plus: How to simplify your TypeScript code with longer namespaces.
Third round of funding to go toward expanding Visual C#-based mobile app tool offerings, and to growing the company's sales and marketing teams.
- By Michael Domingo
- 08/21/2014
Unified API at root of changes that will allow developers using Xamarin tools to simplify developing for 32- and 64-bit frameworks, as well as share code between Android and Apple apps.
- By Michael Domingo
- 08/20/2014
There are two different techniques for training a neural network: batch and online. Understanding their similarities and differences is important in order to be able to create accurate prediction systems.
- By James McCaffrey
- 08/18/2014
You want the responsiveness that asynchronous programming in the Microsoft .NET Framework 4 provides, but also need your asynchronous methods to work with other code in your application. Here's how the Task object answers all of your problems.