Gustavo Martin [Sun, 13 Jul 2014 07:02:18 +0000 (09:02 +0200)]
WindowsPhone WeatherInformation
Gustavo Martin [Sat, 12 Jul 2014 10:06:58 +0000 (12:06 +0200)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
Gustavo Martin [Sat, 12 Jul 2014 10:06:16 +0000 (12:06 +0200)]
WeatherInformation: save App status
gu.martinm@gmail.com [Wed, 9 Jul 2014 12:58:03 +0000 (14:58 +0200)]
Retrieve available memory from system.
gu.martinm@gmail.com [Wed, 9 Jul 2014 05:25:13 +0000 (07:25 +0200)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
gu.martinm@gmail.com [Wed, 9 Jul 2014 05:24:38 +0000 (07:24 +0200)]
Quick implementation of free UNIX command
Gustavo Martin [Tue, 8 Jul 2014 04:58:53 +0000 (06:58 +0200)]
WeatherInformation:
Preserving state (pages and application)
See: http://msdn.microsoft.com/en-us/library/windowsphone/develop/
ff967548(v=vs.105).aspx
http://msdn.microsoft.com/en-us/library/windowsphone/develop/
ff967547(v=vs.105).aspx
Gustavo Martin [Sun, 6 Jul 2014 18:18:01 +0000 (20:18 +0200)]
scrollviewer settings page
Gustavo Martin [Sun, 6 Jul 2014 16:57:42 +0000 (18:57 +0200)]
Retrieve city and country from location.
Gustavo Martin [Sat, 5 Jul 2014 10:14:38 +0000 (12:14 +0200)]
WindowsPhone WeatherInformation
Retrieving remote JSON data
Gustavo Martin [Thu, 3 Jul 2014 05:40:03 +0000 (07:40 +0200)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
Gustavo Martin [Thu, 3 Jul 2014 05:38:56 +0000 (07:38 +0200)]
SettingsPage working just with XAML
gu.martinm@gmail.com [Thu, 3 Jul 2014 05:09:48 +0000 (07:09 +0200)]
using statement, try-with-resources C# style
gu.martinm@gmail.com [Wed, 2 Jul 2014 11:00:43 +0000 (13:00 +0200)]
Try-With-Resources C# (using statement thoughts)
gu.martinm@gmail.com [Wed, 2 Jul 2014 07:53:13 +0000 (09:53 +0200)]
using statement C# (try with resources Java)
gu.martinm@gmail.com [Mon, 23 Jun 2014 18:45:54 +0000 (20:45 +0200)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
gu.martinm@gmail.com [Mon, 23 Jun 2014 18:44:56 +0000 (20:44 +0200)]
Embedded Mono: test
Gustavo Martin [Sun, 22 Jun 2014 07:05:17 +0000 (09:05 +0200)]
WeahterInformation WP8:
1. Settings page.
2. Default language english.
3. Using MAT (Multilingual App Toolkit)
Gustavo Martin [Wed, 18 Jun 2014 05:01:02 +0000 (07:01 +0200)]
Working on WP8 WeatherInformation
Gustavo Martin [Tue, 17 Jun 2014 05:04:36 +0000 (07:04 +0200)]
WeatherInformation: using Windows Phone toolkit
Gustavo Martin [Mon, 16 Jun 2014 07:29:38 +0000 (09:29 +0200)]
Collation project for Windows8 and Mono
gu.martinm@gmail.com [Mon, 16 Jun 2014 00:56:48 +0000 (02:56 +0200)]
Collation: different results between Java and Mono WTF!!!
gu.martinm@gmail.com [Mon, 16 Jun 2014 00:23:08 +0000 (02:23 +0200)]
Trying to understand collations in C#. So far, doing bad :/
gu.martinm@gmail.com [Sun, 15 Jun 2014 17:45:51 +0000 (19:45 +0200)]
WARNING!!! Deadlocks when using Task.WaitAll and async methods.
Gustavo Martin [Tue, 10 Jun 2014 04:31:56 +0000 (06:31 +0200)]
Trying to change the windows console encoding. I give up.
Gustavo Martin [Tue, 10 Jun 2014 04:27:17 +0000 (06:27 +0200)]
Trying to use UTF8 in Windows console. I give up.
gu.martinm@gmail.com [Mon, 9 Jun 2014 18:29:44 +0000 (20:29 +0200)]
Process launcher: comments and some improvements
Gustavo Martin [Mon, 9 Jun 2014 06:24:14 +0000 (08:24 +0200)]
WeatherInformation: settings pages
Gustavo Martin [Mon, 9 Jun 2014 04:56:40 +0000 (06:56 +0200)]
Process launcher, windows version
gu.martinm@gmail.com [Sun, 8 Jun 2014 23:25:17 +0000 (01:25 +0200)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
gu.martinm@gmail.com [Sun, 8 Jun 2014 23:24:37 +0000 (01:24 +0200)]
Process launcher example.
Gustavo Martin [Thu, 5 Jun 2014 05:28:23 +0000 (07:28 +0200)]
WeatherInformation, Windows Phone 8 implementation
Gustavo Martin [Wed, 4 Jun 2014 04:36:06 +0000 (06:36 +0200)]
jsonrpc4net: encoding and check status
1. retrieve received encoding from remote answer
(and use it for local encoding)
2. check HTTP remote response status
(using HttpResposeMessage.EnsureSuccessStatusCode)
Gustavo Martin [Wed, 4 Jun 2014 04:16:06 +0000 (06:16 +0200)]
HttpClientsExamples: HttpClient for Windows8
gu.martinm@gmail.com [Tue, 3 Jun 2014 19:07:31 +0000 (21:07 +0200)]
HttpClientsExamples: no time for comments
gu.martinm@gmail.com [Tue, 3 Jun 2014 08:04:06 +0000 (10:04 +0200)]
HttpClientsExamples: working with HttpClient class
gu.martinm@gmail.com [Mon, 2 Jun 2014 01:35:16 +0000 (03:35 +0200)]
HttpClientsExamples: HttpClient WIP
gu.martinm@gmail.com [Mon, 2 Jun 2014 01:30:53 +0000 (03:30 +0200)]
HttpClientsExamples: HttpClient WIP
gu.martinm@gmail.com [Mon, 2 Jun 2014 01:14:07 +0000 (03:14 +0200)]
HttpClientsExamples: trying to check HTTP code
gu.martinm@gmail.com [Sun, 1 Jun 2014 23:07:28 +0000 (01:07 +0200)]
HttpClientsExamples: HttpWebRequest
gu.martinm@gmail.com [Sun, 1 Jun 2014 23:04:18 +0000 (01:04 +0200)]
HttpClientsExamples: be careful with exceptions.
using statement, hidden exceptions, Dispose methods, reading API of every method and
vexing exceptions.
gu.martinm@gmail.com [Thu, 29 May 2014 00:43:58 +0000 (02:43 +0200)]
HttpClientsExamples: working on HttpWebRequestExample
gu.martinm@gmail.com [Wed, 28 May 2014 01:51:11 +0000 (03:51 +0200)]
No time for comments
gu.martinm@gmail.com [Tue, 27 May 2014 16:01:37 +0000 (18:01 +0200)]
Working on Asynchronous WebClient With Events
gu.martinm@gmail.com [Tue, 27 May 2014 08:48:06 +0000 (10:48 +0200)]
Projects HttpClientsExamples and Threads: renaming specific files for MonoDevelop solution.
Gustavo Martin [Tue, 27 May 2014 05:39:29 +0000 (07:39 +0200)]
JsonRPC4NET: weird behaviour under WindowsPhone8
await HttpClient.PostAsync returns results in the main thread,
it seems as if it is not spawning new thread
Gustavo Martin [Tue, 27 May 2014 04:44:36 +0000 (06:44 +0200)]
Threads project: Windows 8 version
Gustavo Martin [Tue, 27 May 2014 04:26:48 +0000 (06:26 +0200)]
HttpClientsExamples: Windows 8 version
gu.martinm@gmail.com [Mon, 26 May 2014 15:12:16 +0000 (17:12 +0200)]
.NET HTTP client implementations: examples.
Trying out the .NET HTTP client implementations that I know (ATM)
gu.martinm@gmail.com [Mon, 26 May 2014 15:09:39 +0000 (17:09 +0200)]
JsonRPC4NET: TODO, what if HttpContent or HttpResponseMessage is null?
gu.martinm@gmail.com [Mon, 26 May 2014 14:32:52 +0000 (16:32 +0200)]
JsonRPC4NET: close HttpClient once we have finished using it and not before!!!!
gu.martinm@gmail.com [Sun, 25 May 2014 22:40:13 +0000 (00:40 +0200)]
Threads and C#
Chapter 1: ThreadStart and ParameterizedThreadStart
gu.martinm@gmail.com [Fri, 23 May 2014 02:04:48 +0000 (04:04 +0200)]
Threads and C#
http://parallelpatterns.codeplex.com/
Chapter 6: Dynamic Task Parallelism
gu.martinm@gmail.com [Thu, 22 May 2014 18:25:18 +0000 (20:25 +0200)]
Threads and C#
http://parallelpatterns.codeplex.com/
Chapter 4: Parallel Agregation
Chapter 5: Futures
Gustavo Martin [Mon, 19 May 2014 05:44:35 +0000 (07:44 +0200)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
Gustavo Martin [Mon, 19 May 2014 05:43:57 +0000 (07:43 +0200)]
WindowsPhone: WeatherInformation
gu.martinm@gmail.com [Sun, 18 May 2014 23:13:46 +0000 (01:13 +0200)]
Threads and C#
http://parallelpatterns.codeplex.com/
Chapter 3 Parallel Tasks
gu.martinm@gmail.com [Sun, 18 May 2014 01:49:11 +0000 (03:49 +0200)]
Threads and C#
http://parallelpatterns.codeplex.com/
Chapter 2: Parallel Loops
gu.martinm@gmail.com [Sun, 27 Apr 2014 18:56:18 +0000 (20:56 +0200)]
decimal: never use float/double if decimals are important for you
gu.martinm@gmail.com [Fri, 25 Apr 2014 06:43:10 +0000 (08:43 +0200)]
Remove wrong directory
gu.martinm@gmail.com [Wed, 23 Apr 2014 07:32:04 +0000 (09:32 +0200)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
gu.martinm@gmail.com [Wed, 23 Apr 2014 07:31:24 +0000 (09:31 +0200)]
Parsing openweathermap JSON data.
gu.martinm@gmail.com [Wed, 26 Mar 2014 19:09:01 +0000 (20:09 +0100)]
C# trying out Collation
Gustavo Martin [Sun, 9 Mar 2014 19:20:06 +0000 (20:20 +0100)]
No time for comments.
Gustavo Martin [Sun, 9 Mar 2014 19:08:17 +0000 (20:08 +0100)]
No time for comments.
gu.martinm@gmail.com [Fri, 7 Mar 2014 23:26:18 +0000 (00:26 +0100)]
No time for comments.
gu.martinm@gmail.com [Fri, 7 Mar 2014 02:26:55 +0000 (03:26 +0100)]
JSONRPC4NET: methods with parameters and returning or not values.
gu.martinm@gmail.com [Wed, 5 Mar 2014 03:42:53 +0000 (04:42 +0100)]
Rename jsonrpc4net.Monodevelop.csproj -> jsonrpc4net.MonoDevelop.csproj
gu.martinm@gmail.com [Wed, 5 Mar 2014 03:38:18 +0000 (04:38 +0100)]
Rename: jsonrpc4net.Monodevelop.sln -> jsonrpc4net.MonoDevelop.sln
gu.martinm@gmail.com [Tue, 4 Mar 2014 21:23:49 +0000 (22:23 +0100)]
JSONRPC4NET no time for comments
Gustavo Martin [Tue, 4 Mar 2014 07:16:50 +0000 (08:16 +0100)]
RemoteAgents WP8. Update to new library.
gu.martinm@gmail.com [Mon, 3 Mar 2014 23:32:42 +0000 (00:32 +0100)]
NLog.config file for RemoteAgents Mono implementation.
gu.martinm@gmail.com [Mon, 3 Mar 2014 13:10:17 +0000 (14:10 +0100)]
ThirdParty libraries directory (it should be a git module, WIP)
gu.martinm@gmail.com [Mon, 3 Mar 2014 13:08:41 +0000 (14:08 +0100)]
JSONRPC4NET: same project Linux and WP8
gu.martinm@gmail.com [Mon, 3 Mar 2014 00:21:43 +0000 (01:21 +0100)]
jsonrpc4net mono: avoid null return value
Gustavo Martin [Sun, 2 Mar 2014 21:31:29 +0000 (22:31 +0100)]
RemoteAgents Windows Phone .NET trying out remote, log NLog
I do not know how to run WCF web services :(
Gustavo Martin [Sun, 2 Mar 2014 15:50:37 +0000 (16:50 +0100)]
Windows Phone 8 .NET: jsonrpc4net
Logging does not seem to work on Windows Phone :/
It seems like HttpClient is not working in async way. What is wrong with
my implementation?
gu.martinm@gmail.com [Sat, 1 Mar 2014 00:15:30 +0000 (01:15 +0100)]
Remote Agents Mono Implementation: JSONRPC4NET implementation (kind of)
gu.martinm@gmail.com [Thu, 27 Feb 2014 01:46:55 +0000 (02:46 +0100)]
With Mono runtime I had to use log4net CLI (nothing else seems to work)
gu.martinm@gmail.com [Thu, 27 Feb 2014 01:27:47 +0000 (02:27 +0100)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
gu.martinm@gmail.com [Thu, 27 Feb 2014 01:26:03 +0000 (02:26 +0100)]
RemoteAgents Mono GTK implementation.
Trying to use log4net
Nested using statements
Gustavo Martin [Wed, 26 Feb 2014 08:17:10 +0000 (09:17 +0100)]
RemoteAgents Windows Phone 8 .NET implementation.
Nested using statement.
Call Dispose when using classes implementing IDisposable
Trying to use Cancellation
Gustavo Martin [Tue, 25 Feb 2014 07:51:30 +0000 (08:51 +0100)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
Gustavo Martin [Tue, 25 Feb 2014 07:50:45 +0000 (08:50 +0100)]
No time for comments.
gu.martinm@gmail.com [Tue, 25 Feb 2014 00:29:35 +0000 (01:29 +0100)]
No time for comments
gu.martinm@gmail.com [Mon, 24 Feb 2014 23:52:34 +0000 (00:52 +0100)]
Merge branch 'master' of https://github.com/gumartinm/CSharpForFun
gu.martinm@gmail.com [Mon, 24 Feb 2014 23:51:07 +0000 (00:51 +0100)]
JsonSerializerSettings, try/catch exceptions, HttpClient with timeout
gu.martinm@gmail.com [Mon, 24 Feb 2014 23:39:52 +0000 (00:39 +0100)]
Remove from cache committed files (before gitignore file)
Gustavo Martin [Sun, 23 Feb 2014 21:11:55 +0000 (22:11 +0100)]
RemoteAgents .NET WindowsPhone registering event just once!!!
Gustavo Martin [Sun, 23 Feb 2014 20:39:18 +0000 (21:39 +0100)]
RemoteAgens .NET Windows Phone implementation
Gustavo Martin [Sun, 23 Feb 2014 20:19:57 +0000 (21:19 +0100)]
update gitignore file: NuGet Packages Directory
gu.martinm@gmail.com [Sun, 23 Feb 2014 16:53:35 +0000 (17:53 +0100)]
RemoteAgents Mono GTK Linux: TODO how to treat remote errors.
gu.martinm@gmail.com [Sat, 22 Feb 2014 16:28:02 +0000 (17:28 +0100)]
RemoteAgents Mono GTK Linux: Receiving null when nothing useful arrived.
default(TResult)
Specifies the default value of the type parameter.
This will be null for reference types and zero for value types.
gu.martinm@gmail.com [Sat, 22 Feb 2014 15:03:35 +0000 (16:03 +0100)]
RemoteAgents Mono GTK Linux: check response status code.
gu.martinm@gmail.com [Sat, 22 Feb 2014 13:29:24 +0000 (14:29 +0100)]
Update gitignore file: remove .userprefs file
gu.martinm@gmail.com [Sat, 22 Feb 2014 13:22:57 +0000 (14:22 +0100)]
RemoteAgents Mono GTK Linux: move project to right path
gu.martinm@gmail.com [Sat, 22 Feb 2014 13:03:23 +0000 (14:03 +0100)]
RemoteAgents: Mono GTK Linux implementation. WIP.
gu.martinm@gmail.com [Sat, 22 Feb 2014 10:35:26 +0000 (11:35 +0100)]
Remove ignored files (previously committed)
Gustavo Martin [Sun, 16 Feb 2014 17:21:29 +0000 (18:21 +0100)]
Remove from cache previously committed files.
Gustavo Martin [Tue, 11 Feb 2014 06:46:52 +0000 (07:46 +0100)]
keep removing pre gitignore cached files