Resources No resource found - Xamarin.Forms Tip - The Easiest Way To Convert A PCL Project Into .NET Standard ProjectJan 25, 2018. Microsoft updated the Xamarin.Forms project templates in VS 2017 to use .Net Standard instead of PCL for writing the shared code (including the Xamarin.Forms UI more details here) as NET Standard is the future of cross platform code sharing see this blog for more information on .Net Standard.
- Xamarin.Forms Tip - Implement Show/Hide Password Using EffectsSep 19, 2017. While developing login pages, we usually get a requirement that there should be an icon in password entry to show/hide password while entering the password. While looking for a solution to this requirement, I found that most of the implementation is done using custom controls whereas we can do this kind of small platform-specific customization using effects. Last year, I wrote this article about implementing custom fonts using effects so I thought let's try this also using the same tecnique.
- Display Tool Tip In Windows 10 Universal App Using WinJSFeb 24, 2016. In this article we are going to see how to display the tool tip in Windows 10 universal app using WinJS.
- A Tip For Ajax Developers in ASP.Net MVC FrameworkMar 21, 2015. This article shares the concept of the ASP.NET MVC framework and the ajax support. It explains how to send ajax requests to a controller, to get a simple message notification, instead of an entire View as a result.
- Most Important Tip To Be Productive At WorkJan 25, 2015. Here is one of the most important tips to be focused and more productive at work.
- Excel Tips n Tricks : Tip 7 (Generating List of Filenames in Excel 2013)Jul 27, 2013. This article will help you to learn how to get the file names inside any folder/directory.
- Excel Tips n Tricks: Tip 6 (Excel 2013 - Dynamic Value in Any Shape)Jun 25, 2013. This article shows how to cause the text inside a shape to dynamically change reflecting a value in a cell in your worksheet.
- Excel Tips n Tricks Tip 5 (Modify Shape and Style of Comment Box in Excel 2013)Jun 17, 2013. After going through this tip you will understand how to modify the shape and style of a Comment Box.
- Excel Tips and Tricks: Tip 4 (Format a Row Based on Condition in a Single Cell)Jun 05, 2013. In this tip I'll explain how to format a row instead of a cell based on a condition in a single cell using conditional formatting.
- Excel Tips and Tricks Tip 3 (Quickly Create Many Range Names)May 30, 2013. With this tip, you’ll learn how to create many range names quickly.
- Textual Tool Tip With jQuery in PHPMay 30, 2013. This article explains how to create a Textual Tooltip with jQuery in PHP.
- Visual Studio Tip - Creating Code Snippets Using Visual Studio 2010Aug 30, 2012. This article is all about creating and implementing Code Snippets using Visual Studio 2010.
- Pro Tips To Load Image From Image Assest Jan 05, 2018. In this article, we will see how we can categorize our images in our iOS project and load them more effectively without moving to Image Assets all time
- Tips To Build Secure WebsitesDec 16, 2017. Here are some tips for Web developers and administrators on how to build and host secure websites.
- Tips And Best Practices To Improve ASP.NET Web Application PerformanceDec 01, 2017. This article suggests you a few tips to improve the performance of an ASP.Net application. There are many more things which may ensure a better performance and faster response time for a web application. I am discussing only a few of the best practices that will help you avoid some unwanted performance hitters from your application. So, you will have a more light weight application which runs quicker and gives a better response time.
- Debugging Tips - Part ThreeNov 06, 2017. While working on a complex code, we often come across situations where you need to debug lots of code to find/fix the issue(s). That also includes going through lots of methods (probably related or unrelated). .NetFramework provides a way to avoid unwanted "Step in" through the methods. Using DebuggerStepThrough (using System.Diagnostics) attribute, you can skip debugging of unwanted methods and reduce the debugging time to some extent.
- Azure Tips and TricksOct 29, 2017. Watch Part 3 of Azure Red Shirt Dev Tour to learn Azure tips and tricks.
- Debugging Tips - Part TwoOct 27, 2017. While working on complex classes/objects, it really takes two more clicks to either add that object to the Watch window or expand the object in visualizer and navigate to a specific property.
- Debugging Tips - Part OneOct 24, 2017. A cool attribute to save some debugging time is DebuggerTypeProxy (Namespace: System.Diagnostics). Using this attribute, you can write your own logic to interpret the object at debug time. Meaning, if you have a list of class objects then you can project on certain properties and force debugger to show the value off of this proxy class. This attribute is applicable to Structures, Classes and Assemblies.
- Re-adding Accidentally-Deleted Status Reason Option- Quick TipOct 22, 2017. Have you been in a situation where you accidentally deleted status reason option from quote entity and now want to add it back as soon as possible?? If yes, then this article is going to help you.
- 3 Tips To Reduce Cyclomatic Complexity In C#Aug 17, 2017. Is this article I suggest tips to help you to reduce Cyclomatic Complexity in your C# code to improve readability and make code less complex.
- Top Creative Tips-Tools to Attract And Recruit The Best TalentMay 19, 2017. This article includes 10 creative tips, tools & methodologies to attract & recruit the best talent.
- Important Tips To Write Clean Code In C#Apr 30, 2017. In this article, we will see how to write clean code in C# .
- "Secret" Productivity Tips For Visual Studio 2017Apr 12, 2017. "Secret" Productivity Tips for Visual Studio 2017
- Visual Studio 2017 Productivity TipsMar 28, 2017. Visual Studio 2017 Productivity Tips.
- Tips And Tricks For Office Online Server Deployment In SharePoint 2016Jan 04, 2017. In this article, you will learn the tips and tricks for Office Online server deployment in SharePoint 2016.
- Revolutionize Your Four Ways To Use Ink In The Windows Maps App With Easy Tips In Windows 10Dec 27, 2016. In this article, you’ll learn about how to revolutionize your four ways to use Ink in the Windows Maps app with easy tips in Windows 10.
- Tips To Speed Up Windows 10 PCDec 22, 2016. Here, you will learn you will learn the tips to speed up your Windows 10 PC.
- Dot Net Tips Tricks C # Tips Tricks and SolutionsNov 25, 2016. In this article, you will learn some important tips and tricks of .NET and C#, and you will get familiar with codes that make your programming easier.
- Basic Interview Tips In C# Nov 23, 2016. In this article, you will the learn basic interview tips in C#
- Tips For Writing Clean And Concise Code In C#Nov 01, 2016. In this article, you will learn about tips for writing clean and concise code in C#.
- Tips To Be Productive While Working From HomeSep 24, 2016. Here is a list of some tips to be productive while working remotely from home.
- Tips And Tricks To Improve WEB API PerformanceSep 23, 2016. In this article, you will learn the tips and tricks of improving the performance of a Web API.
- SQL Server Performance Tuning TipsAug 26, 2016. In this article, you will learn the tips of fine tuning the performance of SQL Server.
- Visual Studio Tips And Tricks Series - Part ThreeAug 14, 2016. In this article, you will learn about Visual Studio tips and tricks .
- Visual Studio Tips And Tricks Series - Part OneAug 11, 2016. In this article, you will learn some useful Visual Studio tips which will make you a smart developer and will save a lot of time.
- Visual Studio Tips And Tricks Series - Part TwoAug 11, 2016. In this article, you will learn about Visual Studio tips and tricks.
- Look At Visual Studio 2015 IDE TipsJul 20, 2016. In this article, we will look into a few VS 2015 IDE settings, which will improve our productivity.
- SQL Server Functions Tips And TricksJul 03, 2016. In this article, you will learn about SQL Server function tips and tricks, at a beginner level.
- Debugging Tips For .NET Developers in Visual Studio 2015Jun 14, 2016. Here are some debugging tips and tricks for .NET developers who use Visual Studio 2015.
- Insightful Tips To Consider In Local PPC Jun 12, 2016. In this article you will learn about dome insightful tips to consider in Local PPC.
- Hashing Passwords In .NET Core With TipsJun 03, 2016. In this article you will learn about how to hash passwords in .NET Core with tips.
- Tips and Tricks for VS CodeMay 24, 2016. In this article you will see a list of 31 tips and tricks to make best use of Visual Studio Code.
- Some Useful Tips While Using Automapper In C#Apr 28, 2016. Here I will describe the important terms that are used while working with Automapper in C#.
- Visual Studio 2015 Tips And TricksApr 26, 2016. In this article you will learn about Visual Studio 2015 Tips and Tricks.
- Stop User From Creating Activities For Closed Records - Quick TipApr 06, 2016. This article is about stopping user from creating activities for inactive records in CRM.
- Removing Potential Customer from Opportunity Form - Quick TipFeb 08, 2016. This article is about removing potential customer lookup fields from opportunity forms.
- Visual Studio 2015 Tips And Tricks Feb 02, 2016. In this article you will learn about some Visual Studio tips and tricks for better performance and efficiency of your code.
- Tips to Develop Your First Enterprise Mobile AppFeb 01, 2016. In this article you will learn how to develop your first Enterprise Mobile App.
- These Tips Make Interview SimpleJan 06, 2016. In this article, I am going to demonstrate you about some tips, which is the best if you want to crack your interview.
- New Year Tips For EveryoneDec 27, 2015. In this article some tips are discussed on this new year 2016.
- Responsive Web Design: Some Tips And TricksDec 09, 2015. In this article you will learn responsive some tips and tricks for Web Design.
- Tips For JavaScript ProgrammersDec 07, 2015. In this article you will learn some tips for JavaScript Programmers.
- Tips And Rules For EmailDec 04, 2015. In this article you will learn about some tips and rules for sending email on your account.
- Tips For SQL Server Database DesignDec 02, 2015. In this article you will learn about few important tips for SQL DB Designer.
- Tips For .NET ProgrammersDec 02, 2015. In this article you will learn about some tips for .NET Programmers.
- Azure Mobile Services: Tips & TricksNov 30, 2015. This article shows how to create a simple backend service for your windows app using Azure mobile services.
- Windows Phone Tips and TricksNov 28, 2015. In this article you will learn about Windows Phone Tips and Tricks.
- Tips And Tricks: Microsoft Blend For Visual StudioNov 21, 2015. This article explains simple tricks to go for data binding in Microsoft Blend.
- Visual Studio 2015 Tips Nov 16, 2015. In this article, I have covered VS 2015 editor tips. Some of the tips already available in the older edition and some of the tips are new to VS 2015.
- 8 Tips On How Millennials Can Make A Career ChangeNov 03, 2015. In this article you will learn some tips on how Millennials can make a career change.
- Changing Pivot Header To Image Instead Of Text - TipOct 21, 2015. In this article you will learn how to change Pivot Header to Image instead of Text - [Tip].
- Tips For A Telephonic InterviewOct 08, 2015. In this article you will learn some tips for a Telephonic Interview.
- Create Tooltip Without Any PluginSep 25, 2015. In this post we will discuss how we can create a tool tip by using jQuery.
- Common ASP.NET Tips and Tricks - Part 3Aug 23, 2015. In this article you will learn about ASP.NET Tips and Tricks.
- Tips to Speed Adoption of Enterprise Mobile AppsAug 01, 2015. This article provides tips to speed adoption of Enterprise Mobile Apps.
- Common ASP.Net Tips and Tricks - Part 2Jun 26, 2015. This article provides practical tips and tricks for software development in ASP.NET.
- Common ASP.Net Tips and TricksJun 24, 2015. This article provides most common tips for errors in ASP.NET as well as configuration. It will be useful for developers who face exceptions while developing web applications.
- 5 Tips to Prepare Yourself For an InterviewJun 15, 2015. This article describes how to prepare yourself for an Interview.
- Tips to Increase SQL Server Query Performance: Part 2Jun 15, 2015. This article provides more tips to increase SQL Server query performance.
- Tips to Increase SQL Server Query Performance: Part 1Jun 11, 2015. In this article we will learn how to increase the query performance in SQL Server.
- SharePoint 2013 Designer and Workflow Tips, Tricks & TrapsMay 26, 2015. In this article, I want to share my experience working with SharePoint Workflows via SharePoint Designer.
- SharePoint 2013 Designer and Workflow Tips, Tricks & TrapsMay 25, 2015. This article provides my experience working with SharePoint Workflows via SharePoint Designer.
- Visual Studio 2015 Debugging Tips and TricksMay 20, 2015. Watch this video to learn some Visual Studio 2015 debugging tips and tricks.
- Email Marketing Tips For Startups and SMEsMay 18, 2015. This article provides some Email Marketing Tips for start-ups and SMEs.
- Tips To Speed Up Your Website Load TimeFeb 12, 2015. This article explains how to reduce the loading time of your web pages.
- WindowsPhone 8.0: Change Default Emulator Skin Border With Skin Switcher, Beginners TipJan 30, 2015. This article explains how to change the default Emulator skin border using the WP8 Emulator Skin Switcher.
- SSRS Expression: Tips and TricksJan 20, 2015. In this article you will learn some tips and tricks of SSRS Expressions.
- C# Tips & TricksDec 02, 2014. This article provides various tips for the C# Language.
- SQL Server Tips and TricksOct 28, 2014. This article provides some tricks we may use in our day-to-day programming life in SQL.
- DOS Scripting Tips and TricksAug 20, 2014. This article describes the DOS Scripting trips and tricks.
- Interview TipsMay 24, 2014. This article provides some interview tips.
- Tips For Making Your CV ImpressiveMay 08, 2014. This article provides some tips for making an impressive CV.
- Simple Code Cleanup TipsJan 31, 2014. This article demonstrates simple code writing or code review tips.
- Some Useful Tips in Changing Code First Model After ScaffoldingNov 09, 2013. In this article I am describing the various ways to do the changes while scaffolding the Entity Framework Code First Models.
- An Introduction to Windows Azure Tips SeriesOct 19, 2013. Windows Azure is the Microsoft's most trusted project so far. They depend on it as a cloud solution so I'll be giving a few tips about using Windows Azure in the following days.
- Load ViewEngine That is Used in Application : An ASP.Net MVC Performance TipSep 26, 2013. This article discusses a tip for ASP.NET MVC that will helps in the performance of ASP.NET MVC applications.
- Tips to Improve SQL Database PerformanceSep 19, 2013. The performance is main concern of any application. Database plays very important role in application. There are some points that can help us to improve the performance of SQL Server.
- A Few CSS TipsAug 14, 2013. This article provides some tips for a writing style for your application.
- Transact SQL Query Performance Tuning TipsAug 09, 2013. In this article, I will discuss some T-SQL query performance tips and tricks for SQL server programmers. The tips mentioned in this article may sound obvious to most of you, but I have seen professional developers who don't think before using them.
- Excel Tips n Tricks -Tip 8 (Applying Chart Data Labels From a Range in a Excel 2013)Jul 30, 2013. This article will help you to learn how to add chart Data labels from a range in a Excel.
- 5 tips to improve performance of C# code: Part 4Jul 21, 2013. In this article I will show few ADO.NET tips.
- 5 Tips to Improve Performance of C# Code: Part 3Jul 13, 2013. Welcome to the C# Performance Improvement Article Series. This is my third presentation.
- 5 Tips to Improve Your C# Code: Part 2Jul 06, 2013. In this article I would like to show memory consumption of various code snippets.
- 5 Tips to Improve Your C# Code: Part 1Jul 03, 2013. Dear reader, in this article I provide a few best practices in C# programming.
- Some Important Tips For SQL Query PerformaneJul 01, 2013. This article provides some important tips for SQL Query Performane.
- 5 Tips to Improve Performance of C# CodeJun 24, 2013. In this article I show you 5 best practices of C# programming.
- Tips & Tricks - Compare Database Project in Solution With SQL Server DatabaseApr 02, 2013. In this article you will see how to compare the database projects in a solution with SQL Server Database.
- 10 Basic Tips For iPhone DevelopersFeb 27, 2013. In this article I will explain some important or basic tips which is remember in mind when we create a new app.
- Tips to Improve Entity Framework PerformanceFeb 11, 2013. There are some points that we should consider while designing and querying databases using the Entity Framework ORM.