strangerzlog.blogspot.com
Diary of a Tech Geek: May 2015
http://strangerzlog.blogspot.com/2015_05_01_archive.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Friday, May 22, 2015. Custom ActionFilter in ASP .Net MVC. I had a scenario like if a person doesn't have proper access to a resource he will receive a message on a page. But in my case I was putting this check on a single Action - off course having option to reuse the filter later. Following is the Controller with Filter:. Public ActionResult Siteinfo(int id = 0, string nodeType = " ). RASSiteDetailsModel model = null;.
strangerzlog.blogspot.com
Diary of a Tech Geek: October 2013
http://strangerzlog.blogspot.com/2013_10_01_archive.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Monday, October 28, 2013. WHERE IN" for LINQ. I was trying to convert the following query to LINQ :. Select Osid,OsName,CompanyId,Pid,description,type from OrganisationStructure where OSId in (" location ") and type='location'. Is a string like '123,2345,12356' . What I got on some places the where in. Clause is converted as bellow :. List string locList = location.Split(',').ToList();. Links to this post. A chatbot that...
strangerzlog.blogspot.com
Diary of a Tech Geek: WCF vs Asp.Net Web API
http://strangerzlog.blogspot.com/2015/05/wcf-vs-aspnet-web-api.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Thursday, May 21, 2015. WCF vs Asp.Net Web API. When I first learnt about Web API, I got confused - as I was always doing the RESTful services using the WCF - why then another way to accomplish the same thing? Transporst: HTTP, UDP, TCP, QUEUES, Custom. Message Patterns: request-response, one-way, duplex. Use WCF Web HTTP to add HTTP endpoints to existing WCF Services. Use WCF Data Services for full OData support. Unable...
strangerzlog.blogspot.com
Diary of a Tech Geek: Opensource tools for Analyzing Website Traffic Stats
http://strangerzlog.blogspot.com/2014/05/opensource-tools-for-analyzing-website.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Friday, May 9, 2014. Opensource tools for Analyzing Website Traffic Stats. While developing reports fr one of my applications I have got some interest in data and analytic - while googling I have got some of the good works that are open sourced :) [There are always some good folks online :B] . I am listing couple of the tools here:. Hummingbird lets you see how visitors are interacting with your website in real time.".
strangerzlog.blogspot.com
Diary of a Tech Geek: Opensource Chatbots/Chatterbots
http://strangerzlog.blogspot.com/2013/10/opensource-chatbotschatterbots.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Wednesday, October 9, 2013. I have started playing with a Program-O. A chatbot that really worked for me. Liked it very much and while googling a little more I have found there is a good community who work for creating chatbots - thought I might list them so that I can check them later; Right now I am just listing and will update this post once I check each of them :. Subscribe to: Post Comments (Atom). I spent the day f...
strangerzlog.blogspot.com
Diary of a Tech Geek: "WHERE IN" for LINQ
http://strangerzlog.blogspot.com/2013/10/where-in-for-linq.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Monday, October 28, 2013. WHERE IN" for LINQ. I was trying to convert the following query to LINQ :. Select Osid,OsName,CompanyId,Pid,description,type from OrganisationStructure where OSId in (" location ") and type='location'. Is a string like '123,2345,12356' . What I got on some places the where in. Clause is converted as bellow :. List string locList = location.Split(',').ToList();. Subscribe to: Post Comments (Atom).
strangerzlog.blogspot.com
Diary of a Tech Geek: May 2014
http://strangerzlog.blogspot.com/2014_05_01_archive.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Friday, May 9, 2014. Opensource tools for Analyzing Website Traffic Stats. While developing reports fr one of my applications I have got some interest in data and analytic - while googling I have got some of the good works that are open sourced :) [There are always some good folks online :B] . I am listing couple of the tools here:. Hummingbird lets you see how visitors are interacting with your website in real time.".
strangerzlog.blogspot.com
Diary of a Tech Geek: Open source Push Server
http://strangerzlog.blogspot.com/2015/05/open-source-push-server.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Friday, May 22, 2015. Open source Push Server. A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS), OSX (APNS 10.8 ) Android (C2DM and GCM - Google Cloud Message), Chrome (GCM) Windows Phone, Windows 8, Blackberry (PAP), and Amazon (ADM) devices! A good getting started guide with PushSharp. A web wrapper for PushSharp. Original article behind this. It looks like a stripped down version of Pushd.
strangerzlog.blogspot.com
Diary of a Tech Geek: Bookmarks
http://strangerzlog.blogspot.com/p/bookmarks.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Following are the bookmarks I exported from my Chrome. Git ready pushing and pulling. Pixlr editor - Google Search. Graphical Land: Mediafire Sharing Tips - Tuts - Graphicals Stuffs. SharePoint Quick Start FAQ Part 1 - CodeProject. Download details: Microsoft SharePoint Foundation 2010. Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008. SharePoint Foundation 2...
strangerzlog.blogspot.com
Diary of a Tech Geek: June 2015
http://strangerzlog.blogspot.com/2015_06_01_archive.html
Diary of a Tech Geek. In Search of the Perfect Light to Feel the Colors in the Dark! Monday, June 15, 2015. Passing EventArguments to RelayCommand in MVVM. I was to override the default behavior of the editable ComboBox control. Where if clicked the in the combobox the text will always be selected. ItemsSource="{Binding VisitorHostList, UpdateSourceTrigger=PropertyChanged. ValidatesOnExceptions=True, ValidatesOnDataErrors=True, NotifyOnValidationError=True}". Setter Property="Width" Value="50" /. Var cbo...
SOCIAL ENGAGEMENT