Saturday Feb 25, 2012 at 02:23 AM | Posted by: tresw | Category: mobile | Windows 8

By Tres Watkins

You’ve probably seen this: A young, very young, child opens a print magazine and presses her fingers against the paper, brushing against a model’s face, swiping from left to right. Then the child looks to what we assume is some trusted adult off camera. The young one has a look of dismay—the images, icons, and other objects, why don’t they move?

This popular YouTube video epitomizes the expectations tomorrow’s pupils will have regarding not just why, but how they are educated. It brings to light the powerful role mobile devices will play in learning. It reminds today’s developers that the proliferation of mobile devices in the social sphere will not only migrate to the domain of enterprise, but to that of education as well.

A fact that brings us to Apple, who has education in their sights, and how their movement into schools and universities appears to be well-received by academia, but why?

Is it due the bounty of educational offerings found in iBooks 2 and iTunes U? Perhaps not. As Time.com blogger Jared Newman points out, right now there are not nearly enough textbooks available to accommodate most schools’ curriculums. Publishers won’t create iBook textbooks until iPads are in most institutions, and those institutions won’t be able to justify spending on iPads until there’s a plethora of textbooks.

Is education’s propensity toward the iPad brought on by the discount received when a school buys in bulk? Probably not. For now, the discount schools receive is the same as any student—the same you and I would receive if we were enrolled in school. Even with the discount, you’ll still find that other devices are less expensive.

Does it simply suffice to say that Apple is the best tablet on the market—that its dominance in the consumer sector justifies its pending overtake of education? Well, what one declares best tablet depends on what you need that tablet to do. For integration with iPods, iPhones, and Apple TV, yes, iPad wins. But think about this: Deploying custom apps is easier with other devices. A device that runs on Android, for example, would more readily allow a university to deploy its own applications—it would be easier for students to create and test apps written in class.

Other Drawbacks

Flash isn’t supported. I know there are technical justifications for this, but it is still a technology widely used across the Web; does it deserve to be completely ignored? Like it or not, a lot of information isn’t accessible right now if one averts his or her eyes from Flash.

Finally, there is the issue of screen size. If you choose iOS as the educational standard, then you will always be bound to Apple hardware, whereas other platforms provide more options in screen size. For some academic purposes, a screen as small as the Kindle Fire would suffice. Other students might need a device with a louder speaker than that found on the iPad.

And let’s not forget another important factor—one that hasn’t arrived yet—Windows 8.

Microsoft will launch into the tablet scene with great deliberation, and it will do so already having in its arsenal powerful enterprise tools, ones we all know—Word, Excel, Outlook, etc.

Many of you, and I include myself, remember the value you placed on the Office suite when you were in school. That hasn’t changed.

Microsoft products are still the business tools of choice for most companies. If we acknowledge that part of a school’s mission is to prepare students for entry into the workplace, then is it too farfetched to give students a device capable of running Microsoft products?

Let’s not forget, for a long time Apple has forgone developing powerful business apps; instead, they’ve attended more to the needs of musicians, music fans, moviegoers—not so much to accountants and brokers.

Without any doubt or reservation, we can say that tablets will facilitate one of the most fundamental changes in education since the bound book itself. There should be no hesitation in getting these devices in the hands of students, but as school districts and universities invest in such instruments, ones that will advance their educational agendas, they should base their decisions on what is pragmatic, not what is popular.

Friday Feb 17, 2012 at 01:40 AM | Posted by: danielj | Category: Azure | Cloud | Reporting | SQL

By Daniel Jebaraj

Although only in beta, SQL Azure Reporting Services allows you to create highly scalable, standards-based RDL reports in a cloud environment; Syncfusion Essential Studio Reporting Edition’s RDL compatibility allows you to render those reports in your own application on the client side. The combination of the two brings about one of the most powerful reporting ecosystems ever seen.

While SQL Server Reporting Services has been available for years within SQL Server, it costs effort and management overhead to install and maintain. For that reason, while very popular in environments that have the IT staff and infrastructure required, it was not commonly used in smaller and mid-sized environments. Smaller and mid-size markets are currently dominated by rather poorly designed, inflexible, proprietary solutions.

SQL Azure Reporting is set to change this in a big way. The ease with which SQL Azure Reporting can be deployed is quite amazing. You can create a report server and go live with your reports in less than 30 minutes. In addition, SQL Azure Reporting Services provides the benefits associated with the cloud—scalability, high availability, and vastly reduced management overhead. You can also rest assured that your reports are stored in an open format backed by multiple vendors instead of in a proprietary format that may or may not be supported in the long run and on future platforms.

Several years ago Syncfusion was looking to build a reporting product. We considered many options including building our own proprietary reporting solution. Building a proprietary solution would have given us great flexibility in using the technology as we saw fit. It would have dramatically cut down the time to market since we would not have had to work on implementing every aspect of a detailed specification.

While most third-party reporting vendors chose to go in this direction, we decided that this was not the right thing to do for our customers. We firmly believed that data and reports needed to be available in documented and open formats since data outlives most applications. 10 or 20 years down the line, it will still be important to have access to data in its original format, complete with reports that were prepared for studying it at that time. Using a proprietary solution would have meant giving up on this core premise.

With SQL Azure Reporting Services and our Essential Studio Reporting Edition, world-class reporting is now within the grasp of most organizations no matter the size of their IT team. For those interested in how to set up a report in the cloud and have it consumed natively by your application in less than thirty minutes, read our latest white paper on the subject, Scale to Cloud Reporting with Azure and Syncfusion’s RDL Report Viewer.

The power of SQL Azure and Essential Studio Reporting Edition as described by Vice President Daniel Jebaraj.
Wednesday Feb 8, 2012 at 08:22 PM | Posted by: danielj | Category: ASP.NET MVC | mobile | Mobile MVC

By Daniel Jebaraj

It’s an exciting time to be involved in mobile development, especially now that we’re seeing the speculations made a decade ago actually coming true—mobile devices are being used to find restaurants, pay for meals, and then post food reviews online. That’s a lot of power in a little machine.

Gartner predicts that by 2016 at least 50 percent of enterprise users will rely on Web-based e-mail or a mobile e-mail client instead of a desktop client. As a result, software application development targeting mobile devices will also increase dramatically in the coming years.

Knowing that line-of-business applications will have to be available on mobile platforms in the immediate future, you will be pressed to come up with a code base that’s future-proof—one that will not need dramatic changes over the next decade of innovation. The fragmentation of mobile devices presents a challenge in doing this. According to PCMag.com, the variants of Android accounted for 47 percent of devices sold in October and November of 2011, and iOS accounted for about 43 percent, with RIM/Blackberry accounting for another 6 percent. Windows phone took around 1 percent.

So, that’s the problem. Native development on all these devices involves working with substantially different development platforms.

Web applications are an alternative to native applications, but building a mobile Web site does not offer the same experience as a native application. Users are accustomed to the enhanced experience they have with the native features of a device—starting the app from the launcher surface, accessing contacts and images, or using the camera.

What is needed is a bridge between Web applications and the native features; enter the hybrid app. Hybrid applications are the most promising solution for any line-of-business mobile application. They offer a stable base on which applications can be built with the certainty that they will continue to work for the foreseeable future.

Hybrid applications can of course be built with any Web back end, but we firmly believe that ASP.NET MVC is ideally suited for the implementation of hybrid applications. For details on why, please read my white paper, Building 100% Native Apps with ASP.NET MVC. The white paper also walks you through building a sample hybrid app with ASP.NET MVC.

Syncfusion is currently working on a full-scale solution that will give Web-based applications a bridge to become native apps while letting you mange everything from a single code base. We’re calling it OneBase.

Vice President Daniel Jebaraj talks about OneBase—the bridge between Web and native mobile apps.

Our upcoming solution will allow you to leverage your existing .NET Web development skills and produce powerful 100 percent native solutions that work on a broad cross section of devices. Given that we already have a wide set of mobile ASP.NET MVC controls our bridging technology will give you an easy path to creating powerful hybrid mobile apps.

Look for this solution to hit the market next month.

Wednesday Feb 8, 2012 at 07:35 PM | Posted by: amber | Category: ASP.NET MVC | C# | HTML

white paper image

You can now leverage the power of the ASP.NET MVC platform and your knowledge of HTML, CSS, C# and JavaScript to build cutting edge, 100% native applications! Learn how you can maintain a single source base and deploy native solutions on all leading mobile platforms—iOs, Android and Windows Phone 7.1. This new white paper includes an end-to-end sample. Get it now!

Wednesday Feb 1, 2012 at 01:15 AM | Posted by: tresw | Category: ASP.NET MVC | C# | mobile | Mobile MVC | Reporting / Back Office

We are starting 2012 off with a bang…Essential Studio 2012 Volume 1 has been released!

At Syncfusion, our Mobile MVC platform is on the forefront of our development efforts. The Essential Studio 2012 Volume 1 release contains the largest ASP.NET MVC suite for mobile with 12 new controls. Our customers can now develop with the highly anticipated cross-platform mobile grid and the HTML 5 gauge. Samples of our new controls are available for users to interact with. We have expanded the HTML 5 Gauge for ASP.NET to include digital and rolling gauges. Our HTML 5 efforts were focused around our customers who can now take advantage of the high performance, ease of user interactivity, and stunning visuals enabled by the HTML 5 CANVAS element. Other features include:

In the video below, Vice President Daniel Jebaraj talks about some of the highlights of this release.

Everything we do here at Syncfusion is to make application development faster, easier, and sleeker. We based our latest and greatest features on customer requests. Yes, we listen and react so that we can be the best development partner on the market. Download the latest evaluation on our website.

Tag cloud