blog-of-darius.blogspot.com
RANDOM THOUGHTS: GeoCoding with C# and Google Geocoding API V3 (using JSON this time)
http://blog-of-darius.blogspot.com/2011/07/geocoding-with-c-and-google-geocoding_28.html
Thursday, July 28, 2011. GeoCoding with C# and Google Geocoding API V3 (using JSON this time). I have shown how to use Google Geocoding API V3 from C#. We were using XML output format in that example. Now we will use JSON output format. For JSON parsing I will use Json.NET. Ok here is the code GeoCoding with C# and Google Geocoding API V3 using JSON output format:. Lat { get; set; }. Lng { get; set; }. GeoLocation Location { get; set; }. GeoGeometry Geometry { get; set; }. Status { get; set; }. Lat: 37&#...
vytautaskasp.wordpress.com
Why (not) to use nullable types in C# | Things to remember
https://vytautaskasp.wordpress.com/2012/09/07/why-not-to-use-nullable-types-in-c
Why (not) to use nullable types in C#. This: http:/ stackoverflow.com/questions/830592/why-shouldnt-i-always-use-nullable-types-in-c-sharp. Basically explains it all. Nullable int under the hood resolves to enum. That makes it stored to heap, not stack (as it would be with simple int). Stack is much faster. So use it if you must and think it is really needed. Posted in .NET. Gitignore file for C# projects. Additions To Web Pages You’ll Like. Leave a Reply Cancel reply. Enter your comment here.
vytautaskasp.wordpress.com
Estimation | Things to remember
https://vytautaskasp.wordpress.com/2012/05/29/estimation
Today came across an interesting post on agile blog about estimating time and cost. Of the system which is being build. The idea is that no matter how good your team and you are, you will always make mistakes in estimating. Especially complex systems. If your complex system is on date then there is a probability that the quality will really. Suck and the system itself might be not usable at all. Pirate domains are available! Gitignore file for C# projects. Leave a Reply Cancel reply.
vytautaskasp.wordpress.com
.gitignore file for C# projects | Things to remember
https://vytautaskasp.wordpress.com/2012/08/30/gitignore-file-for-c-projects
Gitignore file for C# projects. Just an example for base ignore file:. Posted in .NET. Why (not) to use nullable types in C#. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out.
vytautaskasp.wordpress.com
Smartphones segmentation | Things to remember
https://vytautaskasp.wordpress.com/2014/03/14/smartphones-segmentation
Today I ran into rather “happy” problem: needed to determine which devices should I buy to test on, if I want to cover most of the smartphone market. The valuable resources for android became Android Developer portal – mostly dashboard. However, it overviews only Android OS versions. The other resource, OpenSignal research. Covers specific devices. To sum up, to test hardware features and to determine usability on Android, you should have:. Samsung Galaxy Ace S5830. Samsung Galaxy S II. Daniel G. Sie...
vytautaskasp.wordpress.com
Daniel G. Siegel’s master’s thesis | Things to remember
https://vytautaskasp.wordpress.com/2012/12/12/daniel-g-siegel-masters-thesis
Daniel G. Siegel’s master’s thesis. Very interesting writing on development processes for free and open source projects. The thesis itself can be found there. It compares major open source projects out there (like MySql, PHP and etc). Additions To Web Pages You’ll Like. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Notify me of new comments via email.
vytautaskasp.wordpress.com
Things to remember | Vytautas Kasparavičius blog | Page 2
https://vytautaskasp.wordpress.com/page/2
Pirate domains are available! Pirate domains are available now! For Free. For more information go there: https:/ torrentfreak.com/pirate-domains-now-available-through-opennic-120515/. To register an actual domain go there: http:/ dotpirate.me/. The first one is this (Losing faith in the startup where I’m employee #1). And the second one is this (First employee of startup? You are probably getting screwed). Interesting reads for today. Quote of the day (by mzarate06. One more interesting thought: use only...
blog-of-darius.blogspot.com
RANDOM THOUGHTS: November 2014
http://blog-of-darius.blogspot.com/2014_11_01_archive.html
Thursday, November 13, 2014. Visual Studio Community 2013 (www.visualstudio.com). Who can use Visual Studio Community? Here’s how individual developers can use Visual Studio Community: Any individual developer can use Visual Studio Community to create their own free or paid apps. How does Visual Studio Community 2013 compare to other Visual Studio editions? Microsoft Open Sources .NET and Mono under MIT (tirania.org/blog/). Subscribe to: Posts (Atom). View my complete profile. Quote of The Day.
vytautaskasp.wordpress.com
Additions To Web Pages You’ll Like | Things to remember
https://vytautaskasp.wordpress.com/2012/11/29/additions-to-web-pages-youll-like
Additions To Web Pages You’ll Like. It has been a long time since I wrote last. This time I will look over some interesting bootstrap plugins and other interesting tools to produce high quality web page. Trees made simple in Javascript. Quite usefull stuff;. Fixes almost everything what is wrong with default witter bootstrap. Adds some nice things / touch / wtw you call it to your selects like: item grouping, multiple value choosing, autocompletion and etc;. List of Twitter Bootstrap resources. Build a w...
vytautaskasp.wordpress.com
Vytautas Kasparavičius | Things to remember
https://vytautaskasp.wordpress.com/author/vytautaskasp
Today I ran into rather “happy” problem: needed to determine which devices should I buy to test on, if I want to cover most of the smartphone market. The valuable resources for android became Android Developer portal – mostly dashboard. However, it overviews only Android OS versions. The other resource, OpenSignal research. Covers specific devices. To sum up, to test hardware features and to determine usability on Android, you should have:. Samsung Galaxy Ace S5830. Samsung Galaxy S II. It has been a lon...