Skip to content

Instantly share code, notes, and snippets.

@srsivaprasad
srsivaprasad / gist:d7d4069b9b1bb26574c4d7a20f4ce5de
Created December 8, 2016 06:51 — forked from imranbaloch/gist:10895917
SqlHelper.cs class with async support
// ===============================================================================
// Microsoft Data Access Application Block for .NET
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp
//
// cs
//
// This file contains the implementations of the SqlHelper and SqlHelperParameterCache
// classes.
//
// For more information see the Data Access Application Block Implementation Overview.
xcopy /Q /Y "$(TargetDir)$(TargetName).dll" "D:\utils"
android_m2repository_r33.zip --> 5FB756A25962361D17BBE99C3B3FCC44.zip
android_m2repository_r32.zip --> F16A3455987DBAE5783F058F19F7FCDF.zip
android_m2repository_r31.zip --> 99A8907CE2324316E754A95E4C2D786E.zip
android_m2repository_r30.zip --> 05AD180B8BDC7C21D6BCB94DDE7F2C8F.zip
android_m2repository_r29.zip --> 2A3A8A6D6826EF6CC653030E7D695C41.zip
android_m2repository_r28.zip --> 17BE247580748F1EDB72E9F374AA0223.zip
android_m2repository_r27.zip --> C9FD4FCD69D7D12B1D9DF076B7BE4E1C.zip
android_m2repository_r26.zip --> 8157FC1C311BB36420C1D8992AF54A4D.zip
android_m2repository_r25.zip --> 0B3F1796C97C707339FB13AE8507AF50.zip
android_m2repository_r24.zip --> 8E3C9EC713781EDFE1EFBC5974136BEA.zip
@srsivaprasad
srsivaprasad / RootNavigationRenderer.cs
Last active October 24, 2016 11:51
Custom Navigation Renderer for removing the icon from action bar for xamarin forms
[assembly: ExportRenderer(typeof(NavigationPage), typeof(CustomNavigationRenderer))]
namespace Example
{
public class RootNavigationRenderer : NavigationRenderer
{
protected override void OnElementChanged(ElementChangedEventArgs e)
{
base.OnElementChanged(e);