Pages:
Author

Topic: Book release : Blockchain Programming in C# (Part 1) - page 4. (Read 31972 times)

legendary
Activity: 1190
Merit: 1000
Kaspa
right on, I was just talking with someone about this exact topic... I need to learn more... lol a lot more Wink and this could be a great start. I'll check it out for sure.

you should sell it in the gaiacoin app store (and any other coin with a built in app store) the more people that learn the better Cheesy
hero member
Activity: 714
Merit: 621
Not sure if this is the right place to post this question, but I need some help...

I just found this book, and I'm really excited to get started! I am familiar with Java and Visual Studio, but have ZERO C# experience. In visual studio, after I install the reference NBitcoin, the bitcoin keywords (Key, PubKey, BitcoinAddress... etc) are not highlighting as reserved/recognized keywords... Is there a step I am missing? The microsoft forum was completely useless...  Undecided

You need to include the "namespace" with the "using" keyword. (packages is java's equivalent)
Follow Channel9 videos for C# beginner, it is awesome. http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners
member
Activity: 64
Merit: 10
No it's ok, if I paid for it and others will get it free I have no problem with that Smiley

Thanks again.
newbie
Activity: 24
Merit: 0
Not sure if this is the right place to post this question, but I need some help...

I just found this book, and I'm really excited to get started! I am familiar with Java and Visual Studio, but have ZERO C# experience. In visual studio, after I install the reference NBitcoin, the bitcoin keywords (Key, PubKey, BitcoinAddress... etc) are not highlighting as reserved/recognized keywords... Is there a step I am missing? The microsoft forum was completely useless...  Undecided

I get this error when trying to debug:

Error   1   Cannot embed interop types from assembly 'f:\Bitcoin\ProgrammingBitcoin1\packages\NBitcoin.1.0.7.18\lib\net45\NBitcoin.dll' because it is missing either the 'ImportedFromTypeLibAttribute' attribute or the 'PrimaryInteropAssemblyAttribute' attribute   f:\Bitcoin\ProgrammingBitcoin1\packages\NBitcoin.1.0.7.18\lib\net45\NBitcoin.dll   ProgrammingBitcoin1

I switched the embed interop typse back and forth from true and false, but the keywords still don't highlight, and i get a different error for each keyword saying the namespace cannot be found.
hero member
Activity: 714
Merit: 621
Just paid. I wish you had put a QR code so it could be scanned, I had to type in your wallet address.

Edit: i paid as soon as i got to the payment page, now that i am past i realize that i had to pay via exercise and OP_RETURN, I hope the outcome of you getting paid being the same in both methods makes both approaches valid Wink

The challenge is for the fun, the next part will be public anyway. (but those who managed to do the challenge will get it first... but since they will share it, it won't last long Smiley)

I have seen you payment, if you want to do the challenge, I can refund it to you, and you send them back with the OP_RETURN.
Just give me a signed message I verify your are the owner of the address if you want the refund and try the challenge. (very easy)
hero member
Activity: 658
Merit: 500
Wow, nice job. Thank you for this excellent book, Nicolas Dorier.
I'm addicted to C# and I like the brilliant idea of blockchain. Now your book combined both of them. Am I dreaming?  Cheesy Cheesy Grin Grin

Looking forward for the last 2 parts!
member
Activity: 64
Merit: 10
Just paid. I wish you had put a QR code so it could be scanned, I had to type in your wallet address.

Edit: i paid as soon as i got to the payment page, now that i am past i realize that i had to pay via exercise and OP_RETURN, I hope the outcome of you getting paid being the same in both methods makes both approaches valid Wink
hero member
Activity: 714
Merit: 621
Made me laugh when I saw your article with 60 vote + on reddit.

I announced it 3 days ago it has been completely ignored.
I guess that's the difference between a real good blogger and a nerd like me Cheesy

Well I wasn't trying to steal your spotlight, I just wanted to raise some awareness about your book Smiley

But I'm glad it is getting some attention, we need more books like this Smiley

once the second and third book are available, please let me know via email ([email protected]) Smiley

Ahah no that's fine, I'm glad you managed to get attention, I'll send you a tip please give me your address. Wink
I did not managed to get the spotlight anyway, saying you stole it is far fetched. Cheesy
I'll send you the mail. Smiley
legendary
Activity: 1596
Merit: 1010
Made me laugh when I saw your article with 60 vote + on reddit.

I announced it 3 days ago it has been completely ignored.
I guess that's the difference between a real good blogger and a nerd like me Cheesy

Well I wasn't trying to steal your spotlight, I just wanted to raise some awareness about your book Smiley

But I'm glad it is getting some attention, we need more books like this Smiley

once the second and third book are available, please let me know via email ([email protected]) Smiley
hero member
Activity: 714
Merit: 621
Nice , that's a pretty nice article mate you got some skills on writing dude Grin do you own that website ?
btw, make sure that his real name is Nicolas Dorier , It may be just a fake name you know .. not everyone use their real names on the internet certaintly not on Bitcoin world  Roll Eyes

Ty for the kind words, and yes it is my own site Smiley (co-owned)

I used the name seeing as it was on the cover of the book as well Smiley

Looks like the article is quite popular tbh, 759 views so far (and counting) Smiley


Made me laugh when I saw your article with 60 vote + on reddit.

I announced it 3 days ago it has been completely ignored.
I guess that's the difference between a real good blogger and a nerd like me Cheesy
legendary
Activity: 1596
Merit: 1010
Nice , that's a pretty nice article mate you got some skills on writing dude Grin do you own that website ?
btw, make sure that his real name is Nicolas Dorier , It may be just a fake name you know .. not everyone use their real names on the internet certaintly not on Bitcoin world  Roll Eyes

Ty for the kind words, and yes it is my own site Smiley (co-owned)

I used the name seeing as it was on the cover of the book as well Smiley

Looks like the article is quite popular tbh, 759 views so far (and counting) Smiley
hero member
Activity: 714
Merit: 621
Well done! Glad to see you still working on your implementation. Very interesting and promising book.
BTW I've submitted the final stealth standard to Peter Todd ready for him to publish. There are some changes, but we'll have to wait for it to be published/reviewed. Here's the doc: https://github.com/genjix/bips/blob/master/bip-stealth.mediawiki

I overviewed the BIP, I don't see any breaking change about current version of Dark Wallet (the one published on the wiki), stealth address, prefix matching, key generations, OP_RETURN are always the same, am I right ?

Does multiple OP_RETURN will finally beb possible to batch more than one stealth payment in a transaction ?
legendary
Activity: 1232
Merit: 1076
Well done! Glad to see you still working on your implementation. Very interesting and promising book.
BTW I've submitted the final stealth standard to Peter Todd ready for him to publish. There are some changes, but we'll have to wait for it to be published/reviewed. Here's the doc: https://github.com/genjix/bips/blob/master/bip-stealth.mediawiki
copper member
Activity: 3892
Merit: 2197
Verified awesomeness ✔
Blockchain Programming. Man, that is one baller name. I will definitely look into this later on!
hero member
Activity: 714
Merit: 621
Quote
Woops , don't get me wrong man . I totally believe that it's your real name
I was just telling the guy that wrote the article to make sure it's your realname by asking "you" here on the forum , that's all Grin
Well, there is no problem with that, it is a valid concern Smiley
hero member
Activity: 644
Merit: 500
My goal is becaming a billionaire.
Just wrote up a small article about your book, which can be found here :

http://www.cryptoarticles.com/crypto-news/blockchain-programming-in-c-first-book-of-the-trilogy-available-on-public-domain

Looking forward to part two and three!

thanks a lot ! Smiley

Just wrote up a small article about your book, which can be found here :

http://www.cryptoarticles.com/crypto-news/blockchain-programming-in-c-first-book-of-the-trilogy-available-on-public-domain

Looking forward to part two and three!

Nice , that's a pretty nice article mate you got some skills on writing dude Grin do you own that website ?
btw, make sure that his real name is Nicolas Dorier , It may be just a fake name you know .. not everyone use their real names on the internet certaintly not on Bitcoin world  Roll Eyes

I'm using my real name here are some proof : http://www.nicolas-dorier.com/, http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=6354608 and https://github.com/NicolasDorier

If you need, I can create some links between these identities by editing stuff.


Woops , don't get me wrong man . I totally believe that it's your real name
I was just telling the guy that wrote the article to make sure it's your realname by asking "you" here on the forum , that's all Grin
hero member
Activity: 714
Merit: 621
Just wrote up a small article about your book, which can be found here :

http://www.cryptoarticles.com/crypto-news/blockchain-programming-in-c-first-book-of-the-trilogy-available-on-public-domain

Looking forward to part two and three!

thanks a lot ! Smiley

Just wrote up a small article about your book, which can be found here :

http://www.cryptoarticles.com/crypto-news/blockchain-programming-in-c-first-book-of-the-trilogy-available-on-public-domain

Looking forward to part two and three!

Nice , that's a pretty nice article mate you got some skills on writing dude Grin do you own that website ?
btw, make sure that his real name is Nicolas Dorier , It may be just a fake name you know .. not everyone use their real names on the internet certaintly not on Bitcoin world  Roll Eyes

I'm using my real name here are some proof : http://www.nicolas-dorier.com/, http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=6354608 and https://github.com/NicolasDorier

If you need, I can create some links between these identities by editing stuff.
full member
Activity: 238
Merit: 100
www.secondstrade.com - 190% return Binary option
Thanks, looking forward to read it Smiley
hero member
Activity: 644
Merit: 500
My goal is becaming a billionaire.
Just wrote up a small article about your book, which can be found here :

http://www.cryptoarticles.com/crypto-news/blockchain-programming-in-c-first-book-of-the-trilogy-available-on-public-domain

Looking forward to part two and three!

Nice , that's a pretty nice article mate you got some skills on writing dude Grin do you own that website ?
btw, make sure that his real name is Nicolas Dorier , It may be just a fake name you know .. not everyone use their real names on the internet certaintly not on Bitcoin world  Roll Eyes
legendary
Activity: 1596
Merit: 1010
Just wrote up a small article about your book, which can be found here :

http://www.cryptoarticles.com/crypto-news/blockchain-programming-in-c-first-book-of-the-trilogy-available-on-public-domain

Looking forward to part two and three!
Pages:
Jump to: