summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
Gustavo Martin [Tue, 11 Feb 2014 06:39:01 +0000 (07:39 +0100)]
gitignore file
gu.martinm@gmail.com [Tue, 28 Jan 2014 22:58:05 +0000 (23:58 +0100)]
C# In Depth: Chapter 4
Gustavo Martin [Mon, 13 Jan 2014 01:26:00 +0000 (02:26 +0100)]
Windows Phone: Connect4 MonoGame
Gustavo Martin [Mon, 13 Jan 2014 01:25:11 +0000 (02:25 +0100)]
Remove Connect4 project
Gustavo Martin [Mon, 6 Jan 2014 22:10:33 +0000 (23:10 +0100)]
Windows Phone: pure XAML and C# games development. Connect4
Gustavo Martin [Mon, 6 Jan 2014 02:26:01 +0000 (03:26 +0100)]
Restart Connect4 Project with right template.
Gustavo Martin [Sun, 5 Jan 2014 17:40:37 +0000 (18:40 +0100)]
Windows Phone: MVVMTestApp
Gustavo Martin [Sat, 4 Jan 2014 01:26:03 +0000 (02:26 +0100)]
Connect 4 Application. First commit.
Gustavo Martin [Wed, 1 Jan 2014 23:17:38 +0000 (00:17 +0100)]
C# Windows Phone: My first Application
Gustavo Martin [Wed, 1 Jan 2014 21:53:52 +0000 (22:53 +0100)]
C# In Depth: Chapter 10
Gustavo Martin [Wed, 1 Jan 2014 21:08:18 +0000 (22:08 +0100)]
C# In Depth: Chapter 9
Gustavo Martin [Wed, 1 Jan 2014 19:04:49 +0000 (20:04 +0100)]
C# In Depth, Chapter9: WIP
gu.martinm@gmail.com [Sun, 22 Dec 2013 22:13:36 +0000 (23:13 +0100)]
Chapter 8
gu.martinm@gmail.com [Sat, 21 Dec 2013 22:52:41 +0000 (23:52 +0100)]
Chapter 7
gu.martinm@gmail.com [Sat, 21 Dec 2013 22:49:40 +0000 (23:49 +0100)]
gitignore file
gu.martinm@gmail.com [Sat, 21 Dec 2013 18:54:44 +0000 (19:54 +0100)]
C# In Depth: Chapter 6
gu.martinm@gmail.com [Sat, 21 Dec 2013 01:20:33 +0000 (02:20 +0100)]
C# In Depth: Chapter 6
gu.martinm@gmail.com [Fri, 20 Dec 2013 21:42:17 +0000 (22:42 +0100)]
C# In Depth: Chapters 5 and 6
gu.martinm@gmail.com [Fri, 20 Dec 2013 21:39:02 +0000 (22:39 +0100)]
first commit