Resources No resource found - ASP.NET MVC Notes - Part TwoApr 23, 2018. HTML helper binds model’s property value to control. All HTML helper control derived from System.Web.Mvc.Html namespace. All HTML helpers controls are classes and having its separate extension methods.
- JavaScript Postback Download Via PowerShellMar 28, 2018. Recently, one of my clients had a need to automatically download a file from a public facing state government website. Normally this can easily be done in a number of ways. Powershell is the first way that comes to mind but you could also utilize scripting tools such as wget or curl just to name a couple. However, thanks to the awesome power (note: sarcasm) of Dot Net Nuke, the download link is hidden behind Javascript postback functionality.
- ASP.NET MVC Notes - Part OneMar 18, 2018. There is a lot of changes in the web form and MVC you will come to know or you will observe the changes while you start working on Asp.Net MVC.
- Automating SVN Check-Ins And Building A Project Via JenkinsFeb 05, 2018. A few weeks back, while sitting with my team, I learned that they run a Jenkins job which has to execute the automation scripts using the robot framework, daily around 1:00 a.m. The primary purpose of the job is to place all the necessary files and folders over the node machine of Jenkins (after copying them from the machine pointed as master on Jenkins), execute those scripts accordingly, generate the reports, and finally copy the output files back to the master machine to analyze the logs for the overall reporting and analysis purposes. This whole efficient job starts with a slack manual step which was enough to tag this activity 'not fully automated' because they had to place the updated work regularly on the specified path over the master machine before leaving the office (this includes taking the updated code, files, and automation scripts, building the project to take the DLLs etc.). This may sound tedious but more than that, there is no sense to do it manually.
- Performing CRUD Operations On Azure SQL Database Using SharePoint Framework Web Part And ASP.NET Web API - Part OneJan 24, 2018. Supposing there is an existing data in an SQL database, be it Azure or an on-premise database server, you are required to make the data available for CRUD operations in SharePoint for your users. This is a scenario where this article will be of help to you. In this article, I will show you how you can perform CRUD operations on Azure SQL database from a SharePoint web part. Note that the steps are same for on-premise SQL database except for the steps required in setting up Azure database.
- SharePoint Online/2016/2013 - How To Upload Large Files Using PowerShell AutomationJan 22, 2018. Uploading large files to SharePoint On-Premise or Online is an obvious problem during data migration from any external system like Lotus Notes.In this article I will explain a data upload strategy where we can split a large file into multiple chunks of smaller size.
- CRUD Operations In SharePoint Using REST API - CREATE OperationsJan 18, 2018. REST API is a powerful CSOM concept that can be leveraged in SharePoint for converting sophisticated business designs into working and efficient SharePoint Artifacts (Add-Ins, CSOM solutions, etc.). REST does not require any separate references for its working unlike other frameworks (SPservices!)
- ASP.NET Core 2.0 Cookie AuthenticationJan 02, 2018. Cookie Authentication allows developers to hook into events at various lifecycle stages of the authentication process. For instance you could log successful sign-ins using OnSignedIn or use OnValidatePrincipal (runs on every request) to invalidate the user (e.g. if you want to force sign-out).
- Setting Up Add-In Development Environment In SharePoint Server 2016Dec 26, 2017. In this article, I have explained how to configure Sharepoint add-ins development environment and create a simple hello world web part in s=Sharepoint server 2016 on-premises.
- ASP.NET Core 2.0 MVC AreasNov 06, 2017. Razor pages inside Areas folder can use the Layout page located outside it (e.g. in /Views/Shared folder). You can define a separate Layout page for each Area too. Yet another approach is to define a common Layout page outside Areas folder and Layout pages inside Areas folder and use them as their layout, creating a nested Layout page structure. Below is a Layout page for Area2 that uses shared layout page (note you need an absolute path to shared layout).
- Getting Started With SharePoint Framework For SharePoint 2016 On-PremisesOct 12, 2017. Once you have installed and upgraded the September 2017 Public Update for SharePoint 2016, you will be able to upload and deploy SharePoint Framework packages that contain web parts via the SharePoint App Catalog just as you would with SharePoint Add-ins.
- Create Office Web Add-In Project Using Visual StudioAug 24, 2017. In this article, I would like to share the steps to create Office web add-in projects using Visual Studio. In this article, we have explored what Office add-ins are and how to create Office web add-in projects using Visual Studio 2015.
- Learn MVC : Using Angular Summer NoteJul 28, 2017. This article demonstrates how to learn mvc using angular summer note in visual studio 2017.
- Ghostable/UnGhostable Pages In SharePoint ArchitectureJul 12, 2017. In SharePoint all pages have two different states called "Ghostable" and "Unghostable". [Note - it is a state not type].
- Quick Note On IP Addresses And Load Balancers In AzureJun 06, 2017. Quick Note On IP Addresses And Load Balancers In Azure.
- Quick Note On Azure And Azure SQL Databases For Cloud BeginnersMay 30, 2017. This article gives beginners a background on Cloud, Azure and Azure SQL database fitness in terms of cloud
- High Availability And Disaster Recovery In SQL Server - A Quick NoteMay 19, 2017. High Availability And Disaster Recovery - A Quick Note.
- Notes From SharePoint Online Migration PlanningApr 17, 2017. Notes From SharePoint Online Migration Planning.
- Why Visual Studio 2017? Let Us Try It - Part TwoMar 15, 2017. In this article, we are going to see some features of the brand new Visual Studio 2017. This is the second article of the Visual Studio 2017 series. Please note that this is not the complete series of new functionalities of Visual Studio 2017, here I am going to share only a few things to get you started with the new Visual Studio 2017. I hope you will like this. Now let’s begin.
- CRUD Operation In Lotus Notes Via ASP MVCMar 12, 2017. In this article, we are going to learn how to perform a CRUD operation in Lotus notes via ASP MVC.
- Why Visual Studio 2017? Let Us Try ItMar 09, 2017. Here, we are going to a see some live action of the brand new Visual Studio 2017. Please be noted that this is not the complete series of new functionalities of Visual Studio 2017. Here, I have shared only a few things to get you started with the new Visual Studio 2017.
- Getting Data From Lotus Notes Through ASP MVCMar 08, 2017. In this article, we will learn how to get the data from Lotus Notes view and display the records, using ASP MVC list.
- How To Document Tasks With Notes And Hyperlinks In Microsoft Project 2013Mar 06, 2017. In this article, you will learn how to document tasks with notes and hyperlinks in Microsoft Project 2013.
- Getting Started With O365 - SharePoint-Hosted Add-Ins Using JSOMFeb 28, 2017. In this article, you will learn about SharePoint-hosted add-ins, using JSOM.
- Deleting SharePoint-Hosted Add-In Using Napa Office 365 Development ToolFeb 23, 2017. In this article, you will learn how to delete SharePoint-Hosted Add-ins using Napa Office 365 Development Tool.
- Coding Challenge - Lesson LearnedFeb 22, 2017. Here, I am sharing some note from the coding challenge: NumberStyles, Tuple, Generic Extension Method, Group string from right to left.
- SharePoint-Hosted Add-In By Using NAPA Tools And Delete SharePoint Task List Item Using JSOMFeb 22, 2017. In this article, you will learn about SharePoint-hosted add-ins by using NAPA Tools and Delete SharePoint Task List item using JSOM.
- Migrating Lotus Notes Data To SharePoint Using Dell Quest MigratorNov 23, 2016. In this article, you will learn how to migrate Lotus Notes to SharePoint using AutoMap Approach, with the help of Dell Quest Migrator.
- Handling Permissions In Linux VM While Migrating WordPress SiteOct 27, 2016. In this article, I'll write about how to give WordPress plug-ins permission, while migrating or maintaining the backup of your site.
- Creating SharePoint Hosted Add-ins In SharePoint Server 2016Sep 25, 2016. In this article, you will learn how to create SharePoint Hosted Add-ins in SharePoint Server 2016.
- Configure Environment For Add-Ins In SharePoint 2016Sep 16, 2016. In this article, you will learn how to configure environment for add-ins in SharePoint 2016.
- How To Use Sticky Notes In Windows 10Sep 10, 2016. In this article, you will learn how to use Sticky Notes app in Windows 10.
- SharePoint Add-ins (SharePoint Hosted Add-in) - Part TwoMay 28, 2016. In this multi part series, this is part two. In this article I’ll try to cover SharePoint hosted add-in with example.
- Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013May 22, 2016. In this article you will learn how to Upgrade SharePoint Hosted Add-Ins(Apps) in SharePoint 2013.
- SharePoint Add-ins (SharePoint App) - Part OneMay 16, 2016. In these multi part series, I’ll try to cover all the details related to SharePoint Add-ins (SharePoint App). In this article I’ll start with the introduction/basics of SharePoint Add-ins.
- Manage Social Tags And Notes Under User Profiles At The SharePoint Admin Center On Office 365Apr 19, 2016. In this article you will learn how to Manage Social Tags and Notes under User Profiles at the SharePoint Admin Center on Office 365.
- AngularJS Based Note Making App In 100 Lines (Core Functionality)Dec 18, 2015. In this article, I will be walking you through how to build a simple and elegant note making app developed using AngularJS framework.
- Migrate Silverlight Phone 8.1 Apps To Windows 10Dec 04, 2015. In this article you will learn about migrating Silverlight Phone 8.1 apps to Windows 10.
- Lotus Notes To SharePoint Migration ApproachDec 03, 2015. In this article we can see how to approach for Lotus Notes to SharePoint Migration.
- Azure Mobile Engagement - Windows Phone 8.1 SilverlightDec 03, 2015. In this article you will learn Azure Mobile Engagement in Windows Phone 8.1 Silverlight.
- Top Interview Notes For Any Developer or IT ExpertAug 14, 2015. In this article I will give you a few tips for preparing for an interview.
- Introduction To Silverlight in ASP.NetJul 03, 2015. This article provides an introduction to Silverlight in ASP.NET.
- PowerShell Script For Deleting Note Board Web Part PostMay 18, 2015. This article shows a PowerShell Script for deleting the post added from Note Board Web Part Post.
- Analog Clock Using .NET SilverlightApr 29, 2015. Creating Analog Clock completely from Code Behind using .NET Silverlight.
- Lotus Notes to SharePoint Migration Using QUESTMar 24, 2015. In this article I am explaining how to migrate content from Lotus Notes to SharePoint using the Quest Tool.
- VSTO Excel and Word Add-In C#Feb 17, 2015. In this article you will learn about VSTO Excel and Word Add-Ins C#.
- Creating HTML Web Resource to Show Image Attached in Notes: Part 2Jan 14, 2015. This article explains how to create a HTML web resource and use our JavaScript method from Part 1 to get and display the image.
- Creating HTML Web Resource to Show Image Attached in Notes: Part 1Jan 13, 2015. This article is about getting images attached in Notes and displaying them in a HTML web resource.
- How to Use Cimbalino Windows Phone Toolkit Camera - CameraCaptureServiceDec 28, 2014. This article shows how to launch the Camera "chooser" using the CameraCaptureService from the Cimbalino Windows Phone Toolkit. The Cimbalino Windows Phone Toolkit delivers a set of useful and powerful MVVM-compatible tools and services to help developers build Silverlight applications for Windows Phone.
- Grouped LongListSelector in Windows Phone 8 SilverlightDec 21, 2014. This article explains how to create a LongListSelector with grouping in a very simple and easy manner.
- Forensics: StorageFile vs IsolatedStorage PerformanceDec 08, 2014. Analysis of performance issues found on SiaqoDb NoSQL database between WinRT and Silverlight.
- What's New In Prism 5.0?Oct 29, 2014. In this article you will learn what is new in Prism 5.0.
- Visual Studio 2013 Key NotesOct 08, 2014. In this article you will learn how to work with the Visual Studio editor to get substantial assistance in improving the productivity of code development.
- Add Tags and Notes in SharePoint Site PageSep 02, 2014. This article describe how to add Tags and Notes in a SharePoint Site Page.
- Geo Location Service in Windows Phone 8Aug 26, 2014. This article describes how to create a Geo Location Service in Windows Phone.
- Delete Comments by Note Board Web PartAug 20, 2014. In this article we can explore a problem raised by using the Note Board web part and the solution for it.
- Custom Pop-Up Window Using jQueryJun 19, 2014. This is the article explains the custom PopUp window in jQuery, without any plug-ins. Most of the time we willing to open a <div> on a click event.
- Windows Phone 8 StorageJun 16, 2014. In this part, we will learn about Windows Phone files and folders storage.
- Writing Your First Windows Phone 8 AppMay 19, 2014. In this chapter we will develop a Silverlight Windows Phone 8 application using the Visual Studio 2012 IDE.
- Introducing New Release Candidate Update For Visual Studio 2013Apr 03, 2014. This article provides notes on the release of the Released Candidate Update 2 for the Visual Studio 2013.
- Add Silverlight Into a Web PageMar 14, 2014. This article explains how to add Silverlight into a web page using HTML.
- Getting Started With SilverlightMar 13, 2014. In this article I will show how to work with Silverlight.
- How to Implement the AutoComplete TextBox in Silverlight ApplicationMar 10, 2014. In this article we will implement an AutoComplete TextBox in Silverlight Applications using C#.
- How To Launch Search Task and Email Compose Task in Windows PhoneMar 03, 2014. Here we will build a demo application to implement Search and Email Compose tasks.
- Sending Email Attachment From Entity NotesJan 21, 2014. If you are looking for sending email with an entity record attachment from Notes then this article is going to help you to implement this requirement.
- DataTemplate In XAML (WPF, Windows Phone, Windows 8 and Silverlight)Dec 29, 2013. In this article I‘ll try to explain DataTemplate in XAML (WPF, Windows Phone, Silverlight or Windows 8) with some cool examples.
- Windows Phone - Layout’s Demonstration in SilverlightOct 04, 2013. We are in App Development; either it is Android, Windows Phone or Apple iPhone. In every platform, we have layout definition. Since are planning to develop for different sized screen. In this post, we are targeting Windows Phone Development.
- Configuring Silverlight RIA Services App to Use ASP.Net Web APIsAug 21, 2013. In today’s article we will see how to configure an existing Silverlight Ria Services Enabled app to use Web APIs.
- Fixing Win32 Unhandled Exception in Silverlight Web AppAug 08, 2013. This article describes diagnosing and fixing a Win32 Unhandled Exception in a Silverlight Web App.
- Performing DataGrid Insert Using WCFAug 08, 2013. In this article you will be doing insert using Silverlight DataGrid and WCF Service.
- Silverlight Consuming WCF REST ServiceAug 07, 2013. In this article we will see how to consume a WCF REST service in Silverlight client applications.
- Creating Silverlight Application to Consume the WCF ServiceAug 07, 2013. This article shows how to create a Silverlight application to consume a WCF Service.
- Consuming WCF JavaScript Object Notation (JSON) Aug 07, 2013. This article shows how to consume the JavaScript Object Notation (JSON) response from a WCF service in a Silverlight client application.
- Office Application Development in Visual StudioJul 31, 2013. In this article you will learn about the office application development in Visual Studio 2013 Preview.
- Adding Slider Control in LightSwitch 2012Jul 26, 2013. In this article we will see how to add a Slider Control to our application in LightSwitch 2012 using visual Studio 2012.
- How to Create Add-Ins Using VSTO in MS-WordJul 26, 2013. VSTO application add-ins allows developers to extend Office applications. Visual Studio Tools for Office (VSTO) is a set of development tools available in the form of a Visual Studio add-in (project templates).
- Enable PowerView in a SharePoint Site CollectionJul 25, 2013. This article provides the procedure for enabling PowerView in a site collection. PowerView is a browser-based Silverlight application for SharePoint Server that enables users to present and share insights through interactive presentations.
- Cookie in Silverlight Through JavaScriptJul 11, 2013. In this process we follow, we will be accessing JavaScript's function from silverlight. This sometime becomes headache for most developers, but you should not worry, you are reading “my post.”
- Data Binding in XAML (WPF, Silverlight, Windows Phone or Win8 App) Part 1Jul 06, 2013. In this article I will cover XAML (WPF, Silverlight, WP or Win8 App) Data Binding and the importance of the {Binding} key word in XAML.
- Getting Started With Expression Blend 4Jun 13, 2013. In this article you will learn how to create new project for Beginner on Expression Blend (Silverlight Application and website ).
- Things to Keep in Mind While Working With Telerik Test Studio VS PluginJun 05, 2013. Telerik Test Studio is the most advanced Test Automation tool available out there for Silverlight Applications.
- MVVM (Model View ViewModel) Introduction: Part 1Jun 03, 2013. In this article I’ll talk about how to enhance WPF, Silverlight and Windows Phone application productivity, maintainability and testability with UI based Design Patterns.
- The Background Worker in SilverlightMay 11, 2013. So here comes background worker in the picture. As the name itself suggests, background worker means...background worker. It is actually a thread with completed event.
- SharePoint Permissions: Part 2 of 3May 07, 2013. In this article we can explore the Permissions tool bar items. Please note that this article is a part of an article series.
- How to Localize a Silverlight Client Screen:Part 2May 06, 2013. This article describes how to localize the Silverlight client screen.
- Implementing INotifyPropertyChanged in SilverlightMay 03, 2013. Are you using binding in xaml? Is it MVVM? So believe me, this post is for you. Just give it a five minute read, you will admire it.
- Unable to See the Model Classes While Adding a New Domain ServiceMay 01, 2013. Ever came across a situation where you want to add a new domain service class to your RIA Service solution & you don’t see the class names from your model?
- Isolated Storage in SilverlightMay 01, 2013. One can store files, images, maybe even videos sometimes in Isolated Storage. Want to learn how? Read on!
- SharePoint Permissions - Important AspectsApr 30, 2013. In this article I am trying to reveal the important permissions aspects of SharePoint 2010. Please note that this will be a subset of Security.
- Custom Authentication in SilverlightApr 24, 2013. This post will let customize authentication in Silverlight, from beginning, to the end.
- Saving Silverlight Application's User Settings in DBApr 24, 2013. This blog helps you save a user's settings in the Database for a #Silverlight Application.
- Creating a Beautiful Splash Screen For Silverlight ApplicationsApr 23, 2013. This article adds on top of many other great articles and blog posts on how to create simple Silverlight Splash Screens and helps you design a more complex splash screen with Story Boards & Floating Text Blocks.
- Submitting Only Selected Entities in SilverlightApr 20, 2013. This article will show you how you can submit changes of only selected entities, instead of all, when calling submitchanges() from the DomainContext in Silverlight.
- XAML Developer Must Care About Your Registered EventsApr 18, 2013. Memory leakage in applications are very common and in an effort to save time a developer does not care about it. There are various possibilities for memory leakage and one of them is the events registered in applications that a developer unknowingly forgets to handle.
- Reading XML in SilverlightApr 17, 2013. This post will tell you the easy way to read xml in silverlight.
- Creating XML in SilverlightApr 14, 2013. This article shows how to create XML in Silverlight, in a rather simple way.
- Getting Geo-location of User in SilverlightApr 10, 2013. In this article you will Get Geo-location of User through silverlight application.
- Duplexing in SilverlightApr 06, 2013. The process of duplexing in Silverlight. In this article, I will explain how to create a duplex WCF service that can communicate with a Silverlight client.
- How to Specify a Target Version For Windows PhoneApr 03, 2013. This article shows how to specify a target version for Windows Phone.
- Configuring IIS to Run Silverlight ServicesMar 10, 2013. Here you will learn how to configure IIS to run Silverlight services.