This is the presentation of my session on HyderabadTechies.
I have to pay my thanks to Chandershekhar Thota, Edward Thomas, Lisa D'hard, Meetu Choudhary, Harshitha and Abit
This document summarizes a presentation on Silverlight 4 and Prism. It introduces Silverlight 4 keywords like rich media applications and cross-platform capabilities. It discusses IIS Smooth Streaming for optimizing video playback quality. It also describes Prism for modular application development in Silverlight, and the extensibility of the Silverlight UI through tools like Expression Blend and component libraries. Finally, it outlines a multi-layer architecture in Prism using Entity Framework and WCF services.
When it comes to developing progressive web apps or PWAs, you should hire ionic developer. According to experts, there isn’t anything better than Ionic for building feature-rich PWAs.
Mobile applications development - why should you start learning it right now?Natalija Rodionova
Mobile apps development- why should you start learning it right now?
- 7 reasons why should you start learning how to develop a mobile app?
- How much do mobile apps developers earn?
- 10 main instruments of a mobile app developer
- 5 technologies you should learn to be able to develop mobile
- 7 advices to start learning mobile apps development
- 5 industries which need mobile apps developers
The document discusses getting started with .NET. It outlines the objectives of learning about the .NET framework architecture, examining intermediate language code, setting up a development profile in Visual Studio, and creating and exploring projects. It then discusses what .NET is, how it provides a runtime environment like Windows provides for applications. It notes the advantages of .NET include providing an object-oriented view of Windows functionality, built-in security, and easier deployment of applications.
c# training | c# training videos | c# object oriented programming | c# courseNancy Thomas
Website : http://www.todaycourses.com
C# Online Training Concepts :
Introduction to Web Controls
Thinking about .NET
Using Visual Studio 2005
Debugging and Handling Exceptions
Data Types and Variables
Introducing Variables and Data Types
Working with Variables and Data Types
Using the .NET Framework
Using .NET Framework Classes
Working with Strings
Working with Dates and Times
Branching and Flow Control
Branching in Code
Repeating Code Blocks
Unconditional Branching
Classes and Objects
Introducing Objects and Classes
Creating Your Own Classes
Working with Classes
Properties and Methods
Overview of Properties and Methods
Working with Properties
Working with Methods
Object-Oriented Techniques
c# training, c# training videos, c# object oriented programming, c# training videos, learn c#, c# for beginners, c# tutorial, c# programming for beginners, c# programming step by step, c# patrick washington, c# programming tutorial, c# programming tutorial for beginners step by step, visual studio 2013, c# opps programming, c# programming tutorial for beginners, c# interview questions, c# patrickvideos, c# oops introduction, c sharp programming language, c# training institutes in hyderabad
PROGmaatic Developer Network is a group of professional developers in Dhaka, Bangladesh that offers software engineering, web and mobile application development, and customized programming services. They have experience implementing technologies like Java, PHP, Python, and more. Their team includes a CEO and founder, research and algorithm team, core developer team, and consultant. Some of their recent projects include mobile applications for prayer times and battery optimization, a local services finder app, and content management systems. They aim to provide secure, bug-free solutions and good design using techniques like Agile development.
Components Approach to building Web AppsVinci Rufus
The document discusses building web applications using a components approach. It introduces web components as a way to build reusable UI elements with encapsulated styles and behavior. The key technologies that make up web components are custom elements, templates, shadow DOM, and HTML imports. Popular libraries like Polymer, X-Tag, and Bosonic use these technologies to build reusable web components. The document also discusses organizing components using atomic design principles and strategies for conditionally loading templates and bundling components.
This document summarizes a webinar about converting iOS code to Android code using MyAppConverter. It outlines the agenda which includes an introduction to MyAppConverter, how to do a successful conversion, and how to use the Sprite4Droid plugin. It provides details on signing up for MyAppConverter, preparing an iOS project for conversion, performing the conversion process, and getting support. It also covers how to use a converted Android project, including importing into Android Studio or Eclipse, and resolving common issues. Finally, it discusses what Sprite4Droid is, how to install the plugin, and how to create and use Sprite4Droid projects in Android.
Continuous integration and delivery with Xamarin and VSTSGill Cleeren
The document discusses using Visual Studio Team Services (VSTS) and Xamarin for mobile DevOps. It covers setting up a VSTS project and configuring continuous integration for iOS and Android apps. Unit testing is integrated into the build pipeline. Test Cloud is used to test apps on multiple devices. HockeyApp is used to deploy builds to testers and monitor crashes and feedback. The goal is to streamline the mobile app development process through continuous integration, delivery, and monitoring.
This document compares several major cross-platform frameworks for mobile development: Qt Mobile, Xamarin, Flutter, Appcelerator Titanium, and Apache Cordova. Each framework is described in terms of supported platforms, programming languages, UI frameworks, access to native UI and APIs, performance, and when each framework would be best used. Qt Mobile, Xamarin, and Flutter allow developing native mobile apps while Appcelerator Titanium and Cordova wrap web views to deploy web apps on mobile.
Are you looking for the Java Development Company? Look no Further! Xicom offers custom Java software development and offshore Java web application outsourcing services. To know further details you must visit Xicom. Read More @ https://www.xicom.biz/offerings/java-development/?utm_source=blog%2FRyan
Apache Cordova is an open-source framework that allows developers to use standard web technologies like HTML, CSS, and JavaScript to build applications that can be deployed across various mobile and desktop platforms. It works by packaging the application's code and assets into a wrapper application that loads the content into a webview. Plugins can be added to access device capabilities. The Cordova CLI provides commands for creating, building, and running Cordova projects across platforms in a consistent way. Frameworks like Angular and UI frameworks like Ionic can be used to organize larger Cordova applications.
Twelve Tasks Made Easier with IBM Domino XPagesTeamstudio
Twelve common tasks in XPages development are summarized, including:
1. Themes allow standardizing user interfaces across applications.
2. Repeat controls simplify displaying repeating data compared to HTML or LotusScript.
3. In view editing enables updating documents directly on XPages without additional code.
4. Design properties and the properties panel provide flexibility in component configuration.
5. AJAX partial page refresh updates parts of pages without reloading the entire page.
6. Pager controls provide pagination functionality out of the box.
7. TODO comments can be managed in Eclipse for task tracking in XPages projects.
8. Local history and source control allow recovering code revisions.
9. Custom controls promote
With Xamarin now free for everyone, the popularity of the cross-platform framework is increasing rapidly. We’ve now had the time to play around with it, now the time has come to build serious apps with it.
In this session, you’ll learn how a real-world Xamarin application architecture is built, with an emphasis on testability and maintainability. The app we’ll look at is called MyTrains, an application used to book train journeys.
You’ll see an architecture that has proven itself over different projects already. The architecture is using the MvvmCross framework. You’ll see how the architecture is built from the ground up, starting with model, the repositories and the services. On top of that, we’ll build the view models which will be used by the views in the iOS and Android apps. Along the way, you’ll see how MvvmCross uses data binding and commanding and how navigation is handled in MVVM
You’ll walk away with an example of how real applications in Xamarin should be built. You’ll be able to use this as your starting point for your next Xamarin application.
The document provides an introduction to the .NET framework. It discusses that .NET is a software platform and runtime that supports multiple programming languages and allows development of web and Windows applications. It describes key aspects of .NET including the Common Language Runtime (CLR), Windows Forms, ASP.NET, ADO.NET, and Visual Studio.NET development tools. It also provides comparisons between .NET and Java platforms and architectures.
Akshay Paliwal seeks a software engineer position and has over 5 years of experience in various software development projects. He has experience with technologies like C#, ASP.NET, SQL Server, SharePoint, and CRM. Some of his project experiences include developing portals, applications, and tools for healthcare, hiring, and infrastructure optimization.
Visual Basic is a programming language designed for building graphical user interface (GUI) applications. It uses a drag-and-drop interface building tool to create GUIs rather than writing code. Visual Basic supports features like database access, internet capabilities, and rapid application development tools that allow quick creation of full-featured applications. Visual Basic .NET was created as a completely new language to support Microsoft's .NET framework and allow easier development of web applications. It is fully object-oriented and supports the .NET runtime environment, web forms, and web services.
Open Source examples from Adobe : Oscon kioskDave McAllister
Adobe contributes to open source technology by releasing their own projects like Apache Flex, Apache Cordova, Brackets, and Source Han Sans under open source licenses. They maintain these projects on GitHub and SourceForge and collaborate with the Apache Foundation on several projects including Apache Cordova, Apache Chemistry, and Apache Tika. Adobe's goal is to drive innovation, build communities, and give back value through their involvement in open source.
Application development using Zend FrameworkMahmud Ahsan
Zend Framework provides rich and flexible MVC components built using PHP 5's object-oriented features. It includes over 150,000 lines of code across components for caching, configuration, controllers, views, forms, validation, and more. Major companies like IBM, Microsoft, and Fox Interactive Media use Zend Framework for web development.
Building Windows 8 Metro Style Applications Using JavaScript and HTML5LearnNowOnline
The document discusses building Metro-style applications for Windows 8 using various technologies like JavaScript, HTML5, CSS3, C#, Visual Basic, C++ and XAML. It outlines the goals of getting started with Metro apps, introducing basic concepts, investigating Windows Runtime controls and using asynchronous APIs. It also discusses learning to create Metro-style user interfaces, handle navigation and add simple data binding. The assumptions include basic knowledge of web technologies, .NET development and Metro-style apps. It compares building Metro apps with JavaScript, HTML5 and CSS3 versus C#, VB, C++ and XAML. Finally, it demonstrates creating a simple "Hello World" Metro app and modifying an existing blog sample app.
Visual Studio 2010 & .NET 4.0 introduce improvements to the IDE, debugging tools, languages, and frameworks. Key updates include a more customizable and multi-monitor friendly IDE, enhanced JavaScript support for web development, and parallel computing APIs that simplify concurrent programming. The presentation demonstrates new features for code-focused development, debugging across platforms, and one-click application deployment.
These are the top 5 advanced best PHP frameworks that will are widely-used widely all over the world. It totally is determined by the advantages of the website which framework for use.
This document discusses Cordova, Ionic, and IBM MobileFirst for developing hybrid mobile apps. It begins with an introduction to Cordova for creating apps with HTML, CSS, and JavaScript. Ionic is presented as a framework that improves upon Cordova apps. MobileFirst is then introduced as a platform from IBM that further enhances hybrid apps with features like push notifications, security, and integration with backend systems and services.
Professional JavaScript Development (An Introduction for Java Developers)jbandi
This document provides an introduction to JavaScript development for Java developers. It discusses the evolution of JavaScript from a joke language to a primary development platform in browsers. It outlines the key differences between JavaScript and Java programming models and libraries/frameworks commonly used in JavaScript like jQuery, AngularJS, and tooling like Bower. It proposes a two day bootcamp agenda covering JavaScript language features, patterns, tooling and frameworks to teach Java developers JavaScript and how to integrate it with Java backends.
The document provides an overview of technologies that are useful for startups. It discusses what a startup is, stages of startup development, product evolution and life cycles, tech stacks, databases, programming languages, and server-side frameworks. The key considerations when choosing technologies include problem fit, performance, productivity, scalability, and maturity of the software/framework. Relational databases are generally the best default option, and other data stores like NoSQL should only be considered if relational databases cannot meet the needed scale.
Silverlight is a technology from Microsoft for building rich interactive applications for the web. It allows developers to use XAML and .NET languages to create animations, media playback, and other rich features within a browser. Silverlight applications provide a consistent experience across browsers and platforms using a small browser plugin. It is well suited for creating immersive media experiences, rich internet applications, and delivering content across devices from desktop to mobile.
This document discusses a presentation by Ashutosh Sharma on Silverlight, a Microsoft web application framework. It acknowledges those who helped with the presentation, including the mentor Mrs. Meena Arora. The document then provides an introduction to rich internet applications and discusses some key characteristics. It also lists some popular rich internet application development tools, including Flex, JavaFX, and Silverlight. The document discusses factors to consider when choosing a RIA tool and what motivates those choices. It concludes with an overview of what Silverlight is and how it can be used to create engaging experiences.
If you want to develop web based, desktop or mobile applications using ASP, then Visual Studio .NET is the place for you. It provides a complete set of developmental tools for developing the various applications.
This document summarizes a webinar about converting iOS code to Android code using MyAppConverter. It outlines the agenda which includes an introduction to MyAppConverter, how to do a successful conversion, and how to use the Sprite4Droid plugin. It provides details on signing up for MyAppConverter, preparing an iOS project for conversion, performing the conversion process, and getting support. It also covers how to use a converted Android project, including importing into Android Studio or Eclipse, and resolving common issues. Finally, it discusses what Sprite4Droid is, how to install the plugin, and how to create and use Sprite4Droid projects in Android.
Continuous integration and delivery with Xamarin and VSTSGill Cleeren
The document discusses using Visual Studio Team Services (VSTS) and Xamarin for mobile DevOps. It covers setting up a VSTS project and configuring continuous integration for iOS and Android apps. Unit testing is integrated into the build pipeline. Test Cloud is used to test apps on multiple devices. HockeyApp is used to deploy builds to testers and monitor crashes and feedback. The goal is to streamline the mobile app development process through continuous integration, delivery, and monitoring.
This document compares several major cross-platform frameworks for mobile development: Qt Mobile, Xamarin, Flutter, Appcelerator Titanium, and Apache Cordova. Each framework is described in terms of supported platforms, programming languages, UI frameworks, access to native UI and APIs, performance, and when each framework would be best used. Qt Mobile, Xamarin, and Flutter allow developing native mobile apps while Appcelerator Titanium and Cordova wrap web views to deploy web apps on mobile.
Are you looking for the Java Development Company? Look no Further! Xicom offers custom Java software development and offshore Java web application outsourcing services. To know further details you must visit Xicom. Read More @ https://www.xicom.biz/offerings/java-development/?utm_source=blog%2FRyan
Apache Cordova is an open-source framework that allows developers to use standard web technologies like HTML, CSS, and JavaScript to build applications that can be deployed across various mobile and desktop platforms. It works by packaging the application's code and assets into a wrapper application that loads the content into a webview. Plugins can be added to access device capabilities. The Cordova CLI provides commands for creating, building, and running Cordova projects across platforms in a consistent way. Frameworks like Angular and UI frameworks like Ionic can be used to organize larger Cordova applications.
Twelve Tasks Made Easier with IBM Domino XPagesTeamstudio
Twelve common tasks in XPages development are summarized, including:
1. Themes allow standardizing user interfaces across applications.
2. Repeat controls simplify displaying repeating data compared to HTML or LotusScript.
3. In view editing enables updating documents directly on XPages without additional code.
4. Design properties and the properties panel provide flexibility in component configuration.
5. AJAX partial page refresh updates parts of pages without reloading the entire page.
6. Pager controls provide pagination functionality out of the box.
7. TODO comments can be managed in Eclipse for task tracking in XPages projects.
8. Local history and source control allow recovering code revisions.
9. Custom controls promote
With Xamarin now free for everyone, the popularity of the cross-platform framework is increasing rapidly. We’ve now had the time to play around with it, now the time has come to build serious apps with it.
In this session, you’ll learn how a real-world Xamarin application architecture is built, with an emphasis on testability and maintainability. The app we’ll look at is called MyTrains, an application used to book train journeys.
You’ll see an architecture that has proven itself over different projects already. The architecture is using the MvvmCross framework. You’ll see how the architecture is built from the ground up, starting with model, the repositories and the services. On top of that, we’ll build the view models which will be used by the views in the iOS and Android apps. Along the way, you’ll see how MvvmCross uses data binding and commanding and how navigation is handled in MVVM
You’ll walk away with an example of how real applications in Xamarin should be built. You’ll be able to use this as your starting point for your next Xamarin application.
The document provides an introduction to the .NET framework. It discusses that .NET is a software platform and runtime that supports multiple programming languages and allows development of web and Windows applications. It describes key aspects of .NET including the Common Language Runtime (CLR), Windows Forms, ASP.NET, ADO.NET, and Visual Studio.NET development tools. It also provides comparisons between .NET and Java platforms and architectures.
Akshay Paliwal seeks a software engineer position and has over 5 years of experience in various software development projects. He has experience with technologies like C#, ASP.NET, SQL Server, SharePoint, and CRM. Some of his project experiences include developing portals, applications, and tools for healthcare, hiring, and infrastructure optimization.
Visual Basic is a programming language designed for building graphical user interface (GUI) applications. It uses a drag-and-drop interface building tool to create GUIs rather than writing code. Visual Basic supports features like database access, internet capabilities, and rapid application development tools that allow quick creation of full-featured applications. Visual Basic .NET was created as a completely new language to support Microsoft's .NET framework and allow easier development of web applications. It is fully object-oriented and supports the .NET runtime environment, web forms, and web services.
Open Source examples from Adobe : Oscon kioskDave McAllister
Adobe contributes to open source technology by releasing their own projects like Apache Flex, Apache Cordova, Brackets, and Source Han Sans under open source licenses. They maintain these projects on GitHub and SourceForge and collaborate with the Apache Foundation on several projects including Apache Cordova, Apache Chemistry, and Apache Tika. Adobe's goal is to drive innovation, build communities, and give back value through their involvement in open source.
Application development using Zend FrameworkMahmud Ahsan
Zend Framework provides rich and flexible MVC components built using PHP 5's object-oriented features. It includes over 150,000 lines of code across components for caching, configuration, controllers, views, forms, validation, and more. Major companies like IBM, Microsoft, and Fox Interactive Media use Zend Framework for web development.
Building Windows 8 Metro Style Applications Using JavaScript and HTML5LearnNowOnline
The document discusses building Metro-style applications for Windows 8 using various technologies like JavaScript, HTML5, CSS3, C#, Visual Basic, C++ and XAML. It outlines the goals of getting started with Metro apps, introducing basic concepts, investigating Windows Runtime controls and using asynchronous APIs. It also discusses learning to create Metro-style user interfaces, handle navigation and add simple data binding. The assumptions include basic knowledge of web technologies, .NET development and Metro-style apps. It compares building Metro apps with JavaScript, HTML5 and CSS3 versus C#, VB, C++ and XAML. Finally, it demonstrates creating a simple "Hello World" Metro app and modifying an existing blog sample app.
Visual Studio 2010 & .NET 4.0 introduce improvements to the IDE, debugging tools, languages, and frameworks. Key updates include a more customizable and multi-monitor friendly IDE, enhanced JavaScript support for web development, and parallel computing APIs that simplify concurrent programming. The presentation demonstrates new features for code-focused development, debugging across platforms, and one-click application deployment.
These are the top 5 advanced best PHP frameworks that will are widely-used widely all over the world. It totally is determined by the advantages of the website which framework for use.
This document discusses Cordova, Ionic, and IBM MobileFirst for developing hybrid mobile apps. It begins with an introduction to Cordova for creating apps with HTML, CSS, and JavaScript. Ionic is presented as a framework that improves upon Cordova apps. MobileFirst is then introduced as a platform from IBM that further enhances hybrid apps with features like push notifications, security, and integration with backend systems and services.
Professional JavaScript Development (An Introduction for Java Developers)jbandi
This document provides an introduction to JavaScript development for Java developers. It discusses the evolution of JavaScript from a joke language to a primary development platform in browsers. It outlines the key differences between JavaScript and Java programming models and libraries/frameworks commonly used in JavaScript like jQuery, AngularJS, and tooling like Bower. It proposes a two day bootcamp agenda covering JavaScript language features, patterns, tooling and frameworks to teach Java developers JavaScript and how to integrate it with Java backends.
The document provides an overview of technologies that are useful for startups. It discusses what a startup is, stages of startup development, product evolution and life cycles, tech stacks, databases, programming languages, and server-side frameworks. The key considerations when choosing technologies include problem fit, performance, productivity, scalability, and maturity of the software/framework. Relational databases are generally the best default option, and other data stores like NoSQL should only be considered if relational databases cannot meet the needed scale.
Silverlight is a technology from Microsoft for building rich interactive applications for the web. It allows developers to use XAML and .NET languages to create animations, media playback, and other rich features within a browser. Silverlight applications provide a consistent experience across browsers and platforms using a small browser plugin. It is well suited for creating immersive media experiences, rich internet applications, and delivering content across devices from desktop to mobile.
This document discusses a presentation by Ashutosh Sharma on Silverlight, a Microsoft web application framework. It acknowledges those who helped with the presentation, including the mentor Mrs. Meena Arora. The document then provides an introduction to rich internet applications and discusses some key characteristics. It also lists some popular rich internet application development tools, including Flex, JavaFX, and Silverlight. The document discusses factors to consider when choosing a RIA tool and what motivates those choices. It concludes with an overview of what Silverlight is and how it can be used to create engaging experiences.
If you want to develop web based, desktop or mobile applications using ASP, then Visual Studio .NET is the place for you. It provides a complete set of developmental tools for developing the various applications.
we are providing proffetional training in gandhinagar.
.net training in gandhinagar
php training in gandhinagar
java training in gandhinagar
ios training in gandhinagar
android training in gandhinagar
.net certification course, .net classes, .net courses, .net courses in pune, .net jobs, .net training, .net training institute, ASP.net courses, dot net classes.net certification in pune, .net classes, .net courses in pune, .net technology, .net training, .net training institute pune, ASP.net courses
M365 global developer bootcamp 2019 Intro to SPFx VersionThomas Daly
Here are the steps to create a React web part:
1. Scaffold a new React web part project:
```
yo @microsoft/sharepoint
```
2. When prompted, select the following:
- Use the current folder for where to place the files
- WebPart as the client-side component type
- Select React as the JavaScript framework
3. This will scaffold all the necessary files and setup React in your project.
4. Import React and ReactDOM in your web part file:
```js
import * as React from 'react';
import * as ReactDom from 'react-dom';
```
5. Create a simple React component:
Silverlight is a cross-browser plugin that allows for rich interactive applications and media experiences using .NET. It provides a consistent experience across Mac and Windows with a simple installation process. Silverlight applications can be developed with Visual Studio or Expression Blend using XAML and provide rich controls, media capabilities, and integration with web technologies.
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...waisfarjam
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edition Edition Rick Dobson
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edition Edition Rick Dobson
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edition Edition Rick Dobson
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edi...samimylahji
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edition Edition Rick Dobson
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edition Edition Rick Dobson
Programming Microsoft SQL Server 2000 with Microsoft Visual Basic NET 1st edition Edition Rick Dobson
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Brian Culver
This is a live walkthrough where we convert a common full trust solution to a SharePoint Framework solution. May the demo Gods be kind to me. Really, we will do it. Does not cover all possible scenarios, but I will show you the general workflow for converting your full trust solutions to SPFx solutions. I show you the proper configuration for your development environment. We walk through building the SPFx solutions and deploying it to Office 365. Lots of DO’s and DON’Ts will be shared. I’ll show you some of my scars too. From this session forward, you will want to hone your skills in modern SharePoint and convert everything to SPFx solutions.
Attendee Takeaways:
1. Understand the why, the how, and what make up the SharePoint Framework (SPFx).
2. Discussion where we compare common Full Trust Solutions and options for converting to the SharePoint Framework (SPFx) in less than 1 hour.
This document discusses how to use Silverlight and RIA Services to quickly develop CRUD (create, read, update, delete) applications. It provides resources for getting started with Silverlight and SQL Server Express, and notes that a demo of a simple HR maintenance system using drag-and-drop in Silverlight will be posted online, along with the completed code. Developers are encouraged to also try a programmatic or MVVM approach to building similar solutions.
History of silverlight versions and its featuressonia merchant
Silverlight is a browser plug-in that promotes a collaborative development environment of rich online media contents that enable developers and designers alike to integrate multimedia and graphics into web pages within the context of the managed environment.
History of-silverlight-versions-and-its-features-CRB-TechPooja Gaikwad
Silverlight is a browser plug-in that promotes a collaborative development environment of rich online media contents that enable developers and designers alike to integrate multimedia and graphics into web pages within the context of the managed environment.
These amazing open source web development frameworks are changing the landscape of application development. Each framework is unique and its own pros & Cons.
This document is an internship report submitted by Anup Kumar Singh to fulfill requirements for a bachelor's degree in computer science engineering. It details a summer internship completed at Microsoft Virtual Academy focused on learning and developing skills in C#. Key activities included taking online courses in C#, Windows app development, Visual Studio, and other Microsoft technologies. The report includes sections acknowledging contributions and outlining the scope, description, requirements, and activities undertaken during the internship.
Building Rich Applications with AppceleratorMatt Raible
Building Rich Applications with Appcelerator presentation from Colorado Software Summit 2008.
http://softwaresummit.com/2008/speakers/raible.htm
The document summarizes Yash Kumar Sati's training experience at Udacity Inc. It discusses that Udacity offers massive open online courses on topics like cybersecurity, machine learning, and web development. Through Udacity, Yash learned front-end web development skills like HTML, CSS, and JavaScript. He also learned shell programming and using version control systems like Git. The training helped Yash learn new techniques for building responsive and accessible websites using frameworks and optimizing code.
This document discusses Microsoft's web platform and tools. It highlights key capabilities of the Microsoft web platform including the Web Platform Installer, IIS extensions, servers, and technologies. It also discusses tools for developers, designers, and UX designers including SketchFlow for prototyping and Expression Blend for visual design. Silverlight 4 capabilities are summarized in areas of media, rich experiences, business applications, beyond the browser, and developer tools.
This document provides an overview of front end development concepts including HTML5, JavaScript, frameworks like Angular and libraries like jQuery. It discusses HTML5 features like offline support and new elements. JavaScript evolution and MVC frameworks are explained. Development tools like Webstorm, Grunt, Bower and Sass are presented. Different platforms like desktop, mobile and frameworks are covered at a high level.
This document provides an overview and comparison of Windows Presentation Foundation (WPF) and Silverlight 2.0. It discusses the architecture and features of each technology, highlights key differences, and provides guidance on choosing between WPF, XBAP, and Silverlight for application development and deployment. Demos are included of WPF, XAML, and Silverlight applications.
TDD is a development technique where tests are written before code to validate requirements; it results in cleaner code, fewer bugs, and easier refactoring. Gaurav Kumar Arora presented on TDD, explaining what it is, why developers should use it, how to practice it, and answering questions. He thanked the audience at the end.
ASP NET MVC Series For Beginers Part 2Gaurav Arora
This session is the second part of the ASP.Net MVC series for beginners. I suggest reading the article ASP.Net MVC Series For Beginners: Part 1 if you that (the first) part of the series:http://goo.gl/L5lfXB
Gaurav Kumar Arora hosted the first session of an ASP.NET MVC beginners series, covering basic topics such as an introduction to MVC, the MVC pattern, and the roles of models, views and controllers. The session provided an overview of how routing works in MVC applications and encouraged participants to submit questions. Gaurav emphasized that feedback would help shape future sessions to cover more advanced topics.
This document provides an introduction to unit testing using Nunit. It discusses what unit testing is, the benefits of unit testing, and what is needed to perform unit testing. It then focuses on Nunit, explaining that Nunit is a unit testing framework for .NET languages. It provides hands-on examples of creating a test project using Nunit to test methods in a BMI calculator application. It demonstrates running tests using both the Nunit graphical user interface and console modes.
Understanding P–N Junction Semiconductors: A Beginner’s GuideGS Virdi
Dive into the fundamentals of P–N junctions, the heart of every diode and semiconductor device. In this concise presentation, Dr. G.S. Virdi (Former Chief Scientist, CSIR-CEERI Pilani) covers:
What Is a P–N Junction? Learn how P-type and N-type materials join to create a diode.
Depletion Region & Biasing: See how forward and reverse bias shape the voltage–current behavior.
V–I Characteristics: Understand the curve that defines diode operation.
Real-World Uses: Discover common applications in rectifiers, signal clipping, and more.
Ideal for electronics students, hobbyists, and engineers seeking a clear, practical introduction to P–N junction semiconductors.
How to Set warnings for invoicing specific customers in odooCeline George
Odoo 16 offers a powerful platform for managing sales documents and invoicing efficiently. One of its standout features is the ability to set warnings and block messages for specific customers during the invoicing process.
*Metamorphosis* is a biological process where an animal undergoes a dramatic transformation from a juvenile or larval stage to a adult stage, often involving significant changes in form and structure. This process is commonly seen in insects, amphibians, and some other animals.
INTRO TO STATISTICS
INTRO TO SPSS INTERFACE
CLEANING MULTIPLE CHOICE RESPONSE DATA WITH EXCEL
ANALYZING MULTIPLE CHOICE RESPONSE DATA
INTERPRETATION
Q & A SESSION
PRACTICAL HANDS-ON ACTIVITY
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. The current case count is 817 from Texas, New Mexico, Oklahoma, and Kansas. 97 individuals have required hospitalization, and 3 deaths, 2 children in Texas and one adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003.
The YSPH Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources – including status reports, maps, news articles, and web content– into a single, easily digestible document that can be widely shared and used interactively. Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The “unlocked" format enables other responders to share, copy, and adapt seamlessly. The students learn by doing, quickly discovering how and where to find critical information and presenting it in an easily understood manner.
CURRENT CASE COUNT: 817 (As of 05/3/2025)
• Texas: 688 (+20)(62% of these cases are in Gaines County).
• New Mexico: 67 (+1 )(92.4% of the cases are from Eddy County)
• Oklahoma: 16 (+1)
• Kansas: 46 (32% of the cases are from Gray County)
HOSPITALIZATIONS: 97 (+2)
• Texas: 89 (+2) - This is 13.02% of all TX cases.
• New Mexico: 7 - This is 10.6% of all NM cases.
• Kansas: 1 - This is 2.7% of all KS cases.
DEATHS: 3
• Texas: 2 – This is 0.31% of all cases
• New Mexico: 1 – This is 1.54% of all cases
US NATIONAL CASE COUNT: 967 (Confirmed and suspected):
INTERNATIONAL SPREAD (As of 4/2/2025)
• Mexico – 865 (+58)
‒Chihuahua, Mexico: 844 (+58) cases, 3 hospitalizations, 1 fatality
• Canada: 1531 (+270) (This reflects Ontario's Outbreak, which began 11/24)
‒Ontario, Canada – 1243 (+223) cases, 84 hospitalizations.
• Europe: 6,814
How to Manage Opening & Closing Controls in Odoo 17 POSCeline George
In Odoo 17 Point of Sale, the opening and closing controls are key for cash management. At the start of a shift, cashiers log in and enter the starting cash amount, marking the beginning of financial tracking. Throughout the shift, every transaction is recorded, creating an audit trail.
The *nervous system of insects* is a complex network of nerve cells (neurons) and supporting cells that process and transmit information. Here's an overview:
Structure
1. *Brain*: The insect brain is a complex structure that processes sensory information, controls behavior, and integrates information.
2. *Ventral nerve cord*: A chain of ganglia (nerve clusters) that runs along the insect's body, controlling movement and sensory processing.
3. *Peripheral nervous system*: Nerves that connect the central nervous system to sensory organs and muscles.
Functions
1. *Sensory processing*: Insects can detect and respond to various stimuli, such as light, sound, touch, taste, and smell.
2. *Motor control*: The nervous system controls movement, including walking, flying, and feeding.
3. *Behavioral responThe *nervous system of insects* is a complex network of nerve cells (neurons) and supporting cells that process and transmit information. Here's an overview:
Structure
1. *Brain*: The insect brain is a complex structure that processes sensory information, controls behavior, and integrates information.
2. *Ventral nerve cord*: A chain of ganglia (nerve clusters) that runs along the insect's body, controlling movement and sensory processing.
3. *Peripheral nervous system*: Nerves that connect the central nervous system to sensory organs and muscles.
Functions
1. *Sensory processing*: Insects can detect and respond to various stimuli, such as light, sound, touch, taste, and smell.
2. *Motor control*: The nervous system controls movement, including walking, flying, and feeding.
3. *Behavioral responses*: Insects can exhibit complex behaviors, such as mating, foraging, and social interactions.
Characteristics
1. *Decentralized*: Insect nervous systems have some autonomy in different body parts.
2. *Specialized*: Different parts of the nervous system are specialized for specific functions.
3. *Efficient*: Insect nervous systems are highly efficient, allowing for rapid processing and response to stimuli.
The insect nervous system is a remarkable example of evolutionary adaptation, enabling insects to thrive in diverse environments.
The insect nervous system is a remarkable example of evolutionary adaptation, enabling insects to thrive
GDGLSPGCOER - Git and GitHub Workshop.pptxazeenhodekar
This presentation covers the fundamentals of Git and version control in a practical, beginner-friendly way. Learn key commands, the Git data model, commit workflows, and how to collaborate effectively using Git — all explained with visuals, examples, and relatable humor.
How to manage Multiple Warehouses for multiple floors in odoo point of saleCeline George
The need for multiple warehouses and effective inventory management is crucial for companies aiming to optimize their operations, enhance customer satisfaction, and maintain a competitive edge.
Odoo Inventory Rules and Routes v17 - Odoo SlidesCeline George
Odoo's inventory management system is highly flexible and powerful, allowing businesses to efficiently manage their stock operations through the use of Rules and Routes.
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetSritoma Majumder
Introduction
All the materials around us are made up of elements. These elements can be broadly divided into two major groups:
Metals
Non-Metals
Each group has its own unique physical and chemical properties. Let's understand them one by one.
Physical Properties
1. Appearance
Metals: Shiny (lustrous). Example: gold, silver, copper.
Non-metals: Dull appearance (except iodine, which is shiny).
2. Hardness
Metals: Generally hard. Example: iron.
Non-metals: Usually soft (except diamond, a form of carbon, which is very hard).
3. State
Metals: Mostly solids at room temperature (except mercury, which is a liquid).
Non-metals: Can be solids, liquids, or gases. Example: oxygen (gas), bromine (liquid), sulphur (solid).
4. Malleability
Metals: Can be hammered into thin sheets (malleable).
Non-metals: Not malleable. They break when hammered (brittle).
5. Ductility
Metals: Can be drawn into wires (ductile).
Non-metals: Not ductile.
6. Conductivity
Metals: Good conductors of heat and electricity.
Non-metals: Poor conductors (except graphite, which is a good conductor).
7. Sonorous Nature
Metals: Produce a ringing sound when struck.
Non-metals: Do not produce sound.
Chemical Properties
1. Reaction with Oxygen
Metals react with oxygen to form metal oxides.
These metal oxides are usually basic.
Non-metals react with oxygen to form non-metallic oxides.
These oxides are usually acidic.
2. Reaction with Water
Metals:
Some react vigorously (e.g., sodium).
Some react slowly (e.g., iron).
Some do not react at all (e.g., gold, silver).
Non-metals: Generally do not react with water.
3. Reaction with Acids
Metals react with acids to produce salt and hydrogen gas.
Non-metals: Do not react with acids.
4. Reaction with Bases
Some non-metals react with bases to form salts, but this is rare.
Metals generally do not react with bases directly (except amphoteric metals like aluminum and zinc).
Displacement Reaction
More reactive metals can displace less reactive metals from their salt solutions.
Uses of Metals
Iron: Making machines, tools, and buildings.
Aluminum: Used in aircraft, utensils.
Copper: Electrical wires.
Gold and Silver: Jewelry.
Zinc: Coating iron to prevent rusting (galvanization).
Uses of Non-Metals
Oxygen: Breathing.
Nitrogen: Fertilizers.
Chlorine: Water purification.
Carbon: Fuel (coal), steel-making (coke).
Iodine: Medicines.
Alloys
An alloy is a mixture of metals or a metal with a non-metal.
Alloys have improved properties like strength, resistance to rusting.
1. Author : Gaurav Arora Reviewer : ChanderShekhar Thota Created on : Dec 18 th , 2009 Website : http://www.hyderabatechies.info FROM HYDERABADTECHIES
2. About Author Gaurav Arora is Microsoft Certified Technical Specialist. He is M.Phill(Comp. Sc.), Masters in Computer Applications. Gaurav is an author of various online/offline articles, tutorials, including Silverlight, Asp.net, WCF, LINQ etc. He is the Founder, Webmaster and Sr. Editor of Technical communities viz. Silverlight Club and Dotnetspider . Gaurav is the co-founder of MsDotNetHeaven a free I.T. online educational web portal. Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
3. About Session This session of Silverlight is mainly focused on the basics of Silverlight. We try to give you the brief idea about the Silverlight viz. what, why and where. It’s a series of continued session as soon as we will go forward will get in some advance versions of the session. This series is just beginning of our long path… Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
4. Know Silverlight What is Silverlight? Why Use of Silverlight? Available versions Overview : Silverlight Framework Architecture Groom up with Silverlight Setup SDE [Silverlight Development Environment] Overview : Silverlight Development Tools Contents Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
5. Silverlight : Practical View How to start application? Our First Silverlight Application Demo of Silverlight Application Contents Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
6. In Simple words, we can say Silverlight is Microsoft’s innovation in the RIA era. Its nothing but a simple Cross-browser, cross-platform client-framework, which helpful to deliver RIA [Rich Internet Applications] embedded in web pages for both designers and developers. So, silverlight is a framework which provides us to develop and design RIA. Know Silverlight Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
7. A Micrososft product. It’s a web application framework Encient famous name is WPF [Windows Presentation Foundation] Cross-browser, Cross-Platform Provides ease to build RIA Provides to develop applications, easily embed with Web Pages Based on .Net Platform What is Silverlight? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
8. There are number of reasons for Why to Use Silverlight : It provides us great UI It provides integrated XAML declarative language with .Net framwork Silverlight appeals to both Designers and Developers It’s a Cross-browser, cross-platform Installation is easy Dynamically implementation of data and it not available outside for search engines. Why use Silverlight? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
10. Overview: Framework Architecture Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
11. Overview: Framework Architecture The Silverlight framework allows applications to access Web services, databases,Web servers, and other data sources to acquire data that is displayed in the UI. It also allows the application to integrate with the Web page DOM as well as AJAX and JavaScript to enhance the functionality of the Web page. There are many Code-Breaking changes in new versions as a scope of this session, we are not discussing all here, refer to : Code-Breaking Changes Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
12. Silverlight Plug-in Ok, now lets check what is Silverlight Plug-in Silverlight Plug-in is very lightweight component Essential for users to access, Silverlight applications Easy to download and install , consume less disk space It provides great extensive support for both designers and developers Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
13. Silverlight : Core presentation Its nothing but a sub-set of WPF [Windows Presentation Foundation] XAML Parser UI render Layout Controls Data Binding Input DRM [Digital rights Management] <<We are not going in the depth of above, in this session>> Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
14. .Net Silverlight Framework CLR [Common Language Runtime] BCL [Base Class Library] DLR [Dynamic Language Runtime] WPF [Windows Presentation Foundation] WCF [Windows Communication Foundation] Data Framework <<We are not going in the depth of above, in this session>> Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
15. Architecture : Silverlight Application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Managed Code .Net Language Dynamic Runtime Languages Logics & Funcationality Communication & Data Managed Code [XAML] UI Input Controls Layout Animation & Transformation Web Page Object Embedded HTML Embedded ASP.NET
16. Install the developer tools for Silverlight Following are the steps direct how to Set up the Environment? 1. Install Visual Studio 2008 or higher with Visual Web Developer Feature 2. Install SilverLight Plug-in: download Silverlight Plug-in from http://www.microsoft.com/silverlight and Install Silverlight, make sure you have uninstalled all previous versions of silverlight Setup SDE Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
17. Goto : http://www.silverlight.net/GetStarted Install Expression Blend Download Silverlight Toolkitr Download .Net RIA services How to install SDK Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
18. The version Moonlight,created by team of the Mono Project at Novell, provides a plug-in for Linux browser and an SDK to develop Silverlight application on the Linux Platform, it is downloadable from : go-mon.com/moonlight Lunareclips is the IDE for designing the XAML elements available at : Lunareclips Silverlight on Linux Platform Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
19. Visual Studio 2008 or above : provides the facility of .Net integration Expression Blend : Provides great facility to design application Expression Encoder : Provides the facility for Media elements XAML : A scripting language provide extensive facility for vector graphics Overview : Silverlight Development Tools Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
20. Choose your IDE Select language Select platform Start Building How to start application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
21. Following are the initial steps to give the overview to just start first application: Select File -> New -> Project from Main Menu of Visual Studio Select C# / Visual Basic from the project types From Template list select Silverlight Template Enter project name and location then create a new project. To host Silverlight within the project, select generate HTML test page. Our First Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
22. Finally click ok The page.xaml appears From toolbox drag and drop any control on the page Modify the control and then save the page.xaml file To get into code-behind double click on the control Write some test message : Like “Hello I am Started!”. Now build and test the changes Our First Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
23. Demo - Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies SELECTING A NEW PROJECT
24. Selecting Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Framework Select Silverlight Template
25. How to Host Silverlight application? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
26. Skeleton of Silverlight application? Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
27. Creating a XAML Page Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
28. Creating a XAML Page Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
29. Start writing code Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
30. Navigate to Event handler Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
31. Writing a code Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
32. Building application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
33. ‘ xap’ file Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies After building application, check ClientBin, there is a new application with ‘xap’ extension
34. Running Silverlight application Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies Running page host a silverlight application
35. Thank you Hyderabad Techies Microsoft Developer User Group - Hyderabad :: Free Online/Offline Sessions on Microsoft Technologies
#3: Gaurav Arora has his blog at : http://stuff4mdesktop.blogspot.com
#4: Gaurav Arora is webmaster of : http://dotnetspider.com/about, http://silverlightclub.com/about