http://csharp.2000things.com/2014/07/22/1143-implement-iequatable-in-a-generic-type/
This blog is primarily a compilation of frequently faced issues by developers with solutions which I have implemented to solve them
Wednesday, July 23, 2014
Implement IEquatable in a Generic Type
Labels:
C#
Solution Architect employed with Mercedes Benz with about 14 years of experience in Microsoft Technologies.
How can I get the URL to the Web page the clipboard was copied from?
http://blogs.msdn.com/b/oldnewthing/archive/2014/07/21/10543803.aspx
Solution Architect employed with Mercedes Benz with about 14 years of experience in Microsoft Technologies.
Tuesday, July 22, 2014
Books & blogs
http://www.codeproject.com/Reference/676481/A-Gallery-of-Useful-Programming-Books
http://blog.pluralsight.com/social-media-tech-guide
Ultimate list of programing blogs
http://blog.developers.ba/ultimate-list-programming-blogs-follow-today
Windows Phone 8.1 Development Plan
https://onedrive.live.com/view.aspx?resid=635551367E71F947!74917&cid=635551367e71f947&app=WordPdf
http://visualstudiomagazine.com/Home.aspx
Some other cool blogs:
http://blog.pluralsight.com/social-media-tech-guide
Ultimate list of programing blogs
http://blog.developers.ba/ultimate-list-programming-blogs-follow-today
Windows Phone 8.1 Development Plan
https://onedrive.live.com/view.aspx?resid=635551367E71F947!74917&cid=635551367e71f947&app=WordPdf
http://visualstudiomagazine.com/Home.aspx
Windows 8 Apps Revealed Using XAML and C# by Adam Freeman
-APress
PluralSight:- http://blog.pluralsight.com/top-programming-languages
PluralSight:- http://blog.pluralsight.com/top-programming-languages
Some other cool blogs:
- Technology and Friends with David Giard – http://technologyandfriends.com
- Hanselminutes and Scott Hanselman’s blog – http://www.hanselman.com/blog/
- .NET Rocks! – http://www.dotnetrocks.com/
- MSDN Magazine - http://msdn.microsoft.com/en-us/magazine/default.aspx
- http://scrumblogmillionaire.com/2014/12/01/scrumdamentals-101-sprint-backlog/
Must follow “Daily Links” for .NET Developers
- http://coolthingoftheday.blogspot.com/
- http://windowsappdev.com/
- http://www.lyalin.com/category/visual-studio-developer-top-10/
- http://blog.cwa.me.uk/
Solution Architect employed with Mercedes Benz with about 14 years of experience in Microsoft Technologies.
Wednesday, July 9, 2014
Golden rules of OOP's programming
Solution Architect employed with Mercedes Benz with about 14 years of experience in Microsoft Technologies.
Tuesday, July 1, 2014
Install .Net Framework 3.5 on Windows 8 machine
How to install .NET Framework 3.5 on Windows 8 machine
- Installation from Windows discs – you can get .NET Framework 3.5 from the genuine upgrade or installation discs for Windows 8 or from the genuine installation discs of Windows 7 and Vista SP1.
Step 1
From your desktop (you can navigate there by using the Windows key on your keyboard), open the right-hand sidebar menu (by moving your mouse pointer to the top or bottom right-hand corner of your screen) and select ‘Settings’.
Step 2
From the Settings menu, select ‘Control Panel’.
Step 3
From Control Panel, select ‘Uninstall a program’.
Step 4
On the left-hand side of the next window, select ‘Turn Windows features on or off’.
Step 5
Check the box to enable ‘.NET Framework 3.5 (includes .NET 2.0 and 3.0)’ and then click ‘OK’. This might take several minutes to process.
Step 6
When the installation finishes, click ‘Close’ to complete.
Not working?
Try restarting your computer, check that your internet is working and then try the installation steps again. If it’s still not working, you can also try installing it from the installation/upgrade discs.
Step 1
Insert your Windows installation/upgrade disc, wait a few moments and then hold the Windows key and press the letter ‘E’ to open ‘Computer’.
Step 2
Take note of the letter assigned to your Windows installation/upgrade disc drive as you’ll need this shortly. In this example, you can see the letter is ‘I’.
Step 3
From the Windows Start menu (you can navigate there using the Windows key on your keyboard), type ‘cmd’ to search for the ‘Command Prompt’ application.
Step 4
Right-click ‘Command Prompt’ and choose ‘Run as administrator’, from the bottom of your screen (if you’re presented with a ‘User Account Control’ pop-up window, click ‘Yes’ to continue).
Step 5
Copy the bold line of text below by first; highlighting it with your mouse, and then holding the ‘Ctrl’ and ‘C’ keys.
dism /online /enable-feature /featurename:netfx3 /all /source:X:\sources\sxs /limitaccess
Step 6
Paste the text into the Command Prompt window by right-clicking your mouse in the window and selecting ‘Paste’ from the drop-down menu.
Step 7
Replace the capital ‘X’ in the line of text with the letter for the source drive that you got from Step 2. You can navigate to it by using the arrow keys on your keyboard.
In this example, the correct source drive is ‘I’ – yours may be different.
In this example, the correct source drive is ‘I’ – yours may be different.
Step 8
Once you’ve input the correct source drive, press the ‘Enter’ key. If everything goes to plan, you’ll see this confirmation message.
Labels:
.Net Framework 3.5,
Windows 8
Solution Architect employed with Mercedes Benz with about 14 years of experience in Microsoft Technologies.
Subscribe to:
Posts (Atom)