Mordizer

Stories kicked by Mordizer

.NET continues to DoS attack me, seriously!(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 2 years, 9 months ago

Yeah, it does! And I don’t necessarily mean denial of service - that would mean that I couldn’t get any programming done. Nope, far from it - but it sure is denial of sleep attacking me. Come one, I am struggling to keep up with all the new runtimes, features, frameworks and best practices coming out of Redmond. It’s awesome and actually fun; no doubt about it - but sometimes it is excruciating as well. And today I am going to talk about the excruciating experience of seeing another reinvented wheel hobble out of Microsoft. read more...

2 comments |category: |Views: 621

tags: another

Refactoring Day 1 : Encapsulate Collection(lostechies.com)

submitted by johnrummelljohnrummell(1321) 2 years, 9 months ago

In certain scenarios it is beneficial to not expose a full collection to consumers of a class. Some of these circumstances is when there is additional logic associated with adding/removing items from a collection. Because of this reason, it is a good idea to only expose the collection as something you can iterate over without modifying the collection. read more...

add a comment |category: |Views: 15

tags: another

31 Days of Refactoring(lostechies.com)

submitted by schambersschambers(105) 2 years, 9 months ago

A post a day for 31 days on refactoring. read more...

add a comment |category: |Views: 680

tags: another

A really useful online code repository with a good visual studio addin(codekeep.net)

submitted by MordizerMordizer(15) 3 years, 2 months ago

I code at home and I code at work and sometimes I'll crack a problem at home and then need to use the same code at work or vice versa - codekeep.net is the solution I was looking for, you can store bits of code in it (as text) and then either access them via the web or via the handy visual studio plug in. read more...

add a comment |category: |Views: 118

tags: another

Learn the Basics Before Programming(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 3 months ago

Simone Chiaretta wraps up the recent discussion on the community about the controversy opinions of building a software that only works versus building the software that has a high quality. After that, the leaves his own opinions on this. read more...

2 comments |category: |Views: 498

tags: another

Snippet Designer a visual Studio Addin Bug Fixed(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 3 years, 3 months ago

Snippet Designer is a visual studio addin and using this creating code snippets is a cakewalk. All you need to do is select the code that you would like make a snippet for, and then right click and from the context menu select "Export as snippet" and that code is opened in a new window there you can select the variables that would be changing and right click and select "Make Replacement". If you want to remove replacement select and then right click and select "Remove Replacement".So creating snippets was very simple using this addin. read more...

add a comment |category: |Views: 9

tags: another

Next on CodeGenWeek(jonathancrossland.com)

submitted by JamonJamon(265) 3 years, 3 months ago

Oleg Sych, Cyril Jandia and Omer van Kloeten speak with me about Code generation. Missed a podcast? subscribe. Robert C. Martin coming soon read more...

add a comment |category: |Views: 4

tags: another

10 Programming Proverbs Every Developer Should Know(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 7 months ago

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

add a comment |category: |Views: 1213

tags: another

Vb.Net one better than C#(blog.gadodia.net)

submitted by whoisvaibhavwhoisvaibhav(1000) 3 years, 10 months ago

This is the first time I have envied VB over C#. Here's a thing that is useful and you can do in Vb.Net, but not in C#. read more...

2 comments |category: |Views: 681

tags: another

PayPal IPN VB.NET class(xdevsoftware.com)

submitted by wtroomwtroom(210) 4 years, 1 month ago

this is the vb.net version of the paypal ipn class that I submitted here before. they just had a C# class, but now it looks like they have a vb.net class as well. read more...

add a comment |category: |Views: 335

tags: another

Sending SMS using VB.NET(blog.webdistortion.com)

submitted by squiggssquiggs(585) 4 years, 1 month ago

Free class to send SMS messages using 24x.com. If any of you have ever had a need for sending SMS messages, can I suggest the excellent 24x sms API. Please find for your enjoyment a free class to do just that, for Vb.NET. Simply set the properties and away you go. read more...

1 comment |category: |Views: 468

tags: another

VB.NET RC4 Encryption for database storage(livingincode.com)

submitted by donkitchendonkitchen(25) 4 years, 5 months ago

Handy VB.NET class for handling encryption and decryption that's DB friendly. read more...

add a comment |category: |Views: 319

tags: another

How to create a captcha graphic in VB.net(vbnotebookfor.net)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

The author shows how to generate a simple captcha in VB.net (I don't hold the VB.net part against him though) read more...

add a comment |category: |Views: 48

tags: another

VB.NET Interview Questions #5(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

Installment #5 of my VB.NET interview questions series. Includes True/False and open ended VB.NET questions plus tough general interview questions. read more...

add a comment |category: |Views: 15

tags: another

VB.NET Interview Questions #4(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

#4 in an ongoing series of interview questions for VB.NET. Although VB.NET oriented, many will work for any programmer interview. read more...

add a comment |category: |Views: 5

tags: another

How To Create Application Plug-ins In VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 7 months ago

This article walks you through the steps to create application plug-ins using Reflection in VB.NET read more...

add a comment |category: |Views: 34

tags: another