The goal of this tutorial is to implement the ScriptBundle in a ASP.NET MVC, using Microsoft Visual Studio. The purpose of Script Bundle is to reduce the resource (JavaScript, CSS, Bootstrap, or other libraries) downloading times.
Swift Protobuf – How to Implement
How to implement Swift ProtoBuf (Protocol buffers) onto your iOS app.
Populate ListView using a API JSON Feed with Android Kotlin
This sample tutorial Android (Kotlin) app displays a list of rent-a-bike around Houston, Texas.
Xcode 11 (Swift 5) – Creating an App without Storyboard
This is the first step in developing an iOS 13 app without a Storyboard (using Xcode 11).
Code signing .framework failed – Xcode
How to fix Code signing .framework failed in Xcode
Swift 5 – Creating an app without a Storyboard (ARCHIVE)
UPDATE: View the tutorial in developing an iOS 13 app (Xcode 11) without a Storyboard. I prefer to develop an app without a Storyboard because Easy to maintainHave a precise pixel or configuring the UI elementsHave control in developing the interfaceMost major companies develop their apps without a Storyboard In this blog, I am going …
Continue reading "Swift 5 – Creating an app without a Storyboard (ARCHIVE)"
Download attachment(s) creating a web resource (HTML/JavaScript) file
A HTML/JavaScript web resource file allows the user to download attachments from another entity. I've created a HTML/JavaScript web resource file that allows the user to download images/files from another entity. In this example, the Task entity can access and retrieve the Case (Incident) entity's notes/attachments/annotations. Source Code The source code below is a HTML/JavaScript …
Continue reading "Download attachment(s) creating a web resource (HTML/JavaScript) file"
Uploading an Image in Dynamics CRM Portals
You can upload an image (or other files) in Dynamics CRM Portal. After uploading the file, you can link the file to Portals. In Dynamics CRM, in the Ribbon, click Portals and then click Web Files. In the Active Web Files, click the NEW button. In this example, we are going to upload an image. …
Continue reading "Uploading an Image in Dynamics CRM Portals"
Starting Microsoft Dynamics CRM API (JavaScript)
You can enhance Microsoft Dynamics CRM user-experiences by accessing their API. In this example, JavaScript was used to access the API. Login After logging in your instance, on the Ribbon, click Settings and then click Customizations. Click the Customizations button in the Ribbon. In the Customizations page, click Developer Resources. Click the Developer Resource link. …
Continue reading "Starting Microsoft Dynamics CRM API (JavaScript)"
El Primero!
This is my first blog! In a few days, I will be posting tips and tricks in programming iOS Apps, Android, Microsoft Dynamics CRM API, Google Maps API, and other fun stuff! ¡Este es mi primer blog! ¡En pocas días, estaré publicando consejos y trucos para programar aplicaciones de iOS, Android, Microsoft Dynamics CRM API, …