Cool Sites for .NET and ADO developers

Finally my first blog.  :-)

I came across this site while reading over some internal newsgroup post.  I have to admit this is a must have site for your favorites collections.

https://www.pinvoke.net/

Site snippet

-----------

PINVOKE.NET attempts to address the difficulty of calling Win32 or other unmanaged APIs in managed code (languages such as C# and VB .NET). Manually defining and using PInvoke signatures (also known as Declare statements in VB) is an error-prone process that can introduce extremely subtle bugs. The rules are complex, and if you make a mistake, you’ll probably corrupt memory.

It's time to stop writing PInvoke signatures from scratch! Instead, copy and paste your way to productivity!

-----------

Another very cool site for those of us who can not recall the value(s) of a ADO or ADO.NET connection string

https://www.connectionstrings.com

Thanks Jeff Kryzer for pointing this out to me.

Happy Coding!

Ed Ferron [MSFT]

This is post is provided “as is” with no warranty from Microsoft (blah, blah, blah) something about these are my own thoughts and do not necessarily represent the thoughts of Microsoft, etc. etc.