Working With Share Link Task in Windows Phone 8
In this article we will learn about the Share Link Task. This task enables the user to share a link…
All technologies, only pure source code
In this article we will learn about the Share Link Task. This task enables the user to share a link…
Nearly every application deals with data and resources that need to be protected. Implementing secure authentication and authorization is therefore…
Documentation is a necessary evil for software developers. While C# and VB.NET have basic facilities for commenting code and embedding…
Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my surprise opening .NET 4.0 application…
Same link to convert you code from C# to VB or viceversa. https://converter.telerik.com/ https://www.developerfusion.com/tools/convert/csharp-to-vb/ https://www.dotnetspider.com/convert/CSharp-To-Vb.aspx
am having problem while loading the CSS file through App_Themes folder but with ASP.NET authentication doesn’t work.
Linqer is a SQL to LINQ conversion tool. It helps learning LINQ and convert existing SQL statements. Not every SQL…
Is there a tool out there that can turn a C# string of unformatted HTML (no indentions, no new lines,…
Simple method for give the name of month System.Globalization.DateTimeFormatInfo mfi = new System.Globalization.DateTimeFormatInfo();string strMonthName = mfi.GetMonthName(8).ToString();
So far, we’ve described how to start a task on a thread, configure a thread, and pass data in both…
So you’re a game developer? Then sprite sheets are one of your best friends. Sprite sheets make drawing faster and…
A significant and growing number of apps rely on external data from remote servers or other external APIs. At some…
Learning to use the most appropriate class or object for the task at hand is fundamental to writing efficient code….
Se hai problemi con il PC, puoi provare a reinizializzarlo, reimpostarlo o ripristinarlo. La reinizializzazione del PC comporta la reinstallazione…
A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for UICollectionViewCells, or even UITableViewHeaderFooterViews. For…
Xcode is the most used IDE for iOS development. Apple is doing a great job in updating and adding features…
What are report parameters used for? The most common use of report parameters is to specify a criterion for subsetting…
Kata is a Japanese word describing detailed choreographed patterns of movements practiced either solo or in pairs. most commonly known…
— SQL recursive CTE to find subordinates of executive, manager & supervisor– Tree processing – find all descendants – find…