Groups
Groups
Sign in
Groups
Groups
umyhacker
Conversations
About
Send feedback
Help
umyhacker
Contact owners and managers
1–24 of 24
Share any Information which may useful to others....
"Science may set limits to knowledge, but it does not set limits to imagination"
We are here to help each other. Post the real content here so that future engineer can use it.
Mark all as read
Report group
0 selected
umesh kumar
5/27/16
The 10 Most Common Mistakes That C# Developers Make
About this Tutorial This tutorial describes 10 of the most common programming mistakes made, or
unread,
The 10 Most Common Mistakes That C# Developers Make
About this Tutorial This tutorial describes 10 of the most common programming mistakes made, or
5/27/16
umesh kumar
5/17/16
Is a hard drive heavier when it is full?
https://www.youtube.com/watch?v=eGF_xN1Uod8 Is a hard drive heavier when it is full? Is a hard drive
unread,
Is a hard drive heavier when it is full?
https://www.youtube.com/watch?v=eGF_xN1Uod8 Is a hard drive heavier when it is full? Is a hard drive
5/17/16
umesh kumar
5/10/16
Introducing FBLearner Flow: Facebook's AI backbone
Must Read https://code.facebook.com/posts/1072626246134461/introducing-fblearner-flow-facebook-s-ai-
unread,
Introducing FBLearner Flow: Facebook's AI backbone
Must Read https://code.facebook.com/posts/1072626246134461/introducing-fblearner-flow-facebook-s-ai-
5/10/16
umesh kumar
4/8/16
AngularJS and ASP.net Core 1.0 JumpStart (Part – III)
Creating the ASP.net Core 1.0 MVC project Okay, this part of the series will be pretty much big. So
unread,
AngularJS and ASP.net Core 1.0 JumpStart (Part – III)
Creating the ASP.net Core 1.0 MVC project Okay, this part of the series will be pretty much big. So
4/8/16
umesh kumar
4/8/16
AngularJS and ASP.net Core 1.0 JumpStart (Part – II)
Adding about and howto controllers Welcome to the part two of AngularJs and ASP.net Core 1.0
unread,
AngularJS and ASP.net Core 1.0 JumpStart (Part – II)
Adding about and howto controllers Welcome to the part two of AngularJs and ASP.net Core 1.0
4/8/16
umesh kumar
4/8/16
AngularJS and ASP.net Core 1.0 JumpStart (Part – I)
Building the “Answer It!” app “Answer It!” is an app more like the famous TV show “Who wants to be a
unread,
AngularJS and ASP.net Core 1.0 JumpStart (Part – I)
Building the “Answer It!” app “Answer It!” is an app more like the famous TV show “Who wants to be a
4/8/16
umesh kumar
4/8/16
Tips to Improve the Performance of an ASP.Net Application
Here are a few tips to improve the performance of your ASP.Net application. Viewstate View state is
unread,
Tips to Improve the Performance of an ASP.Net Application
Here are a few tips to improve the performance of your ASP.Net application. Viewstate View state is
4/8/16
umesh kumar
3/15/16
throw (C# Reference)
The throw statement is used to signal the occurrence of an anomalous situation (exception) during the
unread,
throw (C# Reference)
The throw statement is used to signal the occurrence of an anomalous situation (exception) during the
3/15/16
umesh kumar
3/15/16
Handling and Throwing Exceptions
Applications must be able to handle errors that occur during execution in a consistent manner. The
unread,
Handling and Throwing Exceptions
Applications must be able to handle errors that occur during execution in a consistent manner. The
3/15/16
umesh kumar
3/15/16
How to: Handle an Exception Using try/catch (C# Programming Guide)
The purpose of a try-catch block is to catch and handle an exception generated by working code. Some
unread,
How to: Handle an Exception Using try/catch (C# Programming Guide)
The purpose of a try-catch block is to catch and handle an exception generated by working code. Some
3/15/16
umesh kumar
3/15/16
Best Practices for Exceptions
A well-designed app handles exceptions and errors to prevent app crashes. This article describes best
unread,
Best Practices for Exceptions
A well-designed app handles exceptions and errors to prevent app crashes. This article describes best
3/15/16
umesh kumar
3/15/16
Exception Handling
The following guidelines help ensure that your library handles exceptions appropriately. Do not
unread,
Exception Handling
The following guidelines help ensure that your library handles exceptions appropriately. Do not
3/15/16
umesh kumar
3/15/16
Exception Class
Represents errors that occur during application execution. To browse the .NET Framework source code
unread,
Exception Class
Represents errors that occur during application execution. To browse the .NET Framework source code
3/15/16
umesh kumar
3/15/16
try-catch (C# Reference)
The try-catch statement consists of a try block followed by one or more catch clauses, which specify
unread,
try-catch (C# Reference)
The try-catch statement consists of a try block followed by one or more catch clauses, which specify
3/15/16
umesh kumar
3/15/16
Exception Handling (C# Programming Guide)
A try block is used by C# programmers to partition code that might be affected by an exception.
unread,
Exception Handling (C# Programming Guide)
A try block is used by C# programmers to partition code that might be affected by an exception.
3/15/16
umesh kumar
3/15/16
Exception Handling Statements (C# Reference)
C# provides built-in support for handling anomalous situations, known as exceptions, which may occur
unread,
Exception Handling Statements (C# Reference)
C# provides built-in support for handling anomalous situations, known as exceptions, which may occur
3/15/16
umesh kumar
3/15/16
Exceptions and Exception Handling (C# Programming Guide)
The C# language's exception handling features help you deal with any unexpected or exceptional
unread,
Exceptions and Exception Handling (C# Programming Guide)
The C# language's exception handling features help you deal with any unexpected or exceptional
3/15/16
umesh kumar
2/19/16
Playing a sound from a button in ASP.NET
http://stackoverflow.com/questions/15282397/playing-a-sound-from-a-button-in-asp-net http://jsfiddle.
unread,
Playing a sound from a button in ASP.NET
http://stackoverflow.com/questions/15282397/playing-a-sound-from-a-button-in-asp-net http://jsfiddle.
2/19/16
umesh kumar
1/6/16
Testing SMTP server is running via C#
down voteaccepted You can try saying EHLO to your server and see if it responds with 250 OK . Of
unread,
Testing SMTP server is running via C#
down voteaccepted You can try saying EHLO to your server and see if it responds with 250 OK . Of
1/6/16
umesh kumar
12/30/15
‘Digital India’: Top 10 initiatives announced by Centre
At a 'Good Governance' event, focused around 'Digital India', Ravi Shankar Prasad,
unread,
‘Digital India’: Top 10 initiatives announced by Centre
At a 'Good Governance' event, focused around 'Digital India', Ravi Shankar Prasad,
12/30/15
umesh kumar
12/8/15
How to generate and validate a software license key?
http://www.codeproject.com/Articles/398130/Software-Copy-Protection-for-Net-Applications-a-Tu http://
unread,
How to generate and validate a software license key?
http://www.codeproject.com/Articles/398130/Software-Copy-Protection-for-Net-Applications-a-Tu http://
12/8/15
umesh kumar
12/8/15
Is SQL Server killing your application’s performance?
http://www.codeproject.com/Articles/1039284/Is-SQL-Server-killing-your-application-s-perform
unread,
Is SQL Server killing your application’s performance?
http://www.codeproject.com/Articles/1039284/Is-SQL-Server-killing-your-application-s-perform
12/8/15
umesh kumar
2
12/8/15
How to Create a Web-Based Drawing Application Using Canvas
You can learn the canvas coding from these tutorials https://www.youtube.com/watch?v=m4sioSqlXhQ
unread,
How to Create a Web-Based Drawing Application Using Canvas
You can learn the canvas coding from these tutorials https://www.youtube.com/watch?v=m4sioSqlXhQ
12/8/15
umesh kumar
11/24/15
Learn about the web api and services that can generate the JSON results to connect different device
http://www.asp.net/web-api/videos/getting-started/your-first-web-api
unread,
Learn about the web api and services that can generate the JSON results to connect different device
http://www.asp.net/web-api/videos/getting-started/your-first-web-api
11/24/15