Its that time of the month when we tell you what we are thinking in terms of spreading knowledge for next 2 months. As you know we normally put up schedule for 2 months of webinar content upfront to you. You can decide which one you would like to attend and book your seats early. This blog post you will find our schedule for Nov & Dec 2016. We have some interesting ideas lined up for webinar. Continue reading
webinar
Webinar July-September’16
Why Automation? Really you are still wondering on this…. Yes this saves a lot of time…
With this we also have these new webinars for you. Come and join us in these interesting session and have an experience of our latest updates
Date | Time (IST) | Session Title and Registration |
Thursday, July 21 ’16 | 12:00 – 1:00 PM | Build Rapid MVC Based Web Applications using Sitefinity Digital Platform |
Thursday, July 28 ’16 | 12:00 – 1:00 PM | Even Quicker Development with Xamarin Forms using Telerik UI for Xamarin |
Thursday, Aug 25’16 | 12:00 – 1:00 PM | Building Bots that work across social apps with Microsoft Bot Framework |
Thursday, Sept 1 ’16 (updated) | 12:00 – 1:00 PM | Building Versatile Reporting Dashboards with Telerik Reporting Server |
Thursday, Sep 22’16 | 12:00-1:00PM | Now Build Web Apps and API with Node.js |
Thursday, Sep 29’16 (updated) | 12:00-1:00 PM | API Testing with Telerik Test Studio |
The audio will be streamed via GoToMeeting. Use of a headset is recommended
Tech it Up with Telerik April Webinars
We are sad – India lost the World Cup but there is news to cheer too. Sania Nehwal is the first Indian Woman World No. 1 in Badminton.
And then there is always technology to look forward to. This month we are dialling it up with mobile app development. We are bringing the best possible experience from the mobile world for JavaScript developers.
We are teching it up with the following hot webinars:
Date | Time (IST) | Topic |
---|---|---|
Thursday, April 16 ’15 | 3:00 – 4:00 PM | Architecting Real World Cloud Solutions -Lessons from the Field |
Thursday, April 23 ’15 |
3:00 – 4:00 PM | Adding Native Touches to your Hybrid Apps |
Thursday, April 30 ’15 |
3:00 – 4:00 PM | Build Truly Native Android/iOS Apps from Single JavaScript Codebase |
Register for free by clicking on the webinar title above. The audio will be streamed via the GoToMeeting. Use of headset is recommended.
Our handy SMS reminders (for people who provide their mobile numbers during the registration) are there to remind you of the upcoming webinar. This service is currently only limited to Indian Mobile Nos.
And the Ninja T-Shirts are still coming!!
Update: April 9th Webinar has been rescheduled to April 23rd.
Resources for “Introduction to IoC and Dependency Injection for ASP.NET” Webinar
On Aug 28 2014, we conducted a webinar titled “Introduction to IoC and Dependent Injection in ASP.NET”. This is part of the regular webinars that we i.e. Telerik India do every month. You can see the September/October webinar schedule here.
Slide Deck:
Following is the slide deck that we used as part of the webinar. You can view it online below or you can download to view it at your leisure time:
Video:
We record all our webinars so that people who missed attending live can view the recording on demand. Following is the video recording for this webinar:
Demo Source Code:
We had shown two demos as part of this webinar. It was divided as Part1 & Part 2. Part 1 talked about DI & IoC as a generic concept. Where as Part 2 we took a look at Di & IoC in ASP.NET MVC with Ninject as the container. Find the source code links below:
Part 1:
https://bitbucket.org/abhishekkant/survey-app-di-ioc-demo
Part 2:
http://1drv.ms/1rKBOm2
Q & A:
Q: what is ado.net?
A: You can read about ADO.NET here: http://msdn.microsoft.com/en-us/library/h43ks021(v=vs.110).aspx
Q: is there a ORM by Telerik to access data?
A: Yes we have. It is called Teleik DataAccess – http://www.telerik.com/data-access
Q: what is loosely coupling?
A: two classes are not directly coupled in dependency
Q: There are so many DI you mentioned , what are the most famous and used wide along?
A: NInject , Unity, StructureMap are some of the widely used ones
Q: Does ORM by telerik supports all database technologies?
A: Yes
Q: Is Telerik DataAcess open source ?
A: It is free to use commercially as well.
Q: Which is most useful, parameter injection or constructor injection?
A: Depends on your scenario. My personal pref is Constructor injection.
Q: what is high cohesion?
A: http://en.wikipedia.org/wiki/Cohesion_(computer_science)
Q: Which is best AutoFac or Ninject? As i have implmented the same with AutoFac
A: Doesnt matter. All the IoC containers are pretty much alike. Its just the ease of use for somebody. Ninject is a simple one too.
Q: from the Performance point of view , what you recommend?
A: All IoC containers out there in the market are more or less pretty good wuth respect to the perfrormance. so its just the ease of use that you need to pinpoint and use one
Q: Should we always think of getting on the interface way even when we are not sure if there could be multiple types of dependent class ?
A: Its always better to program to contract than a class.
Q: Can we achieve dependeny injection without an IoC?
A: Yes … its known as Poor Mans DI – where you hand craft everything that you need
Q: what is DI?
A: Dependency Injection. Making dependencies loosely coupled. A more formal definition can be found: http://en.wikipedia.org/wiki/Dependency_injection
Q: what is Ninject?
A: A DI Container. More details here: http://www.ninject.org/
Q: Hi, DI is always a combination of Poor Mans and IOC Container?
A: Not always. you can do DI with either approaches.
Q: How lifetime is managed in Ninject?
A: By specifying whether the object is created as Singelton or new object. fluent syntax .InSingletonScope()
Q: which container you would prefer Unity or Ninject or any other?
A: It is a matter of personal choice. All of them provide almost similar functionality.
Q: so who is taking the load of instanciating the object here- ninject or test app or both?
A: Ninject is responsible for creating the objects. It works with MVC pipeline to make it seamless.
Q: If we have difrent implementation of an interface, Can we decide on runtime which implementation to inject. Like getting from a web config file.
A: Yes possible. Ninject is meant for that :). You can use configuration settings in web.config for the same.
T-Shirt Giveaway:
If you are a regular to our webinars, then you know that we select 2 random attendees to receive our .NET Ninja T-Shirt. But we had a huge turnout for this particular webinar and we decided to pick 3 instead of 2 attendees from the webinar. Here are the lucky winners of our t-shirt:
- Inderpal Singh Uppal
- Vinay Bansal
- AjithKumar Rai
Congratulations to the winners. For the rest of you don’t worry. We still have a lots of webinars lined up. So be there and try your luck.
Till next time – Happy Coding.
Recap of webinar Journey from Manual to Automated Tester
On 12th December 2013, we conducted webinar on Journey from Manual to Automated Tester in 1 Hrs. We had great time teaching Automated Testing over web to audience of more than 150.
Download free 30 days trial of TestStudio from here
Find more about Test Studio here
In webinar we covered following topics,
- Why to automate a Test
- Advantage of Test Automation
- Getting started with Test Studio
- Record and Play a Test
- Cross Browser Testing
- Data Driven Testing
- Test Lists and Scheduling
If you missed webinar then you can view recorded webinar below,
Some of the Questions and Answers from webinar are below,
Which all technologies that can be automated by Test Studio?
TestStudio can automate functional Testing of
- Web Applications
- Desktop Apps created using WPF
- Load Testing
- Load Testing of Web Services
- Load Testing of Mobile Apps
Can we perform Load testing for more than 100 virtual users?
Yes Load Testing can be performed with more than 100 Virtual Users. Learn more about Load Testing here,
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/load-testing.aspx
Can we do automation testing for excel application?
What I understand from this question that you want to automate testing of
- Reading Excel file
- Verifying whether data being written to Excel file.
Yes you can do it using CODED STEPS. You need to write C# Code using File System API and Excel API to achieve automation .Learn more about Coded Steps here
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/coded_steps.aspx
What programming languages does it support?
Test Studio supports below programming languages,
- C#
- VB.Net
Can test studio access Linux System?
No Test Studio does not work on Linux system. As of now Test Studio supports only Windows.
Can you please show how we parameterise the user name and password?
As shown in demo you can do it using Data Driven Testing. Learn more about Data Driven Testing here,
When you choose any Browser for test recording
Learn more about recording here,
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/recording-tests.aspx
How this tool is handled browser pop-up?
Learn more about handling popup here,
Is there any option for automating silver light application?
Yes Test Studio supports automation testing of Silverlight application. Learn more about that here,
Does it support flex?
Unfortunately Test Studio does not support Flex application testing.
Can we do testing for Kendo UI applications?
Test Studio supports out of box testing of Kendo UI Widgets. See Kendo UI Grid testing video here,
http://tv.telerik.com/watch/automated-testing-tools/testing-kendoui-grid-with-test-studio
Webinar was highly demo oriented and PPT had very less role to play. However if PPT interests you then find it below,
Download free 30 days trial of TestStudio from here
Resources for Webinar “Data Driven Testing using Test Studio”
Learn more about Test Studio here
On Jul 18 we conducted a webinar titled “Data Driven Testing using Test Studio”. This is part of the ongoing webinar series we here at Telerik India are doing targeting the APAC region. We call this the Telerik. .NET Ninja Developer Webinar series. You can take a look at the Jun-Jul schedule here: https://telerikhelper.net/2013/05/24/telerik-webcasts-june-july/
Learn more about Test Studio here
Slides deck of webinar is here,
For those of you who missed attending the webinar live, we have it covered for you. We record all our webinars and so was this one. Here is the recording of the webinar:
Telerik Ninja T-Shirt Giveaway:
We select 2 person from the webinar attendees and give away our .NET Ninja T-Shirt in each of our webinars. We have picked up 2 lucky persons in this webinar too. They are:
Sharma, Avinash
Neha Tiwari
Congratulations to the winners. We will be contacting you shortly and we will ship your t-shirts.
Excited to see you in next webinar
Join me for the Webinar on Data Driven Testing with Telerik Test Studio
Learn more about Test Studio here
Register here to attend webinar
On 18th July 2013 we are conducting webinar on Automated Data Driven Testing with Test Studio from 3 pm to 4 pm
Register here to attend webinar
When same test gets executed several times with different set of data then it is called Data Driven Testing. Data used in test is called “Test Data “. Test Data can reside in any external form like in Excel file, XML file or Databases. Before using, Test Data should be added as data source in test project. In Data Driven Testing same test get executed several times with different input data. There may be scenario in which test logics and test results both are data bound.
In this webinar we will learn to automate Data Driven Testing using Test Studio. We will learn how we can data bind test from various data sources like Excel and databases.
Learn more about Test Studio here
See you in the webinar .
Resources for Webinar “Hybrid Mobile Application Development with cloud based IDE – Icenium”
On Jun 25th we conducted a webinar titled “Hybrid Mobile Application Development with Cloud based IDE Icenium”. This is part of an ongoing webinar series we here at Telerik India are doing targeting APAC region. We call this the Telerik .NET Ninja Developer Webinar Series. You can take a look at the Jun-Jul schedule here: https://telerikhelper.net/2013/05/24/telerik-webcasts-june-july/
Get it started with Icenium here
In webinar we discussed following topics,
- What is Hybrid Application
- Introducing Icenium
- Introducing Kendo UI Mobile
- Creating Employee Details App on Northwind database
- Working with Views , Template , Datasource
- Consuming services
Slide Deck
Here is the slide deck which I used for the webinar
Recorded webinar
Here is the recorded webinar
NET Ninja T-Shirt Giveaway:
We select 2 person from the webinar attendees and give away our .NET Ninja T-Shirt in each of our webinars. We have picked up 2 lucky persons in this webinar too. They are:
Jalani S
Nitish Agarwal
Congratulations to the winners. We will be contacting you shortly and we will ship your t-shirts.
Resources for Webinar “Cloud Based Enterprise Apps using Everlive”
On Jun 20th we conducted a webinar titled “Cloud Based Enterprise Apps using Everlive”. This is part of an ongoing webinar series we here at Telerik India are doing targeting APAC region. We call this the Telerik .NET Ninja Developer Webinar Series. You can take a look at the Jun-Jul schedule here: https://telerikhelper.net/2013/05/24/telerik-webcasts-june-july/
To get started with Icenium Everlive visit its Everlive portal here
Icenium Everlive is “Backend as a Service” and it provides following as service,
- Backend Data
- Large Files.
- Users
- Notifications
- Cloud Code
All the services can be accessed via REST API, JavaScript SDK or .NET SDK.
Slide Deck:
Here is the slide deck which I used for the webinar:
NET Ninja T-Shirt Giveaway:
We select 2 person from the webinar attendees and give away our .NET Ninja T-Shirt in each of our webinars. We have picked up 2 lucky persons in this webinar too. They are:
Soumya R
HC Suraj
Congratulations to the winners. We will be contacting you shortly and we will ship your t-shirts. Rest of the folks don’t worry – we still have loads of webinars lined up for this year. So do attend our future webinars without fail and try your luck to be the .NET Ninja.
To get started with Icenium Everlive visit its Everlive portal here
Recap of webinar: Building Windows Phone 8 Apps using Kendo UI
Download Source Code and Slides from here
On 23rd May 2013, we at Telerik India hosted a webinar on “Building Windows Phone 8 Apps using Kendo UI Mobile”. This webinar received great response from audience and we had around 150 developers attending webinar. Participants were very active during webinar and there were a flood of questions around Windows Phone 8, Coredova and Kendo UI.
We discussed following topics in webinar,
- What is Hybrid App
- Why we need Hybrid App
- Setting Visual Studio2012 to develop Wp8 apps using coredova
- Setting WP8 App project to work with Kendo UI
In demo part we covered following topics,
- Creating Kendo Datasource
- Consuming OData and REST Srervice in Kendo Datasource
- Working with Kendo Template
- Working with Layout , Views
- Working with dynamic navigation
We learnt and experienced that how easily a developer could work with all complexities such that consuming services, navigating between views, working with layouts rendering native to WP 8, adaptive rendering etc. using Kendo UI Mobile.
If you create a Hybrid App for Windows Phone 8 using KendoUI Mobile and Coredova then with minimal or zero effort you can publish same app as iPhone app and Android App.
You can watch recorded webinar below,
As you can see in recorded webinar that we focused on writing codes and shown you how easily and quickly a Marketplace ready Windows Phone 8 app can be created using Kendo UI.
Download Source Code and Slides from here
You can revisit presentation of webinar below,
If you want us to do webinar on a particular topic related to Telerik products then feel free to send is mail at Dhananjay.kumar@telerik.com
Download Source Code and Slides from here
We had promised that we will be giving away 2 .NET Ninja T-Shirts as a webinar give away.
We normally pick 2 people randomly from the audience and raffle it out. So, as part of this webinar we are happy to say that the following 2 people are winners of our .NET Ninja T-Shirts:
- Ramu Naik
- Ardhendusekhar Kanungo
Congratulations to the winners. We will be contacting you shortly as we need your postal address to ship your t-shirts. Rest of you folks, don’t worry you still have chance to win the t-shirt. Do attend our next webinar which is on May 30 titled – MVVM and Validation with Kendo UI Web. Register for that webinar here
Join me for the webinar Automated Functional Testing Can be affordable with Test Studio
Register to attend webinar here
When: Thursday, March 21, 2013 3:00PM to 4:00PM India Time
Should your functional testing only be manual? Are you shying away from testing only because of the cost considerations? Are you paying through your nose to maintain your testing tool? In this webinar, we will talk about an affordable solution that covers the testing capabilities you need. If you are enthusiastic about finding bugs in software and find solace in testing, we have a Ninja tool for you. Explore this chart buster software – Telerik Test Studio from the comfort of your seat. We are excited to invite you for a webinar on Telerik Test Studio.
In this webinar we will cover and see how easy it is to do
- Automated Web Testing
- Data Driven Testing
- Working with Test Lists
- Test Result Analysis and Reporting
- Ajax Testing
- Performance Testing
To attend webinar register here
I am excited to see you in webinar on 21st March 2013 at 3 PM India time.
Download Source codes, Slides and Recording from 7th march Webinar: Developing Applications for Nokia Lumia using Telerik Controls
On 7th March 2013 we at Telerik India hosted webinar on Developing Applications for Nokia Lumia using Telerik Controls. We appreciate that you joined in. We hope that webinar was useful to you. If you have any further queries, please feel free to reach us.
Learn more about Rad Controls for Windows Phone here
Download webinar resources from here
In webinar we explored various controls with focus on following three controls.
- Conversation View
- QR and Barcodes
- Different kind of charts
Please find recorded webinar below.
Learn more about Rad Controls for Windows Phone here
Download webinar resources from here
If you have any query feel free to reach us. You can reach me any time at dhananjay.kumar@telerik.com .
Follow @debug_mode
Join me for the webinar: Developing Applications for Nokia Lumia using Telerik Controls
We are conducting webinar for Windows Phone Developers on 7th March 2013 at 3PM to 4PM IST.
Learn more about Rad Controls for Windows Phone
Windows Phone application development or creating application for Nokia Lumia devices is keeping a lot of developers very busy. Developers have the envious task of creating quality Windows Phone Application in short span of time. Telerik RadControls for Windows Phone provide the set of controls that significantly speed up the Windows Phone App Development process.
In this webinar we will start with Rad Controls for Windows Phone. We will explore various Rad Controls. We will keep webinar demo oriented and we will more focus on writing and understanding codes. RadControls for Windows Phone provides you different controls and building blocks to cut your development time. These controls are designed to shorten your app development time.
Learn more about Rad Controls for Windows Phone
See you there in the webinar.
Download Slides and Source Code of Webinar Create Hybrid Mobile Application in 1 hour
Download Presentation and Source Code from here
View recorded webinar below:
Thank you so much for attending the webinar on Create Hybrid Mobile Application in 1 hour . I had great time presenting and interacting with each one of you. I hope webinar was useful and worth your time.
In the webinar we covered:
- What is a Hybrid Mobile Application?
- How it is different from Native Applications?
- Working with Icenium
- Understanding different project templates of Icenium
- Understating the project structure of an Icenium project
- Working with Application Layout
- Working with Views
- Working with Kendo DataSource
- Working with Kendo Templates
- Working with Kendo ListView
- How to insert records in a database from a Hybrid Application
- Working with OData in a Hybrid Application
If after attending the webinar you are still excited for Hybrid Application development, then Download Icenium from here – it is completely free till May. You can learn more about Kendo UI here
Download Presentation and Source Code from here
Question and Answers from Webinar
How will we connect our local development database to build these apps using Icenium
Icenium is cloud based IDE and it cannot directly connect to SQL Server or any other database. You have three options
- Create a service layer over database and work with service in Icenium
- Expose data as OData and can work with OData in Icenium.
- Icenium allows you to work with HTML5 storage directly.
Does Icenium support Windows Phone?
As of now Icenium does not support Windows Phone. But it is in Roadmap. Read more here
Does Icenium support Enterprise Application Development?
Icenium only allows you to create Cross Platform device applications at this time.
What other datasource can be used other than SQL?
In Hybrid Applications you can use any database. However, you will have to expose operations on database as service. Essentially, you will be consuming Services in the Hybrid Application.
Can we use jQuery mobile instead of Kendo UI Mobile in Icenium?
Yes, you can use jQuery Mobile instead of Kendo UI Mobile in Icenium. To work with jQuery Mobile choose the second project template while creating a new project in Icenium.
Can you show a Login Screen implementation in Icenium ?
You can implement it in the same way you implement Login in any HTML5 based web application. You have two options to authenticate a user:
- Call a authentication service
- You can authenticate user from data stored from local storage as well.
Can we use ASP.NET WEB API in a Hybrid Application?
Yes you can use Web Api in the same way you consume a WCF REST Service.
How does Icenium Cost?
Until 1st May Icenium is completely free. Find more pricing details here
What is role of PhoneGap Here?
Icenium uses Phonegap (aka Apache Cordova) to build and package applications for various platforms.
Can we use SharePoint as Datasource ?
In SharePoint 2010 and onwards you get OData feed of SharePoint lists. You can use them to create Kendo Data source.
Can we work collaboratively on Icenium?
Yes, you can. You can invite collaborators by right -clicking on project and choosing the option for Version Control.
Can we directly deploy on device?
Yes, you can directly deploy on multiple devices.
Can we use Camera in Icenium ?
Yes, you can access camera on Icenium using Phonegap API to access Camera.
Once again, I thank you for attending the webinar. If you have any question feel free to reach me at Dhananjay.kumar@telerik.com . For update follow @icenium and @kendoui on twitter.
Create Hybrid Mobile Application in 1 hour: Join the webinar on 21st February at 3pm IST
Telerik India is conducting a webinar on “Hybrid Mobile Application Development “on 21st February 2013 from 3pm to 4 pm IST.
Would you like to create a mobile application that can run on most of the mobile application platforms? From the same codebase?
Gone are the days when one had to write different codes in different languages for different mobile platforms. Now a days developers are more inclined to write Cross Platform Mobile Applications or Hybrid Mobile Application. An application written using web technologies like HTML, JavaScript and deployed on multiple platforms without changing any codebase is known as Hybrid Mobile Application.
Webinar details are here,
Title: Hybrid Mobile Application Development
Date: 21st February 2013
Time: 3pm to 4 pm
Presenter: Dhananjay Kumar
This session will focus on various development aspects of Hybrid Mobile Application development. Session will follow step by step approach to create Hybrid Mobile Application. This will be a demo oriented session. In Session demo will be on creating Hybrid Applications like Netflix Movie Explorer and Twitter Search using Telerik JavaScript Hybrid Mobile Application development framework Kendo UI Mobile in Icenium . This session will also touch upon various complexities of building and packaging a hybrid application along with their solution.
Come and learn with us of this amazing capability with the skills you already possess. We will go from nothing to a fully functional mobile app ready for the app store in an hour.